SAP ABAP Class CL_HRPAYFR_LOOKUP_TABLE (Correspondence table)
Hierarchy
SAP_HRCFR (Software Component) Sub component SAP_HRCFR of SAP_HR
   PY-FR (Application Component) France
     PC06 (Package) HR Payroll: France
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRPAYFR_N4DS_LOOKUP_TABLE Correspondence table for the N4DS 20110602
Properties
Class CL_HRPAYFR_LOOKUP_TABLE  
Short Description Correspondence table    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PC06   HR Payroll: France 
Created 20110322   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 PFRDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_HRPAYFR_LOOKUP_TABLE has no interface implemented.
Friends
Class CL_HRPAYFR_LOOKUP_TABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_CSV Instance attribute Protected Type reference (TYPE) PFRDS_T_STR Comma-separated table 20110602
2 MT_EQV_TABLE Instance attribute Protected Type reference (TYPE) PFRDS_T_EQV Table of equivalences 20110602
3 MT_EQV_TABLE_S60 Instance attribute Protected Type reference (TYPE) PFRDS_T_EQV_S60 Table of equivalences 20111229
4 MT_LOOKUP Instance attribute Protected Type reference (TYPE) PFRDS_T_LOOKUP Table of correspondences 20110602
Methods
# Method Level Visibility Method type Description Created on
1 FILL_LOOKUP_TABLE Instance method Protected Method Fills the correspondence table 20110602
2 GENERATE_KEY Instance method Protected Method Generates a key for the correspondence table 20110602
3 GET Instance method Public Method Determines 20110602
4 PUT Instance method Public Method Introduces 20110602
Events
Class CL_HRPAYFR_LOOKUP_TABLE has no event.
Types
Class CL_HRPAYFR_LOOKUP_TABLE has no local type.
Method Signatures

Method FILL_LOOKUP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENNAT Call by reference Type reference (TYPE) PFRDS_DECL-DETYP Declaration type 20110926
2 Importing IV_ENPER Call by reference Type reference (TYPE) PFRDS_DECL-DEPER Periodicity of declaration 20110926
3 Importing IV_ENTYP Call by reference Type reference (TYPE) PFRDS_DECL-DENAT Nature of declaration 20110926

Method FILL_LOOKUP_TABLE on class CL_HRPAYFR_LOOKUP_TABLE has no exception.

Method GENERATE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_KEY Value transfer Type reference (TYPE) CSEQUENCE Generated key 20110602
2 Importing IM_KEY Call by reference Type reference (TYPE) ANY Key 20110602

Method GENERATE_KEY on class CL_HRPAYFR_LOOKUP_TABLE has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_KEY Call by reference Type reference (TYPE) ANY Key 20110602
2 Importing IM_USE_GENERATED_KEY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Uses the generated key 20110602
3 Returning RE_VALUE Value transfer Type reference (TYPE) INT4 Value 20110602
# Exception Resumable Description Created on
1 NON_EXISTING_KEY The key was not found in the class of correspondences 20110602

Method PUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_GENERATE_KEY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Should a key be generated in the class? 20110602
2 Importing IM_KEY Call by reference Type reference (TYPE) ANY Key 20110602
3 Importing IM_VALUE Call by reference Type reference (TYPE) INT4 Value 20110602
# Exception Resumable Description Created on
1 KEY_ALREADY_EXISTS Key already exists 20110602
History
Last changed by/on SAP  20130531 
SAP Release Created in