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

Re : authorization

Former Member
0 Likes
400

hi

i want to specify plant for different users for authorization. what t-code is used for this.

with regards

mani

4 REPLIES 4
Read only

Former Member
0 Likes
384

Try with t-code SU24

Regards

Bikas

Read only

Former Member
0 Likes
384

hi,

i think there is no t-code for it...

to give authorization you can create an authorization object or a table maintainance generator view.

in your case i think you should go for a table and create its maintainance generator view.

because in your case there is possibility to cahnge users...

so using table maintainance you can maintain the user list and in your program code, you can write a code for authorization at selection-screen only by selection username from table .if user is not maintained ,no authorization!

hope this will help u out..

Read only

former_member435013
Active Participant
0 Likes
384

Hi,

concept of authorization is more sophisticated in SAP.

Authorization of plant occurs multiple. So you can't do it easy.

You should use roles as required in your company.

regards

Walter Habich

Read only

Former Member
0 Likes
384

Hi,

You have to create Roles (with authorization) and for that assign the relative plants and for that roles and assign the ROLE to Users. Basically this will be done by A BASIS guy.

So you can control the authorization of particular plant like that. He will have access to those plants mentioned in his role.

reward if useful.

Regards,

RAj.