2008 Dec 09 4:22 PM
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!
2008 Dec 09 5:16 PM
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.
2008 Dec 09 5:16 PM
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.