Application Development 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: 

VA01 : Authorization issue

Former Member
0 Kudos

Hi,

While creating sales order with VA01 with some condition type we get the screen where we have the basic price of the goods for a particular condition type.

Here we need to give authorization to only a particular user the option to edit the amount in the ' Amount ' feild.

How can we go about that.? We tried to restrict the user to display mode for condition type, but it is blocking the condition type display/ change modes. We need to restrict the ' Amount ' field only.

Please advise.

Thx,

DVRK

2 REPLIES 2

Former Member
0 Kudos

We had a kind of similar requirement and we were able to achieve it by creating a transaction variant.

Regards,

SG

Former Member
0 Kudos

Hi,

You need to create a variant transaction for the same. or develop an user exit (to check whether the user is the required user and block the filed) and embed the code in VA01 (which is not recommended)

Regards,

Gowrinadh C