cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc Package

Former Member
0 Kudos

I am receiving a Package of PO idocs into the XI box, how to send them one by one to the Receiver?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Answers (2)

Answers (2)

former_member529475
Active Contributor
0 Kudos

Hi Pete

have to use BPM for this,

have a look at the following

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

Here is some more details:

Inside BPM you have to define one multiline container variable to hold data from IDOCs and in the later step you should map (use mapping many:1) it to file structure (you can define temporary message in IR which later will be simply transformed to final structure). Result of the BPM should be this temporary file message. Later configure file adapter to tranform it to flat file.

1) how to collect messages:

http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm

2) how to make a tranformation on file adapter

http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

Cheers..

Vasu

    • Reward Points if found useful **

Message was edited by:

Vasudeva Rao . Vonkolu

Former Member
0 Kudos

You need to go for a BPM to achieve this.

Inside the BPM have a transformation step that will split the msgs and then have a send step with in a block step with mode for each to send all the splitted msgs to the receiver.

Regards,

Jai Shankar