Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Update partner functions WE and LF etc. in BORES_IDOC_INPUT_SHPMNT

Former Member
0 Kudos

Hi ,

When I'm using either of the standard inbound FMs BORES_IDOC_INPUT_SHPMNT or IDOC_INPUT_SHPMNT in IDOC  processing for Shipment creation with message type SHPMNT05 - The shipment is getting created  but the partner functions like WE, LF, etc. are not getting updated in the shipment, only the partner function SP is getting updated. I am using the segment E1ADRM4.

In debugging, I found that in the processing of the segment only partner functions OTP and SP are being handled.

 

Please suggest what I need to do so that the remaining  partner functions also get updated in the shipment.


Thanks,

Arun

1 REPLY 1

Former Member
0 Kudos

Arun,

Looks like SAP will process only SP and OTP as you have said. If you need to change this behavior:

1. You need to configure these partner functions on your shipment.

2. Use the EXIT_SAPLV55K_021 which gets called immediately after processing the segments to add your required partners.

But before you do this, you need to do some research on why SAP does not process any other partner function. I am sure SAP has a reason. Your functional team might be able to help you with this research.

Vikram.M