How to Authorise SM37?
Hi,
Jobs are created by User A the Administrator. The User B supposed to be a End-User is allowed to do anything;
LIST, PROT, RELE, SHOW and PLAN
Except for Delete DELE for User A jobs. How could I allow User B to do all job operation through SM37 except for DEL for all Jobs created by User A.
Please give me the Field & the Value needed for the Authorisation Object.
Thanks,
Kishan
Tags:
Peter Inotai replied
I don't think it's possible. You can also try to debug it, with adding a breakpoint to statement AUTHORITY-CHECK.
It seems there is the following check for deletion:
AUTHORITY-CHECK OBJECT 'S_BTCH_ADM' ID 'BTCADMIN' FIELD 'Y'.
However the same check used for creation also.
Peter