cancel
Showing results for 
Search instead for 
Did you mean: 

Blocking sales order.

Former Member
0 Kudos

Hi,

i am trying to configure following scenario.

Suppose Business is delivering 100 units for customer X per month. In a Month if customer order quantity exceeds 100 units sales order should be blocked automatically.

Any one know the solution for it?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Prashant More

This u can achieve with doing modification in MV45AFZZ sales order userexit u can use

>FORM USEREXIT_SAVE_DOCUMENT_PREPARE

the above one to incorporate yr requirement with the help of ABAPer. If u r preparing one sales order or multiple sales order for the said cutomer please give use the logic as the case and expalin the ABAPer to write the program flow.

There u assign a block for the sales order if qty is exceeds 100

Hope this will help you

Thx.

Answers (1)

Answers (1)

Former Member
0 Kudos

You can do this by Abap development in sales order user exits.

Sarhan.