SAP ABAP Class CL_HRGE_OS_MASTER_DATA (Master Data for Global Employees)
Hierarchy
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
   PA-GE (Application Component) Management of Global Employees
     PAOC_PAD_MGE (Package) Management Of Global Employees
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRGE_CONSTANTS Constants used for Management of Global Employees 20021217
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRGE_MESSAGE_CONST HR-Global employees: messages constants 20021217
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRPA_BOOLE_D HR: Master Data, Attribute True and False 20021217
Properties
Class CL_HRGE_OS_MASTER_DATA  
Short Description Master Data for Global Employees    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_PAD_MGE   Management Of Global Employees 
Created 20021217   SAP 
Last change 20030211   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRGE_CONSTANTS Constants used for Management of Global Employees 20021217
2 IF_HRGE_MESSAGE_CONST HR-Global employees: messages constants 20021217
3 IF_HRPA_BOOLE_D HR: Master Data, Attribute True and False 20021217
Friends
Class CL_HRGE_OS_MASTER_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ABEND Instance attribute Public Attribute reference (LIKE) 20021217
2 ACTIVATED_STATUS Instance attribute Public Attribute reference (LIKE) 20021217
3 A_COMP_PACKAGE Instance attribute Private Object reference (TYPE REF TO) CL_HRGE_COMP_PACKAGE Entire Compensation Package for Gl. Employees 20021217
4 A_DATUM Instance attribute Private Type reference (TYPE) DATUM Date 20021217
5 A_HOME_PERNR Instance attribute Private Type reference (TYPE) PMGE_HOME_PERNR Home personnel number 20021217
6 A_HOST_PERNR Instance attribute Private Type reference (TYPE) PCCE_PERNR Host pernr 20021217
7 A_MASTERDATA Instance attribute Private Type reference (TYPE) PMGES_OS_MASTERDATA Master data for the offer sheet 20021217
8 A_PLANNED_GL_ASS Instance attribute Private Object reference (TYPE REF TO) CL_HRGE_PLANNED_GL_ASSIGNMENT Planned Global Assignment (Bracket Object) 20021217
9 A_READ_INFOTYPE Static Attribute Private Object reference (TYPE REF TO) IF_HRPA_READ_INFOTYPE Reading Infotype Records 20021217
10 A_TAB_INFTY Instance attribute Private Type reference (TYPE) PRELP_TAB Table of Generic Infotypes 20021217
11 BASE Instance attribute Public Attribute reference (LIKE) 20021217
12 C_OS_EXIT_NAME Constant Public Type reference (TYPE) EXIT_DEF 'HRMGE00OFFERSHEET' Business Add-in Definition 20021217
13 DEDUCTION Instance attribute Public Attribute reference (LIKE) 20021217
14 DERIVED Instance attribute Public Attribute reference (LIKE) 20021217
15 ERROR Instance attribute Public Attribute reference (LIKE) 20021217
16 FALSE Instance attribute Public Attribute reference (LIKE) 20021217
17 HOME Instance attribute Public Attribute reference (LIKE) 20021217
18 HOME_SUBTY Instance attribute Public Attribute reference (LIKE) 20021217
19 HOST Instance attribute Public Attribute reference (LIKE) 20021217
20 HOST_SUBTY Instance attribute Public Attribute reference (LIKE) 20021217
21 INFO Instance attribute Public Attribute reference (LIKE) 20021217
22 IT706_NUMBER_OF_LINES Instance attribute Public Attribute reference (LIKE) 20021217
23 MGE_MSG_CLASS Instance attribute Public Attribute reference (LIKE) 20021217
24 OVR_CHANGED Instance attribute Public Attribute reference (LIKE) 20021217
25 OVR_DELETED Instance attribute Public Attribute reference (LIKE) 20021217
26 OVR_INSERTED Instance attribute Public Attribute reference (LIKE) 20021217
27 OVR_INS_CHANGED Instance attribute Public Attribute reference (LIKE) 20021217
28 PAYMENT Instance attribute Public Attribute reference (LIKE) 20021217
29 PLANNED_STATUS Instance attribute Public Attribute reference (LIKE) 20021217
30 SUCCESS Instance attribute Public Attribute reference (LIKE) 20021217
31 TCLAS Instance attribute Public Attribute reference (LIKE) 20021217
32 TRUE Instance attribute Public Attribute reference (LIKE) 20021217
33 WARNING Instance attribute Public Attribute reference (LIKE) 20021217
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Class constructor 20021217
2 CONSTRUCTOR Instance method Public Constructor Constructor 20021217
3 CONVERT_MD_FOR_WORD Instance method Private Method Convert Master Data for Word application 20021217
4 GET_ACTIVATION_DATA Instance method Public Method Master Data for activation 20030211
5 GET_ADDRESS Instance method Private Method Get the address 20021217
6 GET_COUNTRY_TEXT Instance method Private Method Get the country text for a ISO code 20021217
7 GET_CURR_FLUC Instance method Private Method Get currency fluctuation 20021217
8 GET_HR_ADMIN Instance method Private Method Get international HR administrator 20021217
9 GET_MASTER_DATA Instance method Public Method Get master data for the offer sheet 20021217
10 GET_PACKAGE Instance method Private Method Fill and sort the package table 20021217
11 GET_PACKAGE_FOR_SUBTY Instance method Private Method Fill and sort the package table 20021217
12 GLOBAL_ASSIGNMENT Instance method Public Method Access Method to the Global Assignment 20021217
13 PNNNN Instance method Private Method Read single line of infotype nnnn 20021217
14 SEL_DATE Instance method Public Method Get selection date 20021217
15 SORT_CPI Instance method Private Method Sort the cpi for the offer sheet 20021217
Events
Class CL_HRGE_OS_MASTER_DATA has no event.
Types
Class CL_HRGE_OS_MASTER_DATA has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_HRGE_OS_MASTER_DATA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_HRGE_OS_MASTER_DATA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GLOB_ASS Call by reference Object reference (TYPE REF TO) CL_HRGE_PLANNED_GL_ASSIGNMENT Geplanter Auslandseinsatz (Klammerobjekt) 20030113

Method CONSTRUCTOR on class CL_HRGE_OS_MASTER_DATA has no exception.

Method CONVERT_MD_FOR_WORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MASTERDATA Call by reference Type reference (TYPE) PMGES_OS_MASTERDATA Stammdaten zum Angebot 20021217
2 Exporting MASTERDATA_WD Call by reference Type reference (TYPE) PMGES_OS_MASTERDATA_WD Stammdaten zum Angebot (Word-Version) 20021217
3 Importing MESS_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRGE_MESSAGE_HANDLER HR-Management globaler Mitarbeiter: Meldungen 20021217

Method CONVERT_MD_FOR_WORD on class CL_HRGE_OS_MASTER_DATA has no exception.

Method GET_ACTIVATION_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MASTERDATA Call by reference Type reference (TYPE) PMGES_ACTIVATION_DATA Aktivierungsdaten 20030211

Method GET_ACTIVATION_DATA on class CL_HRGE_OS_MASTER_DATA has no exception.

Method GET_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ADRS Value transfer Type reference (TYPE) ADRS Übergabestruktur für Funktionsbaustein zur Adr.aufbereitung 20021217
2 Importing MESS_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRGE_MESSAGE_HANDLER HR-Management globaler Mitarbeiter: Meldungen 20021217
3 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Beschäftigungsvertrag 20021217

Method GET_ADDRESS on class CL_HRGE_OS_MASTER_DATA has no exception.

Method GET_COUNTRY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COUNTRY Call by reference Type reference (TYPE) LAND1 Länderkennzeichen 20021217
2 Returning COUNTRY_TEXT Value transfer Type reference (TYPE) LANDX50 Ländername (max. 50 Zeichen) 20021217
3 Importing LANGU Call by reference Type reference (TYPE) THEAD-TDSPRAS SY-LANGU Sprachenschlüssel 20021217

Method GET_COUNTRY_TEXT on class CL_HRGE_OS_MASTER_DATA has no exception.

Method GET_CURR_FLUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CURR_FLUC Value transfer Type reference (TYPE) PMGES_OS_CURR_FLUC Schutz gegen Währungsschwankungen 20021217

Method GET_CURR_FLUC on class CL_HRGE_OS_MASTER_DATA has no exception.

Method GET_HR_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HR_ADMIN Value transfer Type reference (TYPE) PMGES_OS_HR_ADMIN Daten zum internationalen Personalsachbearbeiter 20021217

Method GET_HR_ADMIN on class CL_HRGE_OS_MASTER_DATA has no exception.

Method GET_MASTER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LANGU Call by reference Type reference (TYPE) THEAD-TDSPRAS SY-LANGU Sprachenschlüssel 20021217
2 Exporting MASTERDATA Call by reference Type reference (TYPE) PMGES_OS_MASTERDATA Stammdaten zum Angebot 20021217
3 Exporting MASTERDATA_WD Call by reference Type reference (TYPE) PMGES_OS_MASTERDATA_WD Stammdaten zum Angebot (Word-Version) 20021217
4 Importing MESS_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRGE_MESSAGE_HANDLER HR-Management globaler Mitarbeiter: Meldungen 20021217

Method GET_MASTER_DATA on class CL_HRGE_OS_MASTER_DATA has no exception.

Method GET_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESS_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRGE_MESSAGE_HANDLER HR-Management globaler Mitarbeiter: Meldungen 20021217
2 Returning TAB_PACKAGE Value transfer Type reference (TYPE) PMGET_OS_PACKAGE Tabelle für Vergütungspakete (Angebot) 20021217

Method GET_PACKAGE on class CL_HRGE_OS_MASTER_DATA has no exception.

Method GET_PACKAGE_FOR_SUBTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20021217
2 Importing MESS_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRGE_MESSAGE_HANDLER HR-Management globaler Mitarbeiter: Meldungen 20021217
3 Importing SUBTY Call by reference Type reference (TYPE) SUBTY_591A Subtyp 20021217
4 Changing TAB_PACKAGE Call by reference Type reference (TYPE) PMGET_OS_PACKAGE Tabelle für Vergütungspakete (Angebot) 20021217

Method GET_PACKAGE_FOR_SUBTY on class CL_HRGE_OS_MASTER_DATA has no exception.

Method GLOBAL_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PLANNED_GL_ASSIGNMENT Value transfer Object reference (TYPE REF TO) CL_HRGE_PLANNED_GL_ASSIGNMENT Geplanter Auslandseinsatz 20021217

Method GLOBAL_ASSIGNMENT on class CL_HRGE_OS_MASTER_DATA has no exception.

Method PNNNN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INFTY Call by reference Type reference (TYPE) INFTY Infotyp 20021217
2 Importing MESS_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRGE_MESSAGE_HANDLER HR-Management globaler Mitarbeiter: Meldungen 20021217
3 Importing PERNR Call by reference Type reference (TYPE) PCCE_PERNR Beschäftigungsvertrag 20021217
4 Exporting PNNNN Value transfer Type reference (TYPE) ANY Spezielle Felder zu verschiedenen Infotypen 20021217

Method PNNNN on class CL_HRGE_OS_MASTER_DATA has no exception.

Method SEL_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEL_DATE Value transfer Type reference (TYPE) D Datum 20021217

Method SEL_DATE on class CL_HRGE_OS_MASTER_DATA has no exception.

Method SORT_CPI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMT_COMP_PACK Call by reference Type reference (TYPE) PMGET_Q0706 Tabelle für Anzeigestruktur für Table Control IT 706 20021217
2 Returning RTT_COMP_PACK Value transfer Type reference (TYPE) PMGET_Q0706 Tabelle für Anzeigestruktur für Table Control IT 706 20021217

Method SORT_CPI on class CL_HRGE_OS_MASTER_DATA has no exception.
History
Last changed by/on SAP  20030211 
SAP Release Created in 200