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: 

User specific authorization for the CUNI transaction

Former Member
0 Kudos

Please let me know how to maintain the User specific authorization for the CUNI transaction. Please share the details of how it is possible. Although generic display and change access is possible but i want to restrict the change access to certain users only without affecting any other authorizations to these users.

With Regards

Tarun

2 REPLIES 2

Former Member
0 Kudos

Build them a role with the required access and then assign to the users that need that particular access. It's how the auth concept works and much preferable in most situations to additional coding for a dynamic check based on lookups against custom tables or PIDs etc.

Former Member
0 Kudos

Hi ,

Please follow the steps provided by other experts

if you planning for customization for CUNI transaction especially auth group please try to see if you can create

custom authgroup ( XSS ) and assign the tablenames to it by default in the role the authgroup will be SS.

When you finish building the role the tables in SS = XSS

X= you can use "Z or whatever" is decided by your business

you can use SE16/TDDAT, regarding this lot of postings are available.