‎2008 May 27 8:07 AM
hi
i want to specify plant for different users for authorization. what t-code is used for this.
with regards
mani
‎2008 May 27 8:12 AM
‎2008 May 27 8:13 AM
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..
‎2008 May 27 8:21 AM
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
‎2008 May 27 8:29 AM
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.