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: 

Remove Serial Number From Delivery Document & Change Delivery Quantity to Zero!

Former Member
0 Kudos
1,093

Hi Guys!

          Please share if you have any information on the following requirement:

The scenario is, For a Return RMA Order, SAP PI will sent delivery information via DELVRY07 IDOC, SHPCON Message type. IDOC_INPUT_DELVRY is the FM used. I need to check the Segment with Serial Number - i.e, E1EDL11 segment, which is a child segment of E1EDL24 Item segment. If E1EDL11 segment is not attached to the Item, We need to remove the serial number from the delivery document and change the delivery quantity(LIPS-LFIMG) to Zero. Any helpful information on this would be greatly appreciated!

Thanks!

Arun

4 REPLIES 4

michael_kozlowski
Active Contributor
0 Kudos
331

Trx SMOD check foolowing enhancements for your usecase

V55K0001  Delivery (Inbox): Copy Data

V55K0002  Delivery (Inbox): Prepare processing

V55K0003  Delivery (Inbox): Evaluate Results

0 Kudos
331

Michael, We had already figured out the Enhancement, But, need to know how it is done! Tried using several function modules.. But the serial number is not deleted for delivery! Thanks for Information!

former_member192467
Active Participant
0 Kudos
331

Hi,

Try creating a VOFM routine for data transfer in delivery and carry out the required changes.

0 Kudos
331

Renjith, We already have an Enhancement point in the FM where we can actually do the changes. But the function modules like DELETE_SERNR_LS, SERNR_DEL_FROM_DOCUMENT is not posting the required changes. I'm looking for some other FM's which can do the SERNR removal. Thanks for the Information!