cancel
Showing results for 
Search instead for 
Did you mean: 

Can we set limit to manual changes done to a condition type in sales order?

Former Member
0 Kudos

Hi

In sales order, end user should be allowed to change the price ( Condition type ZR00 ), only if it is more than the present value.

For e.g if ZR00 has a value 100 Rs, fetched from condition record.......

end user can only change the value to more than 100 Rs, but not less than 100. if he tries to change the value to less than 100 system shud give error message.

Any user exit, standard procedure allowing such config?

Please help!!

Regards

Trupti

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Trupti,

To set the price limit, you can try with T- Code OVB2

Please confirm whether it works or not.

Br / Prashant

Former Member
0 Kudos

Thanks Prashant,

I checked with OVB2, it sets upper and lower limit for the condition type.

But my requirement was --> to allow the end user increase the condition value from the one fetched from condition record, and not allow him to decrease it.

Which means, if ZR00 has value 100 it can be 101 and more, but not 99.

Suppose I set lower limit in OVB2 as 100, and I have ZR00 maintained as 200 for a particular customer, then it will allow me to decrease basic price to 100.

In order to avoid any development work, we found an easy way out to add a Manual condition type ZR01 with positive effect, which allows you to add a factor in to ZR00.( ZR00 would not be allowed to change manually).

Thanks for all your replies, and help.

I have awarded the points to all the contributors.

Thanks

Trupti

former_member550050
Active Contributor
0 Kudos

Hi

In SPRO in SD Basic FnsPricing near to Condition type config we can set upper and lower limits for a condition type

Here you can try by inputting limits

This is basically for creating condition records only

I am not sure whether this will work for your manual condition type

But you can try

If this fails

Check this link

http://wiki.sdn.sap.com/wiki/display/ERPLO/UserexitforRestrictingUserModifyingConditiontypeinSales+Order

In this user exit you can do the coding as per your requirement

This link is for different purpose

But this exit

USEREXIT_PRICING_PREPARE_TKOMP in the include MV45AFZZ.

can be definately used to meet your requirement

You can maintain the ZEE table with upper and lower limits maintained and do the necessary coding

Regards

Raja