cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI mapping issue

Former Member
0 Kudos

Hi Experts,

  I have a mapping situation. Please help

I have a source and target structure. Please find attached.

Requirement

1) ShipmentLegID ( 0.1) field at source  is mapped to Shipment_Leg field at Target ( 0.1)

2) Now Node ShipmentLeg (Main node) at source can occur multiple times.and each ShipmentLeg node will have one shipmentLegID.

3) At the target side, I need to get the field Shipment_Leg like below

<Line_Item>
<Shipment_Leg>89928533</Shipment_Leg>

  </Line_Item>

  <Line_Item>
<Shipment_Leg>89928534</Shipment_Leg>

  </Line_Item>

<Line_Item>
<Shipment_Leg>89928535</Shipment_Leg>
  </Line_Item>

Please help with the same.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Veer,

Map ShipmentLeg source node to the target Line_item target node.

Map ShipmentLegID source field to the target Shipment_Leg target field.

Can you try this and let me know if you face any issues.

Regards

Vishnu

Former Member
0 Kudos

Hey Vishu,

   My apologies for replying late. Thanks a lot for your reply. I do appreciate.

Rgds

Answers (0)