SAP ABAP Class CL_METASTAR_READINFO_HRF02 (HR Forms: Read Information for MetaStar)
Hierarchy
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
   PY-XX-FO (Application Component) Forms
     PAOC_PAY_HRFORMS (Package) HR Forms
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_METASTAR_READINFTY_HRF02 HR Forms: Read Information for Infotype 20000113
2 Inheritance (c INHERITING FROM c_ref)  CL_METASTAR_READOTHER_HRF02 HR Forms: Read Information for Other MetaStars 20000103
3 Inheritance (c INHERITING FROM c_ref)  CL_METASTAR_READPAYR_HRF02 HR Forms: Read Information for Infotype 20000804
4 Inheritance (c INHERITING FROM c_ref)  CL_METASTAR_READTIME_HRF02 HR Forms: Read Information for Other MetaStars 20030325
Properties
Class CL_METASTAR_READINFO_HRF02  
Short Description HR Forms: Read Information for MetaStar    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_PAY_HRFORMS   HR Forms 
Created 20000103   SAP 
Last change 20060208   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_METASTAR_READINFO_HRF02 has no interface implemented.
Friends
Class CL_METASTAR_READINFO_HRF02 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_FALSE Constant Public Type reference (TYPE) XFELD ' ' False 20040908
2 C_PAY_STRUCTURE Constant Public Type reference (TYPE) TABNAME 'HRF_PAY&I_PE_PA_RESULT' Table Name 20050713
3 C_SPECIAL_INFODIM Instance attribute Public Type reference (TYPE) HRF_NAME 'EMPLOYEE' EMPLOYEE Metadim 20040205
4 C_SPECIAL_INFODIM_PERSON Instance attribute Public Type reference (TYPE) HRF_NAME 'PERSON' PERSON Metadim 20040505
5 C_STAR Constant Public Type reference (TYPE) CHAR01 '*' '*' 20000103
6 C_TRUE Constant Public Type reference (TYPE) XFELD 'X' True 20040908
7 METASTAR Instance attribute Protected Object reference (TYPE REF TO) CL_METASTAR_HRF02 HR Forms: MetaStars 20000103
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Check Read Information 20000414
2 CHECK_DIM Instance method Protected Method Check Read Information for MetaDimension 20000414
3 CHECK_FIELD Instance method Protected Method Check Read Information for MetaField 20000414
4 CHECK_FIGURE Instance method Protected Method Check Read Information for MetaFigure 20000414
5 CHECK_MS Instance method Protected Method Check Read Information for MetaStar 20000414
6 CLONE Instance method Public Method Copy 20000113
7 CONSTRUCTOR Instance method Public Constructor Constructor 20000103
8 F4_FIELD_LIST Instance method Public Method Input help for fields 20000804
9 F4_TABLE_LIST Instance method Public Method Input help for tables 20000804
10 GET_DDIC_TABTYPE Instance method Public Method DDIC Table Type/Structure Name of Payroll Table 20040906
11 GET_DIM_FN_IMP_PARS Instance method Protected Method Import Parameter of Interface for MetaDim Read Function 20050711
12 GET_DIM_FN_INTERFACE Instance method Public Method Determine Interface for MetaDimension Read Function 20000208
13 GET_DIM_SYMBOLS Instance method Public Method Program Information for MetaDimension 20000103
14 GET_FIG_FN_INTERFACE Instance method Public Method Determine Interface for MetaFigure Read Function 20000208
15 GET_FIG_SYMBOLS Instance method Public Method Program Information for Figure 20000103
16 GET_MS_FN_INTERFACE Instance method Public Method Determine Interface for MetaStar Read Function 20000208
17 GET_MS_SYMBOLS Instance method Public Method Program Information for MetaStar 20000103
18 GET_STRUCTURE Instance method Protected Method Read structure 20040906
19 GET_WT_FIELD Instance method Protected Method Read Field Name for WAGETYPE-WAGETYPE 20010830
20 INHERITS_FROM Instance method Protected Method Fetch Inherited Read Information 20020405
21 PROGRAM_SYMBOLS Instance method Public Method Program Generation Information 20000113
22 READ_DB Instance method Public Method Read From DB 20000103
23 UPDATE_DB Instance method Public Method Save Changes on DB 20000103
Events
# Event Type Visibility Description Created on
1 MESSAGE Instance Event
(0)
Public
(2)
Messages 20000202
Types
Class CL_METASTAR_READINFO_HRF02 has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_OK Value transfer Type reference (TYPE) XFELD 'X' = Leseinformationen sind fehlerfrei 20000414

Method CHECK on class CL_METASTAR_READINFO_HRF02 has no exception.

Method CHECK_DIM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHECK_ALL_FIELDS Call by reference Type reference (TYPE) XFELD 'X' Auch MetaFields prüfen 20000414
2 Importing IM_NAME Call by reference Type reference (TYPE) HRF_NAME Name der MetaDimension 20000414
3 Importing IM_NO_WARNINGS Call by reference Type reference (TYPE) XFELD ' ' Keine Warnungen ausgeben 20000417
4 Returning RE_OK Value transfer Type reference (TYPE) XFELD 'X' = Leseinformationen sind fehlerfrei 20000414

Method CHECK_DIM on class CL_METASTAR_READINFO_HRF02 has no exception.

Method CHECK_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DIMNAME Call by reference Type reference (TYPE) HRF_NAME Name der MetaDimension 20000414
2 Importing IM_FIELDNAME Call by reference Type reference (TYPE) HRF_NAME MetaField Name 20000414
3 Importing IM_NO_WARNINGS Call by reference Type reference (TYPE) XFELD ' ' Keine Warnungen ausgeben 20000417
4 Returning RE_OK Value transfer Type reference (TYPE) XFELD 'X' = Leseinformationen sind fehlerfrei 20000414

Method CHECK_FIELD on class CL_METASTAR_READINFO_HRF02 has no exception.

Method CHECK_FIGURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) HRF_NAME Name der MetaFigure 20000414
2 Importing IM_NO_WARNINGS Call by reference Type reference (TYPE) XFELD ' ' Keine Warnungen ausgeben 20000417
3 Returning RE_OK Value transfer Type reference (TYPE) XFELD 'X' = Leseinformationen sind fehlerfrei 20000414

Method CHECK_FIGURE on class CL_METASTAR_READINFO_HRF02 has no exception.

Method CHECK_MS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NO_WARNINGS Call by reference Type reference (TYPE) XFELD ' ' Keine Warnungen ausgeben 20000417
2 Returning RE_OK Value transfer Type reference (TYPE) XFELD 'X' = Leseinformationen sind fehlerfrei 20000414

Method CHECK_MS on class CL_METASTAR_READINFO_HRF02 has no exception.

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_METASTAR Call by reference Object reference (TYPE REF TO) CL_METASTAR_HRF02 HR-Formulare: MetaStar 20000113
2 Returning RE_OBJECT Value transfer Object reference (TYPE REF TO) CL_METASTAR_READINFO_HRF02 HR-Formulare: Leseinformationen für MetaStars 20000113

Method CLONE on class CL_METASTAR_READINFO_HRF02 has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_METASTAR Call by reference Object reference (TYPE REF TO) CL_METASTAR_HRF02 HR-Formulare: MetaStars 20000103

Method CONSTRUCTOR on class CL_METASTAR_READINFO_HRF02 has no exception.

Method F4_FIELD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_NAME Call by reference Type reference (TYPE) C Feld 20000804
2 Importing IM_CHANGE Call by reference Type reference (TYPE) XFELD Änderungsmodus 20000804
3 Importing IM_TABLE Call by reference Type reference (TYPE) C Tabelle 20000804

Method F4_FIELD_LIST on class CL_METASTAR_READINFO_HRF02 has no exception.

Method F4_TABLE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_NAME Call by reference Type reference (TYPE) C Tabelle 20000804
2 Importing IM_CHANGE Call by reference Type reference (TYPE) XFELD Änderungsmodus 20000804

Method F4_TABLE_LIST on class CL_METASTAR_READINFO_HRF02 has no exception.

Method GET_DDIC_TABTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PAYTAB Call by reference Type reference (TYPE) TABNAME Tabellenname 20040906
2 Returning RE_DDICNAME Value transfer Type reference (TYPE) STRING 20040906

Method GET_DDIC_TABTYPE on class CL_METASTAR_READINFO_HRF02 has no exception.

Method GET_DIM_FN_IMP_PARS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FDO Call by reference Type reference (TYPE) RSFB_FDO Tabelle von Doku 20050711
2 Exporting EX_IMP Call by reference Type reference (TYPE) RSFB_IMP improt 20050711
3 Importing IM_FUNCTION Call by reference Type reference (TYPE) FUNCNAME Funktionsname 20050711

Method GET_DIM_FN_IMP_PARS on class CL_METASTAR_READINFO_HRF02 has no exception.

Method GET_DIM_FN_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CHA Call by reference Type reference (TYPE) RSFB_CHA changing 20000208
2 Exporting EX_EXC Call by reference Type reference (TYPE) RSFB_EXC exceptions 20000208
3 Exporting EX_EXP Call by reference Type reference (TYPE) RSFB_EXP export 20000208
4 Exporting EX_FDO Call by reference Type reference (TYPE) RSFB_FDO Tabelle von Doku 20000208
5 Exporting EX_IMP Call by reference Type reference (TYPE) RSFB_IMP improt 20000208
6 Exporting EX_TBL Call by reference Type reference (TYPE) RSFB_TBL Tables 20000208
7 Importing IM_DIMNAME Call by reference Type reference (TYPE) HRF_NAME MetaDimensionsname 20000208

Method GET_DIM_FN_INTERFACE on class CL_METASTAR_READINFO_HRF02 has no exception.

Method GET_DIM_SYMBOLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DIMENSION Call by reference Object reference (TYPE REF TO) CL_INFODIM_HRF02 InfoDimension 20000103
2 Returning RE_SYMBOLS Value transfer Type reference (TYPE) HRF01_SYMBOLSET_COLLECTION Programmsymbole 20000103

Method GET_DIM_SYMBOLS on class CL_METASTAR_READINFO_HRF02 has no exception.

Method GET_FIG_FN_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CHA Call by reference Type reference (TYPE) RSFB_CHA changing 20000208
2 Exporting EX_EXC Call by reference Type reference (TYPE) RSFB_EXC exceptions 20000208
3 Exporting EX_EXP Call by reference Type reference (TYPE) RSFB_EXP export 20000208
4 Exporting EX_FDO Call by reference Type reference (TYPE) RSFB_FDO Tabelle von Doku 20000208
5 Exporting EX_IMP Call by reference Type reference (TYPE) RSFB_IMP improt 20000208
6 Exporting EX_TBL Call by reference Type reference (TYPE) RSFB_TBL Tables 20000208
7 Importing IM_FIGNAME Call by reference Type reference (TYPE) HRF_NAME MetaFigurename 20000208

Method GET_FIG_FN_INTERFACE on class CL_METASTAR_READINFO_HRF02 has no exception.

Method GET_FIG_SYMBOLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIGURE Call by reference Object reference (TYPE REF TO) CL_INFOFIGURE_HRF02 InfoFigure 20000103
2 Returning RE_SYMBOLS Value transfer Type reference (TYPE) HRF01_SYMBOLSET_COLLECTION Programmsymbole 20000103

Method GET_FIG_SYMBOLS on class CL_METASTAR_READINFO_HRF02 has no exception.

Method GET_MS_FN_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CHA Call by reference Type reference (TYPE) RSFB_CHA changing 20000208
2 Exporting EX_EXC Call by reference Type reference (TYPE) RSFB_EXC exceptions 20000208
3 Exporting EX_EXP Call by reference Type reference (TYPE) RSFB_EXP export 20000208
4 Exporting EX_FDO Call by reference Type reference (TYPE) RSFB_FDO Tabelle von Doku 20000208
5 Exporting EX_IMP Call by reference Type reference (TYPE) RSFB_IMP improt 20000208
6 Exporting EX_TBL Call by reference Type reference (TYPE) RSFB_TBL Tables 20000208

Method GET_MS_FN_INTERFACE on class CL_METASTAR_READINFO_HRF02 has no exception.

Method GET_MS_SYMBOLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_SYMBOLS Value transfer Type reference (TYPE) HRF01_SYMBOLSET_COLLECTION Programmsymbole 20000103

Method GET_MS_SYMBOLS on class CL_METASTAR_READINFO_HRF02 has no exception.

Method GET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STRUCTURE Value transfer Type reference (TYPE) FIELDNAME Feldname 20040906

Method GET_STRUCTURE on class CL_METASTAR_READINFO_HRF02 has no exception.

Method GET_WT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FIELDNAME Value transfer Type reference (TYPE) FIELDNAME Feldname 20010830

Method GET_WT_FIELD on class CL_METASTAR_READINFO_HRF02 has no exception.

Method INHERITS_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RESULT Value transfer Object reference (TYPE REF TO) CL_METASTAR_READINFO_HRF02 HR-Formulare: Leseinformationen für MetaStars 20020405

Method INHERITS_FROM on class CL_METASTAR_READINFO_HRF02 has no exception.

Method PROGRAM_SYMBOLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTENTS Call by reference Type reference (TYPE) HRFORM_OBJECT_COLLECTION selektierte Inhalte 20000113
2 Returning RE_SYMBOLS Value transfer Type reference (TYPE) HRF01_SYMBOLSET_COLLECTION Programmsymbole 20000113

Method PROGRAM_SYMBOLS on class CL_METASTAR_READINFO_HRF02 has no exception.

Method READ_DB Signature

Method READ_DB on class CL_METASTAR_READINFO_HRF02 has no parameter.
Method READ_DB on class CL_METASTAR_READINFO_HRF02 has no exception.

Method UPDATE_DB Signature

Method UPDATE_DB on class CL_METASTAR_READINFO_HRF02 has no parameter.
Method UPDATE_DB on class CL_METASTAR_READINFO_HRF02 has no exception.
Event Signatures

Event MESSAGE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 MSG_CLASS Exporting Value transfer Type reference (TYPE) ARBGB 'HRFORMS' Nachrichtenklasse 20000202
2 MSG_NUMBER Exporting Value transfer Type reference (TYPE) MSGNO Nachrichtennummer 20000202
3 MSG_TYPE Exporting Value transfer Type reference (TYPE) MSGTY Nachrichtentyp - E,I,S,W 20000202
4 MSG_V1 Exporting Value transfer Type reference (TYPE) C Variable 1 der Nachricht 20000202
5 MSG_V2 Exporting Value transfer Type reference (TYPE) C Variable 2 der Nachricht 20000202
6 MSG_V3 Exporting Value transfer Type reference (TYPE) C Variable 3 der Nachricht 20000202
7 MSG_V4 Exporting Value transfer Type reference (TYPE) C Variable 4 der Nachricht 20000202
8 OBJECT Exporting Value transfer Object reference (TYPE REF TO) OBJECT Auslösendes Object 20000202
History
Last changed by/on SAP  20060208 
SAP Release Created in 46C