cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing

Former Member
0 Kudos

Hi

My client requirement is like this

Minimum order value is 10,000 bugs

Suppose any customer rises an order and the order value is less than 10,000 bugs then surcharge should be added for that customer automatically.

what is the solution for this requirement,,,,,,,, what is the approach that i have to follow????

Waiting for an immediate reply

Thanks

G G Prasad

Accepted Solutions (1)

Accepted Solutions (1)

former_member188076
Active Contributor
0 Kudos

Hi

Maintain a new condition type with

Condition Class :- A

Plus / Minus :- +

and maintain the record in VK11, with scales as 0 - 10,000 = Rs.100 (for example)

Save the record and then try to do the transaction. Hope this will help you.

Regards

AA

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can achieve this by using the routine with the help of an abaper.

Where it has to take the input from the net value.

The logic should be if the valus is less than 10000 then this cnd has to be executed otherwise not.

Assign this routine to the surcharge cnd type.

Regards,

Gopal.