cancel
Showing results for 
Search instead for 
Did you mean: 

Threshold Value in Sales Order Processing

Former Member
0 Kudos

Dear All,

I have a question for which I need inputs and suggestions from you.

We have a requirement in the returns processing to do check on the value of goods being returned and if this value goes beyond a certain threshold (pre-agreed value with the customer) then the system will raise a message and should not allow further processing of returned goods.

This is the approach that we think of following:

1) we store the initial Threshold amount as a header condition in the Return Authorization (RA) document.

2) when creating Return Orders (RO) with reference to RA we check the value of all the open RO's against the RA

3) We make reference to RA as mandatory at the time of RO creation

3) if total value exceeds then we raise a error message

Basically we plan to do this check in real-time, whenever a RO document is being entered we do this calculation in real time.

Please advice if you think this is a feasible approach, or in case you have any other suggestions for storing Threshold amounts in SAP and working with.

Thanks a lot in advance.

BR,

Sahadj

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184701
Active Contributor
0 Kudos

dear friend,

your approach looks okay from my point of view...

you would also append VBAK table creating a new custom field for your purpose and adjust the relevant code(s)

good luck!