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

User authorisation check in ABAP-HR program

Former Member
0 Likes
451

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
401

Manas,

Please explain whats is the output of the report and at what level u need the authorization with little example .

Regards...

3 REPLIES 3
Read only

Former Member
0 Likes
402

Manas,

Please explain whats is the output of the report and at what level u need the authorization with little example .

Regards...

Read only

Former Member
0 Likes
401

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

Read only

0 Likes
401

Thanks Sravan,

Your reply solved my problem. Looking forward to meet more knowledgeable people like you in future.. thanks once again..

Regards,

Manas Menon.