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: 

How to change data in an inbound delivery

Former Member
0 Kudos

Hi,

I want to change the following data in an Inbound delivery:

Challan No (LIKP-LIFEX, LIKP-VERUR)

Date (LIKP-LFDAT, LIKP-ERDAT)

Quantity (LFIMG)

I have gone through the thread

But still, it says only about changing the date.

Please provide solution so as to change Challan No and Quantity.

1 ACCEPTED SOLUTION

Former Member

LIFEX is in HEADER_DATA-EXTDELV_NO

If you really want to get the any other field in LIKP, you can use the BADI SMOD_V50B0001 method EXIT_SAPLV50I_009.

You will need to put your additional fields in the EXTENSION1. Then you can move them to the correct fields in the tables.

3 REPLIES 3

Former Member

LIFEX is in HEADER_DATA-EXTDELV_NO

If you really want to get the any other field in LIKP, you can use the BADI SMOD_V50B0001 method EXIT_SAPLV50I_009.

You will need to put your additional fields in the EXTENSION1. Then you can move them to the correct fields in the tables.

0 Kudos

Thanks David,

I appreciate your inputs. Can you please elaborate in detail how to use the EXTENSION1 in SMOD_V50B0001 user exit EXIT_SAPLV50I_009 with the fields I need to update.

Former Member
0 Kudos

Solved by myself