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

AUTHORITY CHECK TABLE

Former Member
0 Likes
1,073

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

4 REPLIES 4
Read only

Former Member
0 Likes
963

Hi Harkamal,

I think it is <b>USR12</b> table, (User master authorization values)..

Vivek

Read only

uwe_schieferstein
Active Contributor
0 Likes
963

Hello Harkamal

The table you are looking for is <b>TACTZ</b> (Valid activities for each authorization object).

Regards

Uwe

Read only

Former Member
0 Likes
963

Hi Harkamal,

u can find field ACTVT in tables like

BCA_REL_LOG_D

COACTV

PSOTY

TACT

TACTT

TACTZ

keerthi

Read only

Former Member
0 Likes
963

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