SAP ABAP Class CL_HRPADBR_INFOTYPE_FACTORY (Class for generation and buffering of infotype instances)
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_INFOTYPE_FACTORY  
Short Description Class for generation and buffering of infotype instances    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PB37   HR master data: Brazil 
Created 20120316   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 PBRGO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_HRPADBR_INFOTYPE_FACTORY has no interface implemented.
Friends
Class CL_HRPADBR_INFOTYPE_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_EMPLOYEE Instance attribute Protected Object reference (TYPE REF TO) CL_HRPADBR_EMPLOYEE Class to encapsulate an employee (pernr) 20120604
2 MO_MASTER_DATA Instance attribute Protected Object reference (TYPE REF TO) CL_HRPADBR_MASTER_DATA 20120604
3 MO_TIME_DATA Instance attribute Protected Object reference (TYPE REF TO) CL_HRPADBR_TIME_DATA Class that encapsulates the time infotype records 20120604
4 MTH_CONFIGURATION Static Attribute Protected Type reference (TYPE) PBRGO_TH_CONFIGURATION 20120604
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120604
2 CREATE Instance method Public Method Creates a record of an encapsulated infotype 20120604
3 GET_INFTY_CONTAINER Instance method Public Method Returns the INFOTYPE_CONTAINER of an infotype 20120604
4 GET_MASTER_DATA Instance method Public Method Returns the object that encapsulates master data infotypes 20120604
5 GET_SECONDARY_INFOTYPE Instance method Protected Method Returns the secondary infotype record 20120604
6 GET_TIME_DATA Instance method Public Method Returns the object that encapsulates time data infotypes 20120604
Events
Class CL_HRPADBR_INFOTYPE_FACTORY has no event.
Types
Class CL_HRPADBR_INFOTYPE_FACTORY 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 IO_EMPLOYEE Call by reference Object reference (TYPE REF TO) CL_HRPADBR_EMPLOYEE Class to encapsulate an employee (pernr) 20120604
# Exception Resumable Description Created on
1 CX_HRPAYBR_UNBOUND Exception class for zero references 20120604

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INFOTYPE Call by reference Type reference (TYPE) PRELP HR master data buffer 20120604
2 Returning RO_INFOTYPE Value transfer Object reference (TYPE REF TO) IF_HRPADBR_INFOTYPE Class to encapsulate an infotype 20120604
# Exception Resumable Description Created on
1 CX_HRPADBR_INFTY_NOT_FOUND Infotypes not found 20120604

Method GET_INFTY_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INFTY Call by reference Type reference (TYPE) INFTY Infotype 20120604
2 Returning RO_INFOTYPE_CONTAINER Value transfer Object reference (TYPE REF TO) IF_HRPADBR_INFOTYPE_CONTAINER Interface for classes that group infotypes 20120604

Method GET_INFTY_CONTAINER on class CL_HRPADBR_INFOTYPE_FACTORY has no exception.

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_INFOTYPE_FACTORY has no exception.

Method GET_SECONDARY_INFOTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SECONDARY_INFOTYPE Call by reference Type reference (TYPE) PRELP HR master data buffer 20120604
2 Importing IS_INFOTYPE Call by reference Type reference (TYPE) PRELP HR master data buffer 20120604
# Exception Resumable Description Created on
1 CX_HRPADBR_INFTY_NOT_FOUND Infotypes not found 20120604

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_INFOTYPE_FACTORY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in