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: 

Does FM HR_CHECK_AUTHORITY_INFTY include structural authorization?

Former Member
0 Kudos

Hello everyone,

I would like to know whether the FM HR_CHECK_AUTHORITY_INFTY already includes the necessary checks for structural authorization, or whether I also need to call FM HRIQ_STRU_AUTHORITY_CHECK (or RH_STRU_AUTHORITY_CHECK) in addition.

(Note: Structural authorization is a HCM-specific type of authorization. Please do not respond if you do not know what it is about.)

1 REPLY 1

Former Member
0 Kudos

Hello Jens,

yes it does. HR_CHECK_AUTHORITY_INFTY works just like the logical database PNP. You don't need to call another FM. At some point in the deepnes of the call stack of that FM the FM RH_AUTHORITY_CHECK_ORGEH is called which performs all the necessary structural authorization checks including BAdI Exits like HRBAS00_GET_PROFL.

Kind regards

Christian