Application Development 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: 

Disabling Authorizations on Infotypes

Former Member
0 Kudos

Folks,

My customer requires a report managed at manager level. The user who runs this report should be able to view all the employee data he wishes to see.

The problem occurs when the user tries to see an employee data for which he is not authorized to.Hence, I want to switch off these authorizations and make sure the user has access to all employee datas.

I understand that using Function Module 'HR_READ_INFOTYPE_AUTHC_DISABLE' helps in bypassing the authority checks for HR_READ_INFTY. But i am using select statements instead of FM HR_READ_INFTY and this makes me impossible to turn off the authorizations.

Any inputs on how to turn off authorizations while using select statements will be helpful.

Cheers!!!

Nanda

1 REPLY 1

Former Member
0 Kudos

-