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

Authorisation object

Former Member
0 Likes
327

I have added authorisation object S_TABU_DIS to my Z transaction in
SE93 with value actvt 03 and DCIBERLS MA.

Please let me know how to add one more entry to DCIBERLS as CA.

Thanks.

Best Regards,
Mallesh

1 REPLY 1
Read only

Abhijit74
Active Contributor
0 Likes
300

Hello,

Instead of doing at Tcode level do it report level. Do it like below.

AUTHORITY-CHECK OBJECT S_TABU_DIS

ID 'ACTVT' FIELD '3'

ID 'DCIBERLS'  FIELD 'MA'

ID 'DCIBERLS'  FIELD 'CA'.

IF SY-SUBRC <> 0.

Generate error message.

ENDIF.

Thanks,

Abhijit