‎2013 Mar 22 11:42 AM
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
‎2013 Mar 25 2:14 PM
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