Application Development 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: 

for authorization check

Former Member
0 Kudos

AUTHORITY-CHECK OBJECT 'S_TABU_DIS'

ID 'DICBERCLS' FIELD 'MA'

ID 'DICBERCLS' FIELD 'VCOR'

ID 'ACTVT FIELD '02'

ID 'ACTVT FIELD '03'

Please confirm me that above code is auth check for mara table for display and change

and for TVKO table for display and change.

do correct me if I am wrong

where:

'MA' IS OBJECT FOR MARA

'VCOR' OBJECT FOR TVKO.

anutosh

1 REPLY 1

Former Member
0 Kudos

Hi,

AUTHORITY-CHECK OBJECT 'S_TABU_DIS'
ID 'DICBERCLS' FIELD 'MA'
ID 'DICBERCLS' FIELD 'VCOR'
ID 'ACTVT FIELD '02'
ID 'ACTVT FIELD '03'.

The above code ll check if dat user(who runs it) has change('02') authorization for auth grp 'MA' and display('03') authorization for auth grp 'VCOR'........

Cheers,

jose.