Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Manual Price condition type should not allow to change during billing document creation

former_member510894
Participant
0 Kudos
1,156

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

2 REPLIES 2

DanBB
Explorer
0 Kudos
783

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 !

MateuszAdamus
Active Contributor
0 Kudos
783

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