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

Authorisation object

Former Member
0 Likes
766

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.

8 REPLIES 8
Read only

Former Member
Read only

Former Member
0 Likes
739

Hi,

Use TCODE SU21 to create the Auth Object and its fields.

Regards,

Anji

Read only

Former Member
0 Likes
739

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

Read only

alex_m
Active Contributor
0 Likes
739

Visit this link

Read only

Former Member
0 Likes
739

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>

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a...

Regards,

Beejal

**Reward if answer is helpful

Read only

0 Likes
739

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.

Read only

0 Likes
739

PL take a look the example Program DEMO_AUTHORITY_CHECK in your system.

~Suresh

Read only

Former Member
0 Likes
739

Thanks to all for solutions provided