SAP ABAP Class IF_HRPADBR_INFOTYPE_CONTAINER (Interface for classes that group infotypes)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_HRPADBR_MASTER_DATA Encapsulation of master data infotypes and reading 20120604
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_HRPADBR_TIME_DATA Class that encapsulates the time infotype records 20120604
Properties
Class IF_HRPADBR_INFOTYPE_CONTAINER  
Short Description Interface for classes that group infotypes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120316   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_HRPADBR_INFOTYPE_CONTAINER has no forward declaration.
Interfaces
Class IF_HRPADBR_INFOTYPE_CONTAINER has no interface implemented.
Friends
Class IF_HRPADBR_INFOTYPE_CONTAINER has no friend class.
Attributes
Class IF_HRPADBR_INFOTYPE_CONTAINER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET Instance method Public Method Returns a record table of an infotype 20120604
2 GET_BY_PSKEY Instance method Public Method Returns a record 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 SET Instance method Public Method Stores a table with the records of an infotype 20120604
Events
Class IF_HRPADBR_INFOTYPE_CONTAINER has no event.
Types
Class IF_HRPADBR_INFOTYPE_CONTAINER has no local type.
Method Signatures

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) STANDARD TABLE 20120604
2 Importing IV_BEGDA Call by reference Type reference (TYPE) BEGDA '18000101' Valid from date 20120604
3 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA '99991231' Valid to date 20120604
4 Importing IV_INFTY Call by reference Type reference (TYPE) INFTY Infotype 20120604
5 Importing IV_SUBTY Call by reference Type reference (TYPE) SUBTY Subtype 20120604

Method GET on class IF_HRPADBR_INFOTYPE_CONTAINER has no exception.

Method GET_BY_PSKEY Signature

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

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' Valid from date 20120604
2 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA '99991231' Valid to date 20120604
3 Importing IV_INFTY Call by reference Type reference (TYPE) INFTY Infotype 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 Class to encapsulate an infotype 20120604
# Exception Resumable Description Created on
1 CX_HRPADBR_INFTY_NOT_FOUND Infotypes 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' Valid from date 20120604
2 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA '99991231' Valid to date 20120604
3 Importing IV_INFTY Call by reference Type reference (TYPE) INFTY Infotype 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 Class to encapsulate an infotype 20120604
# Exception Resumable Description Created on
1 CX_HRPADBR_INFTY_NOT_FOUND Infotypes not found 20120604

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