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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Static method | Public | Method | Last Run That Processed PerNo | 20020919 | |
| 2 | Static method | Private | Method | Determines Status of Higher-Level Step (Program) | 20020920 | |
| 3 | 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 | IMP_PROCESS | Call by reference | Object reference (TYPE REF TO) | CL_HR_PM_PW_PROCESS | Prozeß | 20020919 | |||
| 2 | IMP_STEP | Call by reference | Object reference (TYPE REF TO) | CL_HR_PM_PM_STEP | Schritt im Prozeßmodell | 20020919 | |||
| 3 | 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 | IMP_PARCEL | Call by reference | Object reference (TYPE REF TO) | CL_HR_PM_PW_PARCEL | Objekt Pakete in einem Prozeß | 20020920 | |||
| 2 | IMP_PERNR | Call by reference | Type reference (TYPE) | PERNR-PERNR | Personalnummer | 20020920 | |||
| 3 | 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 | ALL_PERNR | Call by reference | Type reference (TYPE) | PERNR_TAB | 20040301 | ||||
| 2 | FIRST_PERNR | Call by reference | Type reference (TYPE) | PERNR_WA | 20040301 | ||||
| 3 | LAST_PERNR | Call by reference | Type reference (TYPE) | PERNR_WA | 20040301 | ||||
| 4 | PERNR_LIST | Call by reference | Type reference (TYPE) | PERNR_TAB | 20040301 | ||||
| 5 | PROCESSID | Call by reference | Type reference (TYPE) | T52STH-PROCESSID | 20040301 | ||||
| 6 | STATUS | Call by reference | Type reference (TYPE) | T52STH-STATUS | 20040301 | ||||
| 7 | STEPID | Call by reference | Type reference (TYPE) | T52STH-STEPID | 20040301 | ||||
| 8 | T52STH_ADD | Call by reference | Type reference (TYPE) | HRST0_T_STH | 20040301 | ||||
| 9 | T52STH_MOD | Call by reference | Type reference (TYPE) | T52STH_MODIFY_TAB | 20040301 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040301 |
History
| Last changed by/on | SAP | 20040315 |
| SAP Release Created in | 470 |