SAP ABAP Class CL_UC_MAPPING_GUI (GUI Class for Mapping)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCT8 (Package) SAP Cons: Mapping
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI Internal View of GUI Object 20031209
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI_EXT External View at GUI Object 20031209
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20040105
Properties
Class CL_UC_MAPPING_GUI  
Short Description GUI Class for Mapping    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCT8   SAP Cons: Mapping 
Created 20031209   SAP 
Last change 20050301   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_UC_MAPRULE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 UC00 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_UC_CUST_GUI Internal View of GUI Object 20031209
2 IF_UC_CUST_GUI_EXT External View at GUI Object 20031209
3 IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20040105
Friends
# Friend Modeled only Created on Description
1 CL_UC_MAPRULE_GUI 20040213 GUI Class for Mapping Rule
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DF_DISPLAY_ONLY Instance attribute Private Type reference (TYPE) UC_FLG Is Display Only? 20031210
2 DF_LOAD_HRY Instance attribute Private Type reference (TYPE) UC_FLG 'X' General Indicator, SAP Consolidation 20050223
3 DF_LOAD_IMPLEDGE Instance attribute Private Type reference (TYPE) UC_FLG 'X' General Indicator, SAP Consolidation 20050223
4 DF_LOAD_MD Instance attribute Private Type reference (TYPE) UC_FLG 'X' General Indicator, SAP Consolidation 20050223
5 DF_SHOW_DETAIL Instance attribute Private Type reference (TYPE) UC_FLG Show Detail Screen? 20040102
6 DO_DATA Instance attribute Private Object reference (TYPE REF TO) IF_UC_MAPPING Mapping 20031210
7 DO_HIER Instance attribute Public Object reference (TYPE REF TO) CL_UC_MAPPING_HIERARCHY Adapter to display mapping hierarchy 20031231
8 DO_SRC_MD_FACTORY Instance attribute Private Object reference (TYPE REF TO) IF_UG_MD_FACTORY FIN Master Data: Central Access Point (Factory) 20050112
9 DO_SRC_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_UC_MODEL Source Model 20031210
10 DO_TGT_MD_FACTORY Instance attribute Private Object reference (TYPE REF TO) IF_UG_MD_FACTORY FIN Master Data: Central Access Point (Factory) 20050112
11 DO_TGT_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_UC_MODEL Model (Metadata) 20040102
12 DT_SRC_FFIX Instance attribute Private Type reference (TYPE) UC0_TS_FFIX Fixed Characteristic Values 20040422
13 DT_SRC_FIELD Instance attribute Private Type reference (TYPE) UCF_T_FIELDNAME Standard Table of Field Name 20040105
14 DT_TGT_FFIX Instance attribute Private Type reference (TYPE) UC0_TS_FFIX Fixed Characteristic Values 20040422
15 D_SRC_FIELDNAME Instance attribute Private Type reference (TYPE) UC_FIELDNAME Field Name 20050112
16 D_TGT_FIELDNAME Instance attribute Private Type reference (TYPE) UC_FIELDNAME Field Name 20050112
17 D_TYPE Instance attribute Private Type reference (TYPE) UC_FLG For masterdata or tx data? 20041221
18 GC_DNUM1 Constant Public Type reference (TYPE) SCRHDNUM '1000' Overview 20040102
19 GC_DNUM2 Constant Public Type reference (TYPE) SCRHDNUM '2000' Overview + Detail 20040102
20 GC_FUNC_APPLY Constant Public Type reference (TYPE) UI_FUNC IF_UC_MAPRULE=>OPR_APPLY Function Code 20040118
21 GC_FUNC_DELOPR Constant Public Type reference (TYPE) UI_FUNC 'DELOPR' Function Code 20040118
22 GC_FUNC_DELRULE Constant Public Type reference (TYPE) UI_FUNC 'DELRULE' Function Code 20040118
23 GC_FUNC_DUMMY Constant Public Type reference (TYPE) UI_FUNC 'DUMMY' Function Code 20040118
24 GC_FUNC_EXPAND Constant Public Type reference (TYPE) UI_FUNC 'EXPAND' Function Code 20040118
25 GC_FUNC_IF Constant Public Type reference (TYPE) UI_FUNC IF_UC_MAPRULE=>OPR_IF Function Code 20040118
26 GC_FUNC_MOVE Constant Public Type reference (TYPE) UI_FUNC IF_UC_MAPRULE=>OPR_MOVE Function Code 20040118
27 GC_FUNC_PROPOSE Constant Public Type reference (TYPE) UI_FUNC 'PROPOSE' Function Code 20040118
28 GC_FUNC_REASSIGN Constant Public Type reference (TYPE) UI_FUNC IF_UC_MAPRULE=>OPR_REASSIGN Function Code 20040118
29 GC_FUNC_REFRESH Constant Public Type reference (TYPE) UI_FUNC 'REFRESH' Function Code 20040205
30 GC_FUNC_SEARCH Constant Public Type reference (TYPE) UI_FUNC 'SEARCH' Function Code 20040118
31 GC_FUNC_SWITCH Constant Public Type reference (TYPE) UI_FUNC 'SWITCHDETAIL' Function Code 20040118
32 GC_FUNC_S_NEXT Constant Public Type reference (TYPE) UI_FUNC 'S_NEXT' Function Code 20040118
33 GC_MAX_LINES Constant Private Type reference (TYPE) I 36 20031210
34 GC_MIN_COLUMNS Constant Private Type reference (TYPE) I 20 20031210
35 GC_MIN_LINES Constant Private Type reference (TYPE) I 30 20031210
36 GC_PROG Constant Public Type reference (TYPE) SCRHPROG 'SAPLUCT8_MAPPING' Program Name 20031210
37 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) IF_UC_CUST_GUI Internal View of GUI Object 20031210
Methods
# Method Level Visibility Method type Description Created on
1 GET_DETAIL Instance method Public Method Get the Current Detail Status 20040319
2 GET_DISPLAY_MODE Instance method Public Method Get the Display Mode 20040114
3 GET_FIELD_MD_TYPE Instance method Public Method Get the Master Data Type of Target Fieldname(M/H/I) 20041214
4 GET_FIELD_TEXT Instance method Public Method Get the Text of the Target Field Name 20040102
5 GET_FIELD_TYPE Instance method Public Method Get the Type of the Target Field Name (Char/Kfig) 20040213
6 GET_GUI_DATA Instance method Public Method Get GUI Data 20031210
7 GET_MODEL Instance method Public Method Get Source and Target Model 20031210
8 GET_TYPE Instance method Public Method Get Mapping Type 20041221
9 HAS_MD_HRY_IMPLEDGE Instance method Public Method Does target field have md, hry and impledge group 20050223
10 REGISTER_OBJECT Instance method Public Method Register a GUI object 20040105
11 SET_EXISTING_NAME Instance method Protected Method Set an Existing Rule Name in the Naming Screen 20040211
12 SET_GUI_DATA Instance method Public Method Set GUI Data 20031210
13 SET_LOAD_OPTION Instance method Public Method Set Load Option 20050223
14 SET_NEW_NAME Instance method Protected Method Change or Delete the Name of an Named Rule 20040213
15 SET_TYPE Instance method Public Method Set Mapping Type 20041221
16 SWITCH_DETAIL Instance method Public Method Switch the Detail Screen 20040102
Events
Class CL_UC_MAPPING_GUI has no event.
Types
Class CL_UC_MAPPING_GUI has no local type.
Method Signatures

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SHOW_DETAIL Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20040319

Method GET_DETAIL on class CL_UC_MAPPING_GUI has no exception.

Method GET_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_DISPLAY_ONLY Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20040114

Method GET_DISPLAY_MODE on class CL_UC_MAPPING_GUI has no exception.

Method GET_FIELD_MD_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MD_TYPE Call by reference Type reference (TYPE) UC_UPL_MASTERDATATYPE Master data type 20041214
2 Importing I_TARGETFIELD Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20041214

Method GET_FIELD_MD_TYPE on class CL_UC_MAPPING_GUI has no exception.

Method GET_FIELD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) UC_HIER_ITEM_TXT Langtext 20040102
2 Importing I_TARGETFIELD Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20040102

Method GET_FIELD_TEXT on class CL_UC_MAPPING_GUI has no exception.

Method GET_FIELD_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TYPE Call by reference Type reference (TYPE) UC_FIELDTYPE Feldtyp: Merkmal oder Kennzahl 20040213
2 Importing I_TARGETFIELD Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20040213

Method GET_FIELD_TYPE on class CL_UC_MAPPING_GUI has no exception.

Method GET_GUI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_HIER Call by reference Object reference (TYPE REF TO) CL_UC_MAPPING_HIERARCHY Adapter to display mapping hierarchy 20031231

Method GET_GUI_DATA on class CL_UC_MAPPING_GUI has no exception.

Method GET_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_SRC_MODEL Call by reference Object reference (TYPE REF TO) IF_UC_MODEL Source Model 20031210
2 Exporting EO_TGT_MODEL Call by reference Object reference (TYPE REF TO) IF_UC_MODEL Target Model 20040102
3 Exporting ET_SRC_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixierte Merkmalswerte 20040422
4 Exporting ET_SRC_FIELD Call by reference Type reference (TYPE) UCF_T_FIELDNAME Standard table of fieldname 20040105
5 Exporting ET_TGT_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixierte Merkmalswerte 20040422

Method GET_MODEL on class CL_UC_MAPPING_GUI has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TYPE Call by reference Type reference (TYPE) UC_FLG 'X': masterdata;'': tx data 20041221

Method GET_TYPE on class CL_UC_MAPPING_GUI has no exception.

Method HAS_MD_HRY_IMPLEDGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_HAS_HRY Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20050223
2 Exporting EF_HAS_IMPLEDGE Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20050223
3 Exporting EF_HAS_MD Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20050223

Method HAS_MD_HRY_IMPLEDGE on class CL_UC_MAPPING_GUI has no exception.

Method REGISTER_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_GUI Call by reference Object reference (TYPE REF TO) IF_UC_CUST_GUI Interne Sicht auf das GUI-Objekt 20040105

Method REGISTER_OBJECT on class CL_UC_MAPPING_GUI has no exception.

Method SET_EXISTING_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_MAPRULE Call by reference Object reference (TYPE REF TO) IF_UC_MAPRULE The Original Maprule 20040211
2 Importing IO_NAMED_MAPRULE Call by reference Object reference (TYPE REF TO) IF_UC_MAPRULE The Existing Named Maprule 20040211
3 Importing I_NODE Call by reference Type reference (TYPE) I The Selected Node 20040211

Method SET_EXISTING_NAME on class CL_UC_MAPPING_GUI has no exception.

Method SET_GUI_DATA Signature

Method SET_GUI_DATA on class CL_UC_MAPPING_GUI has no parameter.
Method SET_GUI_DATA on class CL_UC_MAPPING_GUI has no exception.

Method SET_LOAD_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_LOAD_HRY Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20050223
2 Importing IF_LOAD_IMPLEDGE Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20050223
3 Importing IF_LOAD_MD Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20050223

Method SET_LOAD_OPTION on class CL_UC_MAPPING_GUI has no exception.

Method SET_NEW_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MAPRULE Call by reference Object reference (TYPE REF TO) IF_UC_MAPRULE Interface for Mapping Rule 20040213
2 Importing I_MAPRULE Call by reference Type reference (TYPE) UC_MAPRULE Umsetzungsregel 20040213
3 Importing I_MAPRULE_NEW Call by reference Type reference (TYPE) UC_MAPRULE SPACE Umsetzungsregel 20040213
4 Importing I_TARGETFIELD Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20040213

Method SET_NEW_NAME on class CL_UC_MAPPING_GUI has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) UC_FLG 'X': masterdata;'': tx data 20041221

Method SET_TYPE on class CL_UC_MAPPING_GUI has no exception.

Method SWITCH_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SHOW_DETAIL Call by reference Type reference (TYPE) UC_FLG The Status after This Call 20040102

Method SWITCH_DETAIL on class CL_UC_MAPPING_GUI has no exception.
History
Last changed by/on SAP  20050301 
SAP Release Created in 400