cancel
Showing results for 
Search instead for 
Did you mean: 

What is difference between IDOC packaging and IDOC bundling

Former Member
0 Kudos

Hello,

I have scenario file to IDOC,where for every line item IDOC is generated.

Huge number of records are there (1 lac),

Can anybody help me what will be efficient way to process such huge number of idocs for better performance.

Thanks,

Anu Singhal

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Instead of creating multiple idocs for each record of file, you may use idoc bundling

/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change

Here you could have only one idoc with multiple idoc nodes.

Other way is to create message packages of multiple idocs.

/people/sravya.talanki2/blog/2005/12/09/xiidoc-message-packages

Regards,

Prateek

Former Member
0 Kudos

Thanks Prateek,

I would like to know which gives better performance IDOC bundling or packaging?

Also we have almost 1 lac record in file, is these solution gud to handle such a large number of record and will not affect the performance of XI

prateek
Active Contributor
0 Kudos

Having thousands of Idoc nodes within one Idoc root would also be difficult to be posted. You can utilize a combination of both. Create recordset per message for say 100 records. For one set of 100 records, create only one idoc, with 100 idoc nodes using idoc bundling. Now create packages of size say 50 such idocs, and then pass it to receiver.

Regards,

Prateek