cancel
Showing results for 
Search instead for 
Did you mean: 

MATMAS IDOC

Former Member
0 Kudos

Hello all,

Iam working on Material master Data Upload using the IDOCs.

-There are about 3K records.

-I have collected the IDOCs and executing the RBDAPP01

-in background with Parallel processing and with Packet size as 5.

All the IDOCs processed these way are going to in to an Error :

IDoc included in IDoc packet containing an error: transfer it separately

Regards

GangaPrasad

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Inorder to package or bundle IDOC u can go for two methods.

Idoc Packaging:

Consider a file to IDOC scenario, where 1 file will contain multiple IDOCs. So, you need to send these multiple IDOC s to R3 system.

Now, one way would be to use a BPM, but a better way is to use the PACKAGINg where these multiple IDOCs are packaged as one IDOC and then on R3 , there are unpacked into multiple IDOCs.

1) In XI where u need to do a configuration

Please find weblog link on Idoc Packaging

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

2) U can collect the IDOC in R3 and put the IDOC XML file into R3 server and use the file adapter communication channel to pull that file.

FOr more information please go through the below weblog:

1)Collecting IDocs without using BPM By Stefan grube's

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

I think u have the same requirement.

Thnx

Chirag

Former Member
0 Kudos

Hello Chirag,

Thanks for the Reply,

my question is not how to do IDOC packaging.I have received the IDOCs in R3 but when i process them

with RBDAPP01 (parallel processing) all the IDOCs are going to Status 51.

With Error :

IDoc included in IDoc packet containing an error: transfer it separately

If i process them sequentially without Parallel proc. its working fine.

regards

Gangaprasad

prateek
Active Contributor
0 Kudos

The thing u should check is

- Working of the inbound process code.

See if this is relevant

http://help.sap.com/saphelp_45b/helpdata/en/34/60b10dae724effe10000009b38f91f/content.htm

Regards,

Prateek