2015 Dec 05 3:50 PM
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
2015 Dec 05 4:27 PM
Trx SMOD check foolowing enhancements for your usecase
V55K0001 Delivery (Inbox): Copy Data
V55K0002 Delivery (Inbox): Prepare processing
V55K0003 Delivery (Inbox): Evaluate Results
2015 Dec 05 5:26 PM
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!
2015 Dec 06 7:40 AM
Hi,
Try creating a VOFM routine for data transfer in delivery and carry out the required changes.
2015 Dec 07 7:22 AM
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!