Answer Posted / prabhakar.kemburu
SAP Functions Module to find the manager of org unit
position personnel no or user.
RH_GET_PERSONS_FROM_POSITION
RH_GET_LEADING_POSITION
HRCM_ORGUNIT_MANAGER_GET
find all the employee under an org. unit
RHPH_STRUCTURE_READ
RH_STRUC_GET
Read OM infotype
RH_READ_INFTY
RH_READ_OBJECT
Maintain OM Infotype:
RH_PM_ENQUEUE
RH_PM_DEQUEUE
RH_PNNNN_MAINTAIN/RH_UPDATE_INFTY
Maintain/Delimit Relationship for OM infotypes
RH_CUT_INFTY
Delimit OM Objects:
RH_CUT_OBJECT
Update database for OM objects operation in background
RH_UPDATE_DATABASE
Determine whether a position is vacant:
RH_GET_VACANCY
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is exception class and test class. How to use it?
performance tuning concepts
If yes then why do we require logical database
How many main windows will be there in a page window?
What are the different abap/4 editors?
How can we upload a text file having delimiters in to legacy system? : abap bdc
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What is at exit-command:?
Event handling in oops
What are the advantages and disadvantages of using views in abap programming ?
What are the different types of parameters?
What is an authorization in sap?
What is the difference between RETURNING and CHANGING parameters for a method?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?