2016 Aug 29 8:20 AM
Hi Experts,
I know this is a very basic question, but could not find the answer that satisfied me.
Can anyone please tell me how to create a new authorization group to restrict a specific program?
Thanks in Advance,
Parshuram
Hi Experts,
I know this is a very basic question, but could not find the answer that satisfied me.
Can anyone please tell me how to create a new authorization group to restrict a specific program?
Thanks in Advance,
Parshuram
2016 Aug 29 9:29 PM
SU21
EDIT : sorry for the confusion, one term for several notions :
2016 Aug 30 2:22 AM
Hi,
Use SU21 to create Authorisation object.(ZTEST)
Chose the value for Authorisation Field "ACTVT".
Save and Activate.
Assign that Authorisation object to one of the Authorisations of user in SUIM.
Then in you report to check if user has that authorisation check using code
AUTHORITY-CHECK OBJECT 'ZTEST' for user sy-uname ID 'ACTVT' Field '02'.
if sy-subrc = 0
"Then user can execute else not.
Endif.
Thanks
Deepak
2016 Aug 30 3:48 AM
Hi Deepak,
I am talking about how to create authorization group not authorization objects.
We can create authorization object using SU21 but how to create authorization group for reports?
Could you please anyone let me know how to create authorization group for reports?
Thanks
Parshuram
2016 Aug 30 7:20 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |