‎2007 May 23 6:14 AM
HI EXPERTS,
How can we create roles manually on R/3 4.7EE!!!
Plz explain stepwise!!
Regards
Abdul Mannan
‎2007 May 23 6:17 AM
Hi
You can creat a role via T Code PFCG.check this link
http://help.sap.com/saphelp_nw04s/helpdata/en/52/6714a9439b11d1896f0000e8322d00/content.htm
Rewads points if helpful
Thanks
Pankaj Kumar
‎2007 May 23 6:42 AM
I knew we can create it through pfcg but without this tool how can we create manually
‎2007 May 23 8:19 AM
‎2007 May 23 8:33 AM
‎2007 May 23 8:38 AM
You could probably create a role programatically, but I wouldn' recommend that.
If you take a look at the code that drives PFCG, you could probably find out a way to create roles without using PFCG.
This makes me curious as to why you would want to do that? Don't you like PFCG?
‎2007 May 23 11:32 AM
As of new release of SAP you have to create Roles (Authorisation groups) for assigning any user authorisation previously it was possible to create profiles through SU02 and assign profile to the user but now It is not recommended.....
So remains only one way...to assign role.....for a particular tcode.
As I know 3.0D is using such way for authorization. Before su02 create profile, you should create the object in su03. Then assign it to profile in su02. Finially assign to user's profile tag. In new version, pfcg seems the only way to do so. But if you are expertise in such area, you can also assign profiles in user's profiles tag. FYI, you can assign not more than 300 profiles yo each user. That is limitation of SAP. When you assigned role to user, at the same time system assign the related profile to user automatically.
Rewads points if helpful
--Sreejesh
‎2007 May 24 2:52 AM
‎2007 May 23 9:21 PM
‎2007 May 24 5:21 AM