cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with IDOC bundling technique for posting multiple idocs

Former Member
0 Kudos

Hi,

I have used the idoc bundling trick to create multiple idocs by referring to Michal's blog "/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change

However,since all the idocs reach r/3 at the same time.

Is there any way to delay the posting of subsequent idocs.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can achieve this using a BPM.

After the mapping, use a par for each block. In the block, have a wait step (that waits for specific time period) and a send step to send the idoc.

When the 1st idoc is sent, the second idoc will be sent after "n" seconds. ("n" is the time specified in the wait step)

Regards,

Smitha.

Former Member
0 Kudos

The more easy and standard way is to set the processing of IDoc in background in the partner profile, from WE20 in the backend

Regards,

Sandro