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: 

populate Item text in Shipping notification from Idoc

Bharath84
Participant
0 Kudos

Hi All,

I have an Inbound Idoc which is coming from KTPT(non-sap) system. In segment type E1EDL24 the MATNR is filled with text "TESTBATCH/2706216".

And this text is populated in Vendor Material no. field in Shipping Notification Item-Detail screen.

We will now require to pick batch number from field  MATNR from KTPT IDoc & populate the same on Item text in shipping notification transaction.

My message type is DESADV. Can anyone guide me to build the logic.

Thanks,

Haritha

1 REPLY 1

Former Member
0 Kudos

Hi ,

You need to implement BADI    :   ES_BADI_V55K

In Method BEFORE_EXIT_SAPLV55K_011 , retrieve data from segment and

Fill batch number in DELIVERY_COM-CHARG

Regards