2007 Jan 11 8:05 PM
Hi Experts,
Just wanted to know from which table we can retrieve the value of ID ACTVT as 02 mentioned in statement below??
AUTHORITY-CHECK OBJECT 'F_SPFLI'
ID 'ACTVT' FIELD '02'
ID 'NAME' FIELD SPFLI-CARRID
ID 'CITY' DUMMY.
Thanks n Regards,
Harkamal
Hi Experts,
Just wanted to know from which table we can retrieve the value of ID ACTVT as 02 mentioned in statement below??
AUTHORITY-CHECK OBJECT 'F_SPFLI'
ID 'ACTVT' FIELD '02'
ID 'NAME' FIELD SPFLI-CARRID
ID 'CITY' DUMMY.
Thanks n Regards,
Harkamal
2007 Jan 11 8:34 PM
Hi Harkamal,
I think it is <b>USR12</b> table, (User master authorization values)..
Vivek
2007 Jan 11 8:51 PM
Hello Harkamal
The table you are looking for is <b>TACTZ</b> (Valid activities for each authorization object).
Regards
Uwe
2007 Jan 11 9:05 PM
Hi Harkamal,
u can find field ACTVT in tables like
BCA_REL_LOG_D
COACTV
PSOTY
TACT
TACTT
TACTZ
keerthi
2007 Jan 12 2:22 AM
Hi,
Go to SU21. This is where you can create your own authority object and also view the existing.
Select the module or area where this authority object belongs.
Open the authority object and click on permitted authorities, here u'll find a list of the values of ACTVT field. The documentation will also explain how to use the authority object.
Regards
Subramanian