2020 May 12 6:38 AM
Hi All,
During sales order user enters the price manually since condition type is manual.
And during billing the user can change the price because it is in edit mode.
Please suggest how to restrict price changes in billing.
This restriction is allow to some company code.
Thanks,
Sunil Sahoo
2020 May 12 11:05 AM
Hi there!
I come up with 2 solution but never tried it before. hope it will work 😄
1. Assign new pricing procedure for billing
2. Use the user exit USEREXIT_CHANGE_PRICING_RULE
do your check and modify the field KOMV-KMANU = 'D'
Hope it will work for you !
2020 May 12 11:10 AM
Hi sunil.sahoo
Please check function PRICING_AUTHORITY_CHECK.
It contains a call to a BADI PRICING_AUTHORITY_CHECK_UI which should allow you to do what you need.
regards,
Mateusz