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: 

Slaes order for one time customer

Former Member
0 Kudos

Hi All,

While creating sales order for one time customer, i would like to make transportation zone mandotory.

Can any one help me & suggest me where i can write code to get it done.

Best Regards,

Ashwini Patil

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check the user exit "MV45AFZZ", form-routine "USEREXIT_FIELD_MODIFICATION".

Regards

Vinod

0 Kudos

Hi Vinod,

Thank you very much for below suggestion.

But this uer exit will be called before the screen where i need to make changes

i.e. after entreing customer value (one-time customer), i will get a screen in whih i need to make transportation zone mandotory.

Best Reagrds,

Ashwini

0 Kudos

Hi,

I am not sure about this suggestion. Check whether you can do field manipulations using LOOP AT SCREEN....ENLOOP in the user exit "MV45AFZB" form-routine "USEREXIT_CHECK_VBAK" which is called whenever you change the data in header.

Regards

Vinod