cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC Error

Former Member
0 Kudos

Hi All,

We are trying to syndicate the data from MDM to R/3 via XI( Material Master).

When we sending the one material ( 1 IDOC ) from XI to R/3, it is working fine.

But when we trying to send more than one material( means one material in 1 IDOC), it is giving error in R/3.

error is "<b>IDoc included in IDoc packet containing an error: transfer it separately</b> "

Please help..

Regards,

Nikhil

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_theis
Active Contributor
0 Kudos

Hi Nikhil,

How does your IDoc structure look like if you send more than one Material in a single IDoc? Usually the MATMAS is able to carry more than one Material. Maybe there's something wrong with your IDoc structure?

BR Michael

Former Member
0 Kudos

Hi Michael,

We are sending 2 material. First material in first IDOC and second material in second IDOC from XI ti R/3.

But when we sending one material only,it is working fine.

Regards,

Nikhil

michael_theis
Active Contributor
0 Kudos

Hi Nikhil,

how many messages arrive in R/3? Usually, in you scenario XI sends a single message for each IDoc to R/3. Maybe one of your IDocs is really corrupt (meaning it contains invalid data)?

BR Michael

Former Member
0 Kudos

Hi MIchael,

We are trying to send 2 material ( 2 IDOC) from XI to R/3. When we tried to send these 2 material individually , it is posting. But when we tried to post these 2 IDOC simultaneously, it is giving an error.

Regards,

Nikhil

michael_theis
Active Contributor
0 Kudos

Hi Nikhil,

ALE is usually a sequential process, meaning that messages are posted one after the other into the system. Why do you want to do this simultaneously? If you'd like to have more objects within a single message, it makes more sense to send more objects within a single IDoc!

BR Michael