cancel
Showing results for 
Search instead for 
Did you mean: 

restriction for condition type

Former Member
0 Kudos

Hi,

I want to restrict some users to do not change the basic price (PR00) in sale order (VA01/VA02), Plz let me know how I can do this.

regards,

sps.

Accepted Solutions (1)

Accepted Solutions (1)

jpfriends079
Active Contributor
0 Kudos

The objects concerned have to be:

V_KOND_VEA Maintain condition: Auth. for use/appl./cond.type/table -- (Deals with condition records)

V_KONH_VKO Condition: Authorization for Sales Organizations

V_KONH_VKS Condition: Authorization for Condition Types

But in the standard system VA02 has these objects set to No check in SU24. You may have to modify this to Check/maintain and then maintain the values in the users role. Like you can have:

Object : V_KONH_VKS Condition: Authorization for Condition Types

Condition Type: PR00

Actvt : 03

Thanks & Regards

JP

Answers (1)

Answers (1)

former_member183879
Active Contributor
0 Kudos

Hi

It is possible to hide the condition screen based on the authorisation profile.

The BAPI PRICING_AUTHORITY_CHECK_UI can help you on this. It will hide all the condition types

Also check the OSS note 105621. This should solve ur problem. The note also has some more notes associated with the process referred. Please read those notes also.