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

Validation for the field using field exit

Former Member
0 Likes
683

i want to validate on quantity field KWMENG i.e quantity field on tcode ' VA02 ' ,

we can do this using field exit but tdon't know how to do this , please suggest me the step

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
637

Hi,

Try using the userexit USEREXIT_CHECK_VBAP which is in the include MV45AFZB.

Thanks

Naren

Hi,

Try using the userexit USEREXIT_CHECK_VBAP which is in the include MV45AFZB.

Thanks

Naren

2 REPLIES 2
Read only

Former Member
0 Likes
637

Hi,

Go to include MV45AFZZ, search for FORM USEREXIT_SAVE_DOCUMENT_PREPARE

and ask for this:

IF SY-TCODE = 'VA12'.

*your code here

endif.

Read only

Former Member
0 Likes
638

Hi,

Try using the userexit USEREXIT_CHECK_VBAP which is in the include MV45AFZB.

Thanks

Naren