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

CUA

Former Member
0 Likes
371

HI guys,

Is it possible to create roles through PFCG in central system? eg: if a user wants a role in central system then how it can be done?the particular role can b created in pfcg or we have to create the role in different cleint n upload it to central systen and then assign it to the user?

HI guys,

Is it possible to create roles through PFCG in central system? eg: if a user wants a role in central system then how it can be done?the particular role can b created in pfcg or we have to create the role in different cleint n upload it to central systen and then assign it to the user?

1 REPLY 1
Read only

Former Member
0 Likes
348

Hi

This Authorization concept is somewhat linked with BASIS people.

As a developer you may not have access to access to SU21 Transaction where you have to define, authorizations, Objects and for nthat object you assign fields and values. Another Tcode is PFCG where you can assign these authrization objects and TCodes for a profile and that profile in turn attached to a particular user.

Take the help of the basis Guy and create and use.

In general different users will be given different authorizations based on their role in the orgn.

We create ROLES and assign the Authorization and TCODES for that role, so only that user can have access to those T Codes.

USe SUIM and SU21 T codes for this.

Much of the data in an R/3 system has to be protected so that unauthorized users cannot access it. Therefore the appropriate authorization is required before a user can carry out certain actions in the system. When you log on to the R/3 system, the system checks in the user master record to see which transactions you are authorized to use. An authorization check is implemented for every sensitive transaction.

If you wish to protect a transaction that you have programmed yourself, then you must implement an authorization check.

This means you have to allocate an authorization object in the definition of the transaction.

Reward if useful

Regards

Anji