cancel
Showing results for 
Search instead for 
Did you mean: 

sales order VA01 with material checking

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 user exit name with simple coding.

thanks

naresh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

done

former_member204513
Active Contributor
0 Kudos

Hi Naresh,

Please explain your requirement to ABAPer and you can try the fallowing user exits with the help of ABAPer.

The program MV45AFZZ

1.USEREXIT_SAVE_DOCUMENT

2.USEREXIT_SAVE_DOCUMENT_PREPARE

I hope it will help you,

Regards,

Murali,.

former_member184555
Active Contributor
0 Kudos

Hi

You can use the exits

userexit_save_document

userexit_save_document_prepare

in the order program(SAPMV45A) and include MV45AFZZ

Regarding coding...consult your ABAPer and explain the exact requirement.

Thanks,

Ravi