cancel
Showing results for 
Search instead for 
Did you mean: 

SAP function to return detailed information on HCM organizational objects

Former Member
0 Kudos

Hi everyone,

I'm trying to find a SAP function that would return detailed information on an organizational object (HCM - Org unit, Position, ...), that makes use of effective date (begin date & end date) and respects AOR (area of responsibility).

so far I've found Bapi_Pdotypes_Getdetailedlist, but I have two concerns regarding this function,

  1. I think it is deprecated. (?)
  2. I think it doesn't support AOR. (?)

Any suggestion is greatly appreciated.

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member298958
Participant
0 Kudos

Hi,

You can use the logical database PCH to retrieve all information if the report/interface is built on OM data. An example report: RHSTRU00

You can also use RH_READ_INFTY to be able to read any OM infotypes or RH_PM_GET_STRUCTURE.

Hope this help

Frederick

former_member235056
Active Contributor
0 Kudos

Hi Ali,

Please see if function module RH_DIR_ORG_STRUC_GET helps you.

Thanks,

Ameet