Hi Naveen Vajja,
Thanks a ton for your valuable piece of information :-)
I got a requirement to update the serial numbers during outbound delivery creation in VL01N.
the information that u have provided had assisted me in accomplishing the goal :-)
I have used the BADI: LE_SHP_DELIVERY_PROC and implemented an enhancement for the METHOD: SAVE AND PUBLISH_BEFORE_OUTPUT.
Step - 1: used the logic provided to me to fetch the serial numbers.
Step - 2: used the FM: SERNR_ADD_TO_LS
Step - 3: used the below code to update
IF SERIAL_COMMIT = 'X'. ">>>>If serial numbers and Object numbers are generated
PERFORM SERIAL_LISTE_POST_LS IN PROGRAM SAPLIPW1.
ENDIF.
Thank you once again. :-)
Regards,
Sai Vignesh.