Application Development and Automation 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: 
Read only

Authorization Issue

Former Member
0 Likes
486

Hi Friends

Is there any User Exits/ Includes/Badis  to restrict  authorization to  sales document types in VA01. 

There are 10 sales document types in our system , except 5 users, no other users should be able to  use 2 sales document types in VA01 and VA02.

However, I have checked it up standard authorization roles, it’s  too complicated to  restrict authorization to only selective sales document types  for selective users as there are multiple  roles has been assigned to users.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
455

Why dont you do your validation in Include MV45AFZB ?

3 REPLIES 3
Read only

Former Member
0 Likes
456

Why dont you do your validation in Include MV45AFZB ?

Read only

Sijin_Chandran
Active Contributor
0 Likes
455

Hi Rusheek ,

Try User Exit MV45AFZZ

Based on SY-TCODE , SY-UNAME and VBAK-AUART u can create a check.

Read only

ThomasZloch
Active Contributor
0 Likes
455

The SAP standard provides authorization object V_VBAK_AAT for this purpose. It should be possible to solve this with a proper roles concept, rather than a probably unnecessary enhancement.

Please have a look in as well.


Thomas