cancel
Showing results for 
Search instead for 
Did you mean: 

Collecting Idocs without using BPM

Former Member
0 Kudos

Hi Experts,

I am working on a sceanrio, where Idocs are coming from sap and we need to generate a single Flat file out of them.

For this scenario first we need to collect the Idocs and then process them to make a single file output.

To achieve the same I am using the BPM to first collect the Idocs and make a packet out of them and then processs it to generate a single flat file.

Can someone please suggest me that, How can we achieve the same without the BPM.

If yes, how can we do that?

Thanks in advance.

Regards

Pradeep

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member206760
Active Contributor
0 Kudos

Pradeep ,

Option 1 : /people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm

here you collect them as a file and file is picked up and sent to the target

Option 2 :

in WE20 in ERP set idoc package to 50

in XI sender idoc channel - package to 50

XI will receive 50 IDOCs at once...

(courtesy Michal....till then i thought there is no sender idoc adapter )

Option 3 : collect using BPM.

Option 4 : This is what i woould suggest....no need of collecting you can send one idoc at a time generate the file.....why do u want to collect?

Edited by: Tarang Shah on Mar 20, 2009 7:38 AM

former_member859847
Active Contributor
0 Kudos

Hi,

You can use idoc package (IDXP T.code)technique at ECC.

it means bundle the idoc as a package and send to ECC.

please check the below weblog writen by Stefan Grube .

warm regards

mahesh.

Former Member
0 Kudos

Hi,

Can someone please suggest me that, How can we achieve the same without the BPM. If yes, how can we do that? - Yes, it can be done.......in R/3 system define a File port.......in WE20 in your File port logical system add your IDOC as outbound and use the pattern Collect IDOCs and define number of IDOCs in a package.........then when you will trigger your IDOCs in r/3 they will be output in file format.....if this file format is okay with you then you can use XI to transfer this file to target application...or if you want to map this file to target file this also you can do in XI and send the output file to target application.

Regards,

Rajeev Gupta

former_member181985
Active Contributor
0 Kudos

Search forum this question has been answered.