cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum Sales Order Header Value

Former Member
0 Kudos

Hello gurus !!!!

I have a problem to solve on a Sales Order document. I search the IMG, but i didn't found something to help me.

I have a lot of customers, and i have to configure the VA01 transaction, when we are typing a new Sales Order, with a lot of Materials, when the Header Sales Order Value exceeds the value of 3.000 EUROS, the transaction must stop me with an error message, and not let me input anymore Materials or increase the Quantity of the already written Materials.

Can you suggest me a solution please.???

Thank you very much.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You may have to use the user exit MV45AFZZ (USEREXIT_CHECK_VBAK) . You will have to put in the code which says if VBAK-NETWR > 3000 Euros, give a pop up to save the document and not proceed any further.

You will have to take the ABAPer's help for this. You can check for user exits in SPRO >> Sales and Distribution >> System Modifications >> User Exit in Sales >> User exits in sales order processing.

As far as I understand SAP, you cannot make the system stop by standard config when you exceed 3000 Euros.

Hope this helps.

Regards,

Mukund S

Former Member
0 Kudos

Thank you very much for your advices. I'll try it with my ABAP programmer.

regards

Vangelis

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Try by configuring and activating the credit management. Where in you can use the Maximum document value as 3000 euros

by doing so the document will go for a block. But it will allow you to enter the materials.

regards

Prashanth