‎2008 Feb 17 7:20 AM
Hi,
Can anyone please help me on the following query ?
I need to check user authorisation in an ABAP report at Object level, filter only relevant records based on the user's authorisation and display appropriate messages.
The above mentioned report is purely developed by us and is not a copy of any standard report. Hence, kindly help me with your suggestions and opinions.
Thanks and Regards,
Manas Menon
‎2008 Feb 17 10:21 AM
Manas,
Please explain whats is the output of the report and at what level u need the authorization with little example .
Regards...
‎2008 Feb 17 10:21 AM
Manas,
Please explain whats is the output of the report and at what level u need the authorization with little example .
Regards...
‎2008 Feb 17 11:42 AM
Create an authorisation object (SU21)
Put an authorisation check for this object in your report (AUTHORITY-CHECK)
Create a role that contains this object (PFCG)
Assign this role to all the users who require access to the report (SU01).
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Feb 27, 2008 2:07 PM
‎2008 Feb 27 2:14 PM
Thanks Sravan,
Your reply solved my problem. Looking forward to meet more knowledgeable people like you in future.. thanks once again..
Regards,
Manas Menon.