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: 

PA 40 and VA01 Restrictions

Former Member
0 Kudos

Hi Guys,

We have following requirement from the client.

1)In PA40 a user should be restricted to only two PA i.e extension of Probation(AC) & Confirmation(AD).In HR master data( p_origin) i have restricted subtype to AD and AC and for test purpose given * in all other fields but user is unable to execute the functions properly.How can i achieve that.

2)In VA01 while creating Sales order, Client want that without adding the sales office value order should not be created.

Right now user can create a Sales order without entering sales office although in role value has been restricted for customer that doesnt belong to his assigned sales office.

How can we restrict that.

Regards

Abhishek

1 REPLY 1

mvoros
Active Contributor
0 Kudos

Hi,

first, it's not a good idea to put two non-related questions into one thread.

1). Have you tried to run ST01 trace to see what is failing?

2) I don't think you can achieve this just by using authorizations. You need to implement additional check in suitable user exit (there is one just search for it).

Cheers