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

Regarding Authorization Object

Former Member
0 Likes
429

Hi Experts,

Can any one plz explain me the steps in creating Authorization object.

Few steps which I am aware are:

1) Create Autho.. fields in SU20.

2) Create Autho.. object in SU21 and assign it to object

class.

3) How to create authorizations(field values)for

authorization object?

4) How to assign autho.. to authorization profile(what is

the transaction for profile generator)?

5) To my knowledge profile is a collection of

transactions,plz confirm.

Regards

Divakar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
386

Hi ,

<b>1) Create Autho.. fields in SU20.--->Ok

2) Create Autho.. object in SU21 and assign it to object

class.----->Ok

3) How to create authorizations(field values)for

authorization object?---> While creation u can select on what field u want to do the checking.

4) How to assign autho.. to authorization profile(what is the transaction for profile generator)?---->manually u have to add Z Authorization Objects to user ROLE.

5) To my knowledge profile is a collection of

transactions,plz confirm.-----></b>

for more info check this Z object

<b>

Object     ZCOSTCTR
Text       Auth object for CO module
Class      ZCST Class for User Ceated Auth. Objects
Author     ABAP01


PLANT      Plant
COSTCTR    Cost Center

</b>.

Regards

Prabhu

2 REPLIES 2
Read only

Former Member
0 Likes
387

Hi ,

<b>1) Create Autho.. fields in SU20.--->Ok

2) Create Autho.. object in SU21 and assign it to object

class.----->Ok

3) How to create authorizations(field values)for

authorization object?---> While creation u can select on what field u want to do the checking.

4) How to assign autho.. to authorization profile(what is the transaction for profile generator)?---->manually u have to add Z Authorization Objects to user ROLE.

5) To my knowledge profile is a collection of

transactions,plz confirm.-----></b>

for more info check this Z object

<b>

Object     ZCOSTCTR
Text       Auth object for CO module
Class      ZCST Class for User Ceated Auth. Objects
Author     ABAP01


PLANT      Plant
COSTCTR    Cost Center

</b>.

Regards

Prabhu

Read only

Former Member
0 Likes
386

hi

good

AUTHORITY-CHECK OBJECT '<object>' (which created by you in SU21)

ID '<name1>' FIELD <f1> (fields given in Authorisation object)

……………………………

ID '<name10>' FIELD <f10>.

http://sun01.sts.tu-harburg.de/teaching/sap_r3/ABAP4/authorit.htm

thanks

mrutyun^