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

SD user exit

Former Member
0 Likes
589

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
Read only

Former Member
0 Likes
565

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

Read only

0 Likes
565

>

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

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

Read only

0 Likes
565

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.

Read only

former_member156446
Active Contributor
0 Likes
565

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

Read only

Former Member
0 Likes
565

EXIT_SAPMV45A_002