cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order - Pricing - Manual Change Indicator

S0015423014
Explorer
0 Kudos

Hi ,


Our requirement is that key users should only be able to change the list price . Whenever any normal business user change the item list price or price list discount, we will revert it to the original values through back end (custom development). However we are not able to clear the manual change indicator for those pricing components.

Is there a way that we can clear the manual change indicator values when we are reverting the list price and price list discount values to its original values.

This is impacting us as, from the business standpoint the value is not changed, however the manual indicator gives wrong picture to the business.

What I am basically looking for is to make the "Manual Change Indicator" field for the pricing components to make write enable i.e. public write access so that we can change it as per our need.

Thanks
Sanjaya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Sanjaya,

Are you trying to restrict write access to some users?

You can create a flag in the employee or a BO containing the users that can edit the lists, then in the salesPriceList Onvalidate-beforeSave event, you can check if the current user has "permission". If so, the user can save, otherwise you raise an error.

Regards,

Alexandre.

S0015423014
Explorer
0 Kudos

That's is not my requirement.  I want to know is there a way we can clear the  "Manual Change Indicator" field for the pricing components through back end.

As of now I see this field is not write enabled.

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Sanjaya,

By the name / functionality the value of this indicator is determined. Therefore it must not be write enabled.

Sorry,

   Horst