cancel
Showing results for 
Search instead for 
Did you mean: 

how to Block the sales order net value is less than 10000

Former Member
0 Kudos

Hi Experts,

  i want  to Block sales order net value is Les than 10000? i don't want to go further.

please explain how to achieve this very urgent,

Advance thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Akshiitha ,

You can validate the minimum order value using condition type AMIW.Refer the below threads.

http://help.sap.com/saphelp_45b/helpdata/en/93/7434de546011d1a7020000e829fd11/frameset.htm

http://scn.sap.com/message/5167541

But to set the sales order block, you have to use the user-exit as others mentioned.

With Regards

Vinu

Former Member
0 Kudos

Hi Akshiitha,

For this you need to go for userexit "MV45AFZZ"

Just tell the logic to your ABAPer, they will help you on this'

Hope this will help you.

Regards

AJC

Former Member
0 Kudos

Thank you for reply,

is it not possible to control in standard sap? please let me know

i discussed this with some one he sed it is possible with standard.

please explain if it is possible

Lakshmipathi
Active Contributor
0 Kudos

You can try with any of the following user exits:-

  • USEREXIT_PRICING_PREPARE_TKOMK in the program MV45AFZZ
  • USEREXIT_SAVE_DOCUMENT in the program MV45AFZZ

G. Lakshmipathi