cancel
Showing results for 
Search instead for 
Did you mean: 

PR00 condition type to be non editable while creating sales order for specific user only

0 Kudos

Greetings ,

For one particular user I have the requirement to make the Condition type PR00 read only and the user should also be unable to enter PR00 again while creating a sales order. I would like to know how can i achieve this via authorization V_KONH_VKS and abap. If there are any other suggestions please let me know.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

VeselinaPeykova
Active Contributor
0 Kudos

I answered a similar question yesterday (sigh).

Anyways, refer to SAP note 105621 - Authorization check for the condition screen and to a nice blog (with screenshots) Authorization for entering/displaying manual condition in Sale order.

Answers (1)

Answers (1)

0 Kudos

Used SCREEN-INPUT = 0 to make PR00 line in condition tab read only. with the help of above note.