cancel
Showing results for 
Search instead for 
Did you mean: 

Packaging IDOCs - SAP R3(IDOCs) -> XI -> Flat File

Former Member
0 Kudos

Hi,

I've got the scenario SAP R3(IDOCs) -> XI -> Flat File.

The IDOCs are sent from R3 with the Option Send by Packet. There is 10 Idocs per packet.

What I want to do is create one flat file for each packet.

So one packet of 10 Idocs must create 1 flat file.

Is it possible to do that whithout BPM ?

Regards,

Vincent

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Refer to this weblog which gives step by step process for IDoc to file scenario.

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters

Use BPM to collect tyhe Idoc, standard pattern is available for the same.

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

This following weblog explains the collection of Idoc.

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

This also explains the IDoc package.

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

Thanks,

Prateek

moorthy
Active Contributor
0 Kudos

Hi Vincent,

If you want to get One message out of N messages , you need to execute N:1 mapping. And there should be some time frame to tell that to stop the proecess.

Here you will be using BPM to collect the messages. If you send Package of Idocs also, for XI it will come , message by message. SO you need to collect it in BPM.

For more info-

Hope this helps,

Regards

Moorthy