cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC to IDoc Scenario

Former Member
0 Kudos

Hi All,

I am working on a JDBC ---> IDoc scenario.I have bundles IDoc by changing the occurance of the IDoc to 0..unbound as mentioned by Michal in his blog.So the final XML message looks like

<MATMAS>

<Idoc1>

<Idoc2>

......

......

</MATMAS>

The IDoc message also reaches R/3, I can see the IDoc in WE05 of R/3.But its with error which says

"IDoc included in IDoc packet containing an error: transfer it separately".So my question is , Is there a way to process Mutilple Idoc in R/3 ,if so how?

Thanks,

Venu

Accepted Solutions (0)

Answers (1)

Answers (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

you can change de occurrance of the target field in the signature tab in mapping to 0:N also dont forget to change the ocurrance in the Operation Mapping (or Interface Mapping depend your PI version).

another thing you can do is import the IDOC as ED, later create a Data Type with the same structure and change the ocurrence of the mane of the IDOC.

i dont remenber excatly, but you have an structure like this

<MATMAS>

<EDIDC_40>

<OTHER NODES>

you have to change the occurrence of the MATMAS structure. so in ECC those will enter separatly, same if you do the first i mentioned..

thanks

RP