cancel
Showing results for 
Search instead for 
Did you mean: 

sales order block

Former Member
0 Kudos

hi user wants to block the delivery of the sales order if it does not meet minimum amount while processing sales order. Where can we maintain this control? Please help.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi mohit,

what is the use of blocking the delivery if the sales order does not meet the minimum amout.

u can block the order itself.

OR u can use the codition types for calculating the difference amount and show it as surcharge and make the order to reach the minimum amount.

....raj

Former Member
0 Kudos

Hi Mohit,

You can use USEREXIT_CHECK_VBAK in # include MV45AFZB tocheck the Net value of sales order and then use USEREXIT_MOVE_FIELD_TO_VBAK # include MV45AFZZ to set the Delivery block at header level or USEREXIT_MOVE_FIELD_TO_VBAP to set delivery block at item level.

reward if useful

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Maintain one condition type in pricing procedure,for this condition type ask ABAP guys to write one routine.

In this routine ask them write coding like,if system wont meet minimum value put the delivery block.

For this condition type maintain minimum value in condition record.

If helps reward me