cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Idoc bundle sent to File

Former Member
0 Kudos

Hi all,

I have a scenario in which I need to post an Idoc bundle into a file .Say if we bundle the IDocs in WE20 and declare its pack size say 1000 and require one file for each bundle of Idocs at the reciever .

Then ,I wish to ask how are we going to handle this scenario .

I have a confusion in two cases :

1.Say if only 900 IDoc that got posted .Then will the Idoc adapter at Xi keep waiting until the number does not reach 1000?

2.Lets say if we have 1100 Idocs and I wish to write a one file per Idoc bundle,then what will happen .Will another file be created for the 100 files ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Neha,

The Package will come to XI only after 1000 Idocs and will wait until then.

You can also make your packages by making them time dependent by using IDXPW transaction.

Or u can use BPM and make them time , payload or number dependent.

Regards

Vijaya

Former Member
0 Kudos

Hi,

Refer to following weblog for collecting of IDoc to a single file.

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File

If you will specify that it should have 1000 idocs that loop will not exit untill 1000 idocs is reached and will create one message for this 1000 idocs.

Other option is specify the time to exit from the loop, so it will collect the idocs till the specified duration and will exit to create one message.

Thanks,

Prateek