SAP ABAP Class CL_UC_MAPPING_EXE_ADAPTER (CL_UC_MAPPING's adapter for execution part)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCT8 (Package) SAP Cons: Mapping
Properties
Class CL_UC_MAPPING_EXE_ADAPTER  
Short Description CL_UC_MAPPING's adapter for execution part    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCT8   SAP Cons: Mapping 
Created 20031231   SAP 
Last change 20060711   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UC_MAPPING_EXE_ADAPTER has no forward declaration.
Interfaces
Class CL_UC_MAPPING_EXE_ADAPTER has no interface implemented.
Friends
Class CL_UC_MAPPING_EXE_ADAPTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DO_HIERARCHY Instance attribute Public Object reference (TYPE REF TO) CL_UC_MAPPING_HIERARCHY Adapter to display mapping hierarchy 20031231
2 DO_MAPPING Instance attribute Public Object reference (TYPE REF TO) IF_UC_MAPPING Interface: mapping 20031231
3 DO_SELCOND_FACTORY Instance attribute Protected Object reference (TYPE REF TO) IF_UC_CUST_FACTORY 20060429
4 DO_SRC_CONTEXT Instance attribute Protected Object reference (TYPE REF TO) IF_UC_CONTEXT 20060429
5 DO_SRC_MODEL Instance attribute Protected Object reference (TYPE REF TO) IF_UC_MODEL Model (Metadata) 20040217
6 DO_TGT_MODEL Instance attribute Protected Object reference (TYPE REF TO) IF_UC_MODEL Model (Metadata) 20040217
7 DT_SRC_FFIX Instance attribute Protected Type reference (TYPE) UC0_TS_FFIX Fixed Characteristic Values 20040224
8 DT_SRC_FIELD Instance attribute Public Type reference (TYPE) UCT8_T_FIELDNAME standard table of uc_fieldname 20040427
9 DT_TGT_FFIX Instance attribute Protected Type reference (TYPE) UC0_TS_FFIX Fixed Characteristic Values 20040224
10 DT_TGT_FIELD Instance attribute Public Type reference (TYPE) UCT8_T_FIELDNAME standard table of uc_fieldname 20040427
11 D_MODE Instance attribute Public Type reference (TYPE) CHAR01 Character Field of Length 1 20040427
12 GC_MODE_DEFAULT_COPY Constant Public Type reference (TYPE) CHAR01 'C' Character Field of Length 1 20040427
13 GC_MODE_DEFAULT_INITIAL Constant Public Type reference (TYPE) CHAR01 'I' Character Field of Length 1 20040427
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20031231
2 GET_MAPPING_CONTENT Instance method Public Method Get the content of the mapping 20031231
3 GET_SEL_OBJECT Instance method Public Method Get a selection object with the SELID 20031231
4 GET_SOURCE_CONTEXT Instance method Public Method 20060429
5 PARSE Instance method Protected Method Parse the content 20031231
Events
Class CL_UC_MAPPING_EXE_ADAPTER has no event.
Types
Class CL_UC_MAPPING_EXE_ADAPTER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MAPPING Call by reference Object reference (TYPE REF TO) IF_UC_MAPPING Interface: mapping 20031231
2 Importing IT_SRC_FIELD Call by reference Type reference (TYPE) UCT8_T_FIELDNAME standard table of uc_fieldname 20040427
3 Importing IT_TGT_FIELD Call by reference Type reference (TYPE) UCT8_T_FIELDNAME standard table of uc_fieldname 20040427
4 Importing I_MODE Call by reference Type reference (TYPE) CHAR01 'I' Charakterfeld der Länge 1 20040427

Method CONSTRUCTOR on class CL_UC_MAPPING_EXE_ADAPTER has no exception.

Method GET_MAPPING_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IF Call by reference Type reference (TYPE) UCT8_TH_DP_MAPIF IF parameter 20031231
2 Exporting ET_MAPLINE Call by reference Type reference (TYPE) UCT8_TH_DP_MAPLINE Mapping line 20031231
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) UC0_T_MESSAGE Meldungen 20040427
4 Exporting ET_MOVE Call by reference Type reference (TYPE) UCT8_TH_DP_MAPMOVE MOVE parameter 20031231
5 Exporting ET_REASSIGN Call by reference Type reference (TYPE) UCT8_TH_DP_MAPREASSIGN REASSIGN parameter 20031231
6 Exporting ET_SRC_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixed Characteristic Values 20050421
7 Exporting ET_TARGETFIELD Call by reference Type reference (TYPE) UCT8_TH_DP_MAPTARGET Mapping target 20031231
8 Exporting ET_TGT_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixed Characteristic Values 20050421
# Exception Resumable Description Created on
1 INVALID_MAPPING 20031231

Method GET_SEL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_SEL Value transfer Object reference (TYPE REF TO) IF_UC_SEL Interface Selektionsbedingung 20031231
2 Importing I_SELID Call by reference Type reference (TYPE) UC_SELID GUID zur Identifikation der Selektionsbedingung 20031231

Method GET_SEL_OBJECT on class CL_UC_MAPPING_EXE_ADAPTER has no exception.

Method GET_SOURCE_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_UC_CONTEXT 20060429

Method GET_SOURCE_CONTEXT on class CL_UC_MAPPING_EXE_ADAPTER has no exception.

Method PARSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_IF Call by reference Type reference (TYPE) UCT8_TH_DP_MAPIF IF parameter 20040117
2 Changing CT_MAPLINE Call by reference Type reference (TYPE) UCT8_TH_DP_MAPLINE Mapping line 20040117
3 Changing CT_MESSAGE Call by reference Type reference (TYPE) UC0_T_MESSAGE Meldungen 20040427
4 Changing CT_MOVE Call by reference Type reference (TYPE) UCT8_TH_DP_MAPMOVE MOVE parameter 20040117
5 Changing CT_REASSIGN Call by reference Type reference (TYPE) UCT8_TH_DP_MAPREASSIGN REASSIGN parameter 20040117
6 Changing CT_TARGETFIELD Call by reference Type reference (TYPE) UCT8_TH_DP_MAPTARGET Mapping target 20040428
7 Changing C_LINENR Call by reference Type reference (TYPE) UC_LINENR Line number 20040117
8 Importing I_MAPNR Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20031231
9 Importing I_NODE Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20031231

Method PARSE on class CL_UC_MAPPING_EXE_ADAPTER has no exception.
History
Last changed by/on SAP  20060711 
SAP Release Created in 400