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: 

/SPE/IDOC_INPUT_DESADV1 FM to create Inbound deliveries

Former Member
0 Kudos

Hi,

I have a requirement to create  Inound delivery with the data flowing from inbound IDocs.

The FM for the processign is /SPE/IDOC_INPUT_DESADV1

Basic type : DELVRY05

I need a populate a field from LIKP table BORGR_GRP with the E1EDL20-LIFEX field.

I tried with user exits "V55K0011" & "V55K0012" in FM IDOC_INPUT_DESADV1. Include 'ZXTRKU06'

Please advise on how can i update the LIKP fields through these exits. Or is there any other exit I should look for?

Pradeep K

2 REPLIES 2

Former Member
0 Kudos

EXIT_SAPLV55K_011   i have tried but it fails to populate the lIKP structure, which in turn in filled up with DELIVERY_COM table type's BORGR_GRP field in Function Module IDOC_INPUT_DESADV1.

How can this be achieved.

0 Kudos

Dear Pradeep,

Below are the list of user-exits for Basic type : DELVRY05

V55K0001  Delivery (Inbox): Copy Data                            

V55K0002  Delivery (Inbox): Prepare processing                   

V55K0003  Delivery (Inbox): Evaluate Results                     

V55K0011  Shipping Notification (Inbox): Copy Data               

V55K0012  Shippingg Notification (Inbox): Prepare Processing     

V55K0013  Shipping Notification (Inbox): Evaluate Results        

V55K0020  Customer Function IDoc Inbox Shipment Preparation      

V55K0021  Customer Functions IDoc Inbox Shipment Segment Evaluati

V55K0022  Cust. Functions IDoc Inbox Shipment: Save Own Table    

V55K0030  IDoc SHPMNT: Tendering Pre-Process Modification        

V55K0031  IDoc SHPMNT: Tendering Individual Segment Processing   

V55K0032  Save Own Tables for Receipt of IDoc SHPMNT             

V56K0001  Outbound Transportation Output (EDI)                   

V56KBAPI  Enhancement for Calling Shipment BAPIs     

Check the exit which gets triggered before the IDOC processing and update the segment field with the value which you need.

With regards,