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: 

SD user exit

Former Member
0 Kudos

Dear Experts,

I need to custom validate the value in order-type field entered thru VA01, against some custom tables. So, can someone please provide me with a user exit that initiates as soon as an enter is hit after entering order type in the 1st screen of VA01.

Thanks

-Amit

5 REPLIES 5

Former Member
0 Kudos

Whsy u want to do that, the system validates automatically.

0 Kudos

>

> Whsy u want to do that, the system validates automatically.

I need to do some business logic based on the order type.

0 Kudos

Hi,

Please change your subject line to the one which matches your question

You can use Incllude MV45AFZZ subrouutine USEREXIT_MOVE_FIELD_TO_VBAK / USEREXIT_FIELD_MODIFICATION(Called for each field of the screen).

Thanks,

Vinod.

former_member156446
Active Contributor
0 Kudos

[SD User exits |http://wiki.sdn.sap.com/wiki/x/arY]

Former Member
0 Kudos

EXIT_SAPMV45A_002