cancel
Showing results for 
Search instead for 
Did you mean: 

mapping shipment 05 idoc

Former Member
0 Kudos

hi experts,

we have a scenario to map shipment 05 idoc to delivery 05 idoc. there will be one or more handling units in source idoc.for every handling unit in shipment 05 we should map respective article information to seperate delivery 05 idoc. this means foe every e1edl37 segement in source idoc we need to create seperate delivery05 . but the occurence of the imported delivery 05 idoc is 1. so how to map this.. do we need to go for bpm. can anyone please suggest.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1)Double Click on the imported IDOC

2)Export the WSDL file to your desktop.

3)Change the max occurrence of the IDOC Segment.

e.g.

Original

<xsd:element name="IDOC" type="CAP_PRIMCOST.CAP_PRIMCOST01" />

Change

<xsd:element name="IDOC" type="CAP_PRIMCOST.CAP_PRIMCOST01" minOccurs="0" maxOccurs="999999999" />

4)Import the new WSDL as an external definition and use it insted of IDOC.

Regards,

Himanshu

Edited by: Himanshu Mohan on Oct 7, 2008 1:55 PM

Former Member
0 Kudos

hi himanshu thanks for the help

Answers (1)

Answers (1)

SudhirT
Active Contributor
0 Kudos

Hi,

Change the IDoc occurence to unbounded in the Idoc xml and then map the IDoc of delvry05 to e1edl37 segment.

Thanks!