SAP ABAP Class CL_HRPADBR_EMPLOYEE (Class to encapsulate an employee (pernr))
Hierarchy
☛
SAP_HRCBR (Software Component) Sub component SAP_HRCBR of SAP_HR
⤷
PA-PA-BR (Application Component) Brazil
⤷
PB37 (Package) HR master data: Brazil
⤷
⤷
Properties
| Class | CL_HRPADBR_EMPLOYEE | |
| Short Description | Class to encapsulate an employee (pernr) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PB37 | HR master data: Brazil |
| Created | 20120313 | SAP |
| Last change | 20130531 | 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) |
Interfaces
Class CL_HRPADBR_EMPLOYEE has no interface implemented.
Friends
Class CL_HRPADBR_EMPLOYEE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | MOLGA | PBR99_MOLGA | Country grouping | 20120604 | ||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_HRPADBR_INFOTYPE_FACTORY | Class for generation and buffering of infotype instances | 20120604 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | MOLGA | Country grouping | 20120604 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | P_PERNR | Personnel no. | 20120604 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120604 | |
| 2 | Instance method | Public | Method | Returns a record table of an infotype | 20120604 | |
| 3 | Instance method | Public | Method | Returns the first encapsulated record in the period | 20120604 | |
| 4 | Instance method | Public | Method | Returns the last encapsulated record in the period | 20120604 | |
| 5 | Instance method | Public | Method | Returns the object that encapsulates Mater Data infotypes | 20120604 | |
| 6 | Instance method | Public | Method | Returns the employee personnel country grouping | 20120604 | |
| 7 | Instance method | Public | Method | Returns the object that encapsulates Time Data infotypes | 20120604 | |
| 8 | Instance method | Public | Method | Stores a table with the records of an infotype | 20120604 |
Events
Class CL_HRPADBR_EMPLOYEE has no event.
Types
Class CL_HRPADBR_EMPLOYEE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ACTION | Call by reference | Type reference (TYPE) | P0000_TAB | HR master record infotype 0000 (personnel actions) | 20120604 | |||
| 2 | IT_ORG_ASSIGN | Call by reference | Type reference (TYPE) | P0001_TAB | HR master record: infotype 0001 (organizational assignment) | 20120604 | |||
| 3 | IV_PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personnel no. | 20120604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for zero references | 20120604 |
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INFOTYPE | Call by reference | Type reference (TYPE) | ANY TABLE | 20120604 | ||||
| 2 | IV_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | '18000101' | 20120604 | |||
| 3 | IV_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | '99991231' | 20120604 | |||
| 4 | IV_INFTY | Call by reference | Type reference (TYPE) | INFTY | 20120604 | ||||
| 5 | IV_SUBTY | Call by reference | Type reference (TYPE) | SUBTY | 20120604 |
Method GET on class CL_HRPADBR_EMPLOYEE has no exception.
Method GET_FIRST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | '18000101' | 20120604 | |||
| 2 | IV_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | '99991231' | 20120604 | |||
| 3 | IV_INFTY | Call by reference | Type reference (TYPE) | INFTY | 20120604 | ||||
| 4 | IV_SUBTY | Call by reference | Type reference (TYPE) | SUBTY | 20120604 | ||||
| 5 | RO_INFOTYPE | Value transfer | Object reference (TYPE REF TO) | IF_HRPADBR_INFOTYPE | Interface for classes that encapsulate the infotype | 20120604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120604 |
Method GET_LAST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | '18000101' | 20120604 | |||
| 2 | IV_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | '99991231' | 20120604 | |||
| 3 | IV_INFTY | Call by reference | Type reference (TYPE) | INFTY | 20120604 | ||||
| 4 | IV_SUBTY | Call by reference | Type reference (TYPE) | SUBTY | Subtype | 20120604 | |||
| 5 | RO_INFOTYPE | Value transfer | Object reference (TYPE REF TO) | IF_HRPADBR_INFOTYPE | Interface for classes that encapsulate the infotype | 20120604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120604 |
Method GET_MASTER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_MASTER_DATA | Value transfer | Object reference (TYPE REF TO) | CL_HRPADBR_MASTER_DATA | Encapsulation of master data infotypes and reading | 20120604 |
Method GET_MASTER_DATA on class CL_HRPADBR_EMPLOYEE has no exception.
Method GET_MOLGA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | '18000101' | Valid from date | 20120604 | ||
| 2 | IV_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | '99991231' | Valid to date | 20120604 | ||
| 3 | RV_MOLGA | Value transfer | Type reference (TYPE) | MOLGA | Country grouping | 20120604 |
Method GET_MOLGA on class CL_HRPADBR_EMPLOYEE has no exception.
Method GET_TIME_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_TIME_DATA | Value transfer | Object reference (TYPE REF TO) | CL_HRPADBR_TIME_DATA | Class that encapsulates the time infotype records | 20120604 |
Method GET_TIME_DATA on class CL_HRPADBR_EMPLOYEE has no exception.
Method SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_INFOTYPE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120604 |
Method SET on class CL_HRPADBR_EMPLOYEE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |