‎2007 Feb 28 11:21 AM
Hello,
Please tell M how to create The Authorization Object?
I want to create The Authorization Object for Maintenance Plant
so that the Authorization can be set based on the ROLE?
How shuld i proceed for that.
‎2007 Feb 28 11:25 AM
hi Vikram,
Check
http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6859e07211d2acb80000e829fbfe/content.htm
Regards,
Santosh
‎2007 Feb 28 11:27 AM
Hi,
Use TCODE SU21 to create the Auth Object and its fields.
Regards,
Anji
‎2007 Feb 28 11:28 AM
Hi,
i think the functional people will create AUTHORISATION OBJECT.
after that they will assign the user profiles to that.
if u want to create ...
Authorization object...SE84.
User profiles ...Su02.
Regards,
Kishore
‎2007 Feb 28 11:29 AM
‎2007 Feb 28 12:32 PM
Hi,
Create an authorization object with transaction SU21.
An object usually consists of the ACTVT (activity) field and one other field,which specifies the data type to be protected.By ACTVT, we can decide if the data is accessible for change,display only etc.
Add authorization fields to the authorization object created.
Assign the authorization object to the transaction using SE93.
Attach the authorization object to the role using transaction PFCG.
To assign roles,use transaction PFCG.Create a new role.In the AUTHORIZATIONS tab,you can get a self generated profile name and a profile text by clicking on the icon next to it.Then go to the "Change Authorization data" and choose an authorization template.Then you can choose to display/change/create an activity and after the selection,click on the red and white circle.The profile will now be created.
In the user tab,you can give the user details who can use this role.
<b>Also check this link:</b>http://www.sapsecurityonline.com/r3_security/r3_security_tips.htm
http://help.sap.com/saphelp_nw04s/helpdata/en/52/6716a6439b11d1896f0000e8322d00/content.htm
<b>Very helpful guide:</b>
Regards,
Beejal
**Reward if answer is helpful
‎2007 Mar 02 2:18 PM
Thanks for ur comments.
Please tell me what to do in the ABAP (in my program to implement this check)
to implement authority check. should i call some function m odule or there is any
statement.
vikram.
‎2007 Mar 02 2:22 PM
PL take a look the example Program DEMO_AUTHORITY_CHECK in your system.
~Suresh
‎2007 Mar 05 4:24 AM