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

(VL01N) Trigger Custom Code after User enter BatchNo in Line Items

Former Member
0 Likes
1,626

Dear friends,

I am new in ABAP. In VL01N, I need to add certain validation after user enter a Batchno and press ENTER.

Is there any User Exit of how to achieve this ?

Thanks a lot.

1 ACCEPTED SOLUTION
Read only

Alexand3r
Participant
1,549

Hi,

have a look into BADI LE_SHP_DELIVERY_PROC, method FILL_DELIVERY_ITEM, CHANGE_DELIVERY_ITEM or SAVE_DOCUMENT_PREPARE.

Hope this helps!

Hi,

have a look into BADI LE_SHP_DELIVERY_PROC, method FILL_DELIVERY_ITEM, CHANGE_DELIVERY_ITEM or SAVE_DOCUMENT_PREPARE.

Hope this helps!

4 REPLIES 4
Read only

Alexand3r
Participant
1,550

Hi,

have a look into BADI LE_SHP_DELIVERY_PROC, method FILL_DELIVERY_ITEM, CHANGE_DELIVERY_ITEM or SAVE_DOCUMENT_PREPARE.

Hope this helps!

Read only

Former Member
0 Likes
1,549

Big thanks man ...

Read only

Abinathsiva
Active Contributor
0 Likes
1,549

Hi,

Write custom code through V50PSTAT - EXIT_SAPLV50P_001 - INCLUDE ZXV50U07...

Read only

1,549

Thank you very much for the feedback. I solved it using Alexander's solutions.