SAP ABAP Function Module HR_PERSON_HITLIST (Hitliste der Personen (geordnet nach Eignung) für Arbeitsplätze/Planstelle)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO (Application Component) Logistics - General
     CRHR (Package) Integration of HR personnel system in Logistics
Basic Data
Function Module HR_PERSON_HITLIST Hitliste der Personen (geordnet nach Eignung) für Arbeitsplätze/Planstelle  
Function Group RHP1   Read Accesses to Persons for WorkforcePl  
Program Name SAPLRHP1   Personnel Data for Shift Planning 
INCLUDE Name LRHP1U12    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing DATE TYPE SYST-DATUM SY-DATUM Key date for creating hit list
Importing KAPID TYPE KAKO-KAPID SPACE Capacity ID
Importing OBJID TYPE PCHDY-OBJID Object ID of work center or position
Importing OTYPE TYPE PCHDY-OTYPE 'A' Object type of work center ('A')
Importing PLVAR TYPE PCHDY-PLVAR SPACE Specify plan version (optional)
Importing PROFIL_ID TYPE PCHDY-OBJID '00000000' Object ID of requirements profile
Importing PROFIL_TYP TYPE PCHDY-OTYPE 'QP' Object type of requirements profile
Importing BEGIN_TIME TYPE SYST-UZEIT '000000' Selection period start time
Importing END_TIME TYPE SYST-UZEIT '240000' Selection period end time
Importing DURATION TYPE CAL_CYCLE-DAUER '0' Duration of period (in seconds!!!)
Importing TEXT TYPE AFVGD-LTXA1 SPACE Heading text (40)
Importing ONLY_DISPLAY TYPE FLAG ' ' Only display persons with suitability percentage
Tables HITLIST TYPE PDHIT Hit list of all suitable persons for the work center
Exception INVALID_ARBPL TYPE Work center does not exist
Exception INVALID_ORGEH TYPE Organizational unit does not exist
Exception INVALID_PLVAR TYPE Invalid plan version
Exception INVALID_WEGID TYPE Evaluation path does not exist / is not valid
Exception INVALID_KAPID TYPE Capacity does not exist
Exception NO_PERSON_FOUND TYPE No persons were found
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950404 
SAP Release Created in