SAP ABAP Class CL_IM_HR_PM_PERNR (Imp. Class for BAdI Imp. HR_PM_PERNR)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PY-XX-TL (Application Component) Tools
     PCPM (Package) HR Process Model and Status Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_EX_HR_PY_STATUS_DEAL BAdI Interface IF_EX_HR_PY_STATUS_DEAL 20020919
Properties
Class CL_IM_HR_PM_PERNR  
Short Description Imp. Class for BAdI Imp. HR_PM_PERNR    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PCPM   HR Process Model and Status Management 
Created 20020919   SAP 
Last change 20040315   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 HRPMC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 HRST0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_EX_HR_PY_STATUS_DEAL BAdI Interface IF_EX_HR_PY_STATUS_DEAL 20020919
Friends
Class CL_IM_HR_PM_PERNR has no friend class.
Attributes
Class CL_IM_HR_PM_PERNR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_LAST_RUNID_WITH_PERNR Static method Public Method Last Run That Processed PerNo 20020919
2 GET_PARENT_STATUS Static method Private Method Determines Status of Higher-Level Step (Program) 20020920
3 PERFORM_UPDATE Static method Private Method 20040301
Events
Class CL_IM_HR_PM_PERNR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PERNR_TAB Private See coding 20040301 pernr_tab TYPE STANDARD TABLE OF pernr_wa
2 PERNR_WA Private See coding 20040301 BEGIN OF pernr_wa, pernr TYPE hrobjid, END OF pernr_wa
3 P_P_TAB Private See coding 20040301 p_p_tab TYPE STANDARD TABLE OF p_p_wa
4 P_P_WA Private See coding 20040301 BEGIN OF p_p_wa, pernr TYPE hrobjid, person TYPE sobid, END OF p_p_wa
5 RUNID_TAB Private See coding 20040301 runid_tab TYPE STANDARD TABLE OF runid_wa
6 RUNID_WA Private See coding 20040301 BEGIN OF runid_wa, runid TYPE t52sth-runid, paraid TYPE t52sth-paraid, END OF runid_wa
7 T52STH_MODIFY_TAB Private See coding 20040301 t52sth_modify_tab TYPE SORTED TABLE OF t52sth_modify_wa WITH UNIQUE KEY runid paraid
8 T52STH_MODIFY_WA Private See coding 20040301 BEGIN OF t52sth_modify_wa, runid TYPE t52sth-runid, paraid TYPE t52sth-paraid, pernr_tab TYPE hrst0_t_pernr, END OF t52sth_modify_wa
Method Signatures

Method GET_LAST_RUNID_WITH_PERNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMP_PROCESS Call by reference Object reference (TYPE REF TO) CL_HR_PM_PW_PROCESS Prozeß 20020919
2 Importing IMP_STEP Call by reference Object reference (TYPE REF TO) CL_HR_PM_PM_STEP Schritt im Prozeßmodell 20020919
3 Returning RET_RUNID Value transfer Type reference (TYPE) STEPID Identifikator eines Schritts im Prozessmodell 20020919

Method GET_LAST_RUNID_WITH_PERNR on class CL_IM_HR_PM_PERNR has no exception.

Method GET_PARENT_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMP_PARCEL Call by reference Object reference (TYPE REF TO) CL_HR_PM_PW_PARCEL Objekt Pakete in einem Prozeß 20020920
2 Importing IMP_PERNR Call by reference Type reference (TYPE) PERNR-PERNR Personalnummer 20020920
3 Returning PARENT_STATUS Value transfer Type reference (TYPE) T52SPS-STATUS Status eines Schritts im Prozess 20020920

Method GET_PARENT_STATUS on class CL_IM_HR_PM_PERNR has no exception.

Method PERFORM_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALL_PERNR Call by reference Type reference (TYPE) PERNR_TAB 20040301
2 Importing FIRST_PERNR Call by reference Type reference (TYPE) PERNR_WA 20040301
3 Importing LAST_PERNR Call by reference Type reference (TYPE) PERNR_WA 20040301
4 Importing PERNR_LIST Call by reference Type reference (TYPE) PERNR_TAB 20040301
5 Importing PROCESSID Call by reference Type reference (TYPE) T52STH-PROCESSID 20040301
6 Importing STATUS Call by reference Type reference (TYPE) T52STH-STATUS 20040301
7 Importing STEPID Call by reference Type reference (TYPE) T52STH-STEPID 20040301
8 Importing T52STH_ADD Call by reference Type reference (TYPE) HRST0_T_STH 20040301
9 Importing T52STH_MOD Call by reference Type reference (TYPE) T52STH_MODIFY_TAB 20040301
# Exception Resumable Description Created on
1 UPDATE_ERROR 20040301
History
Last changed by/on SAP  20040315 
SAP Release Created in 470