Application Development and Automation 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: 
Read only

CREATE OUTBOUND DELIVERY WITH ORDER REFERENCE

Former Member
0 Likes
1,056

Hi All,

I am working on VL01N Tcode for "CREATE OUTBOUND DELIVERY WITH ORDER REFERENCE", where Return Check serial number of incoming material in case of sales return and compare against serial number in outgoing delivery. If the serial number doesnu2019t match then it should throw an error.

For the same when serial number is entered after selecting, EXTRAS-> Serial Number. If it does not match with Return Check serial number of incoming material in case of sales return and compare against serial number in outgoing delivery, for the same i am using a BADI LE_SHP_DELIVERY_PROC and method DELIVERY_FINAL_CHECK, i am not able to find where this value entered is stored.

Please help.

Regards,

Nagesh

3 REPLIES 3
Read only

venkatesan_nagiah
Active Participant
0 Likes
665

You check with IT_XLIPS-ANZSN

Venkat

Read only

0 Likes
665

Hi Venkat,

Thanx for the reply, but ANZSN field only mentions Number of serial numbers, but my query is to check Serial Number GERNR entered when selecting item number and selecting EXTRAS->SERIAL NUMBER and entered serial number with Check serial number of incoming material in case of sales return and compare against serial number in outgoing delivery.

Please let me know.

Nagesh

Read only

arnab_roy3
Explorer
0 Likes
665

Hi,

The serial number will be stored in xobjk-sernr field.

Once you enter the serials in the popup screen for serial entry i believe there will be some serial number exits triggered :-

EXIT_SAPLIPW1_003 or EXIT_SAPLIPW1_008, where you may try to do your checking but not sure which one will be best suitable.

My version of SAP is 4.6C.