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: 

rp-read-infotype skip authorization check

Former Member
0 Kudos

Hi,

Is there anyway we can skip the authorization check when reading infotype records using

"rp-read-infotype" macro . I know how to do that for the HR_READ_INFOTYPE function module .

I need to know specifically about this macro

Thanks

Tabish

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You cannot skip the authorization check using this Marco. You need to use the FM HR_READ_INFOTYPE.

3 REPLIES 3

Former Member
0 Kudos

Hi,

You cannot skip the authorization check using this Marco. You need to use the FM HR_READ_INFOTYPE.

Former Member
0 Kudos

Yeah its seems that there is no way of doing that.

Thanks

0 Kudos

Just an FYI for anyone reading this.

FM HR_READ_INFOTYPE_AUTHC_DISABLE if called just before HR_READ_INFOTYPE will bypass auth check just for that one instance.

Cheers,

S.