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

Copy standard authority object

Former Member
0 Likes
1,181

Hi people, in a Z program I have:

AUTHORITY-CHECK OBJECT 'V_VTTK_TDS'

ID 'TPLST' FIELD LV_TPLST

ID 'ACTVT' FIELD '03'.

I need to create an copy of object 'V_VTTK_TDS' to Z object. How I can do this? In SU21 Can I do it?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
758

Hi,

you must first define the fields of the respective authorization.

An object usually consists of the activity field and one other field, which specifies the data type to be protected. The values of these authorization fields specify what the user is authorized to do.

Use transaction SU20 to create fields and use transaction SU21 to create an object class and then create the authorization object.

Hi people, in a Z program I have:

AUTHORITY-CHECK OBJECT 'V_VTTK_TDS'

ID 'TPLST' FIELD LV_TPLST

ID 'ACTVT' FIELD '03'.

I need to create an copy of object 'V_VTTK_TDS' to Z object. How I can do this? In SU21 Can I do it?

Thanks!

1 REPLY 1
Read only

Former Member
0 Likes
759

Hi,

you must first define the fields of the respective authorization.

An object usually consists of the activity field and one other field, which specifies the data type to be protected. The values of these authorization fields specify what the user is authorized to do.

Use transaction SU20 to create fields and use transaction SU21 to create an object class and then create the authorization object.