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 PBR99 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 MC_MOLGA Static Attribute Protected Type reference (TYPE) MOLGA PBR99_MOLGA Country grouping 20120604
2 MO_INFOTYPE_FACTORY Instance attribute Protected Object reference (TYPE REF TO) CL_HRPADBR_INFOTYPE_FACTORY Class for generation and buffering of infotype instances 20120604
3 MV_MOLGA Instance attribute Protected Type reference (TYPE) MOLGA Country grouping 20120604
4 MV_PERNR Instance attribute Public Type reference (TYPE) P_PERNR Personnel no. 20120604
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120604
2 GET Instance method Public Method Returns a record table of an infotype 20120604
3 GET_FIRST Instance method Public Method Returns the first encapsulated record in the period 20120604
4 GET_LAST Instance method Public Method Returns the last encapsulated record in the period 20120604
5 GET_MASTER_DATA Instance method Public Method Returns the object that encapsulates Mater Data infotypes 20120604
6 GET_MOLGA Instance method Public Method Returns the employee personnel country grouping 20120604
7 GET_TIME_DATA Instance method Public Method Returns the object that encapsulates Time Data infotypes 20120604
8 SET 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 Importing IT_ACTION Call by reference Type reference (TYPE) P0000_TAB HR master record infotype 0000 (personnel actions) 20120604
2 Importing IT_ORG_ASSIGN Call by reference Type reference (TYPE) P0001_TAB HR master record: infotype 0001 (organizational assignment) 20120604
3 Importing IV_PERNR Call by reference Type reference (TYPE) P_PERNR Personnel no. 20120604
# Exception Resumable Description Created on
1 CX_HRPAYBR_UNBOUND Exception class for zero references 20120604

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INFOTYPE Call by reference Type reference (TYPE) ANY TABLE 20120604
2 Importing IV_BEGDA Call by reference Type reference (TYPE) BEGDA '18000101' 20120604
3 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA '99991231' 20120604
4 Importing IV_INFTY Call by reference Type reference (TYPE) INFTY 20120604
5 Importing 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 Importing IV_BEGDA Call by reference Type reference (TYPE) BEGDA '18000101' 20120604
2 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA '99991231' 20120604
3 Importing IV_INFTY Call by reference Type reference (TYPE) INFTY 20120604
4 Importing IV_SUBTY Call by reference Type reference (TYPE) SUBTY 20120604
5 Returning 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 CX_HRPADBR_INFTY_NOT_FOUND 20120604

Method GET_LAST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BEGDA Call by reference Type reference (TYPE) BEGDA '18000101' 20120604
2 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA '99991231' 20120604
3 Importing IV_INFTY Call by reference Type reference (TYPE) INFTY 20120604
4 Importing IV_SUBTY Call by reference Type reference (TYPE) SUBTY Subtype 20120604
5 Returning 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 CX_HRPADBR_INFTY_NOT_FOUND 20120604

Method GET_MASTER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Importing IV_BEGDA Call by reference Type reference (TYPE) BEGDA '18000101' Valid from date 20120604
2 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA '99991231' Valid to date 20120604
3 Returning 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 Returning 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 Importing 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