cancel
Showing results for 
Search instead for 
Did you mean: 

sales order enhancement

Former Member
0 Kudos

When I create a sales order in VA01, when I enter less than 3 different brand( material in line item), The system should first generate message, after that I should be able to block that order with giving proper reason and then I should be able to save that sales order.

so that the higher authority can check it for further processing.

This is the scenario.

Can anybody suggest me the exact user exit name with simple coding.

naresh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Naresh ,

Check this user exit

USEREXIT_SAVE_DOCUMENT_PREPARE

Former Member
0 Kudos

Hi,

Go to SAPMV45A , look for SAPMV45ZZ, go inside that program and check where you can check your material grps , usually the data from VA01 comes via tables , so check the appropriate table and keep a break point to validate your code once you write it.

Rewards Points if Useful.

Anita