SAP ABAP Class IF_UC_MAPPING (Interface: mapping)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_UC_MAPPING_EXECUTION Mapping Execution 20040415
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UC_MAPPING Mapping 20031216
Properties
Class IF_UC_MAPPING  
Short Description Interface: mapping    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20031216   SAP 
Last change 20060711   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 UC00 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_UC_MAPPING has no interface implemented.
Friends
Class IF_UC_MAPPING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 STATUS_ERROR Constant Public Type reference (TYPE) I 2 20031219
2 STATUS_OK Constant Public Type reference (TYPE) I 0 20031219
3 STATUS_WARNING Constant Public Type reference (TYPE) I 1 20031219
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_MAPPING Static method Public Method Create a mapping 20031219
2 CREATE_RULE Instance method Public Method Create an empty rule for a target field 20031216
3 DELETE_MAPPING Static method Public Method Delete a mapping 20031219
4 GET_INFO Instance method Public Method Get other information 20040117
5 GET_MAPPING Static method Public Method Get a mapping 20031219
6 GET_MAPPINGID Instance method Public Method Get the mapping ID 20040108
7 GET_RULE Instance method Public Method Globally search for mapping rule with the rule ID 20031216
8 GET_RULE_BY_NAME Static method Public Method Globally search for mapping rule with name and cons.area 20031216
9 GET_RULE_BY_TARGETFIELD Instance method Public Method Get the rule object of the mapping's target field 20031216
10 GET_RULE_LIST Instance method Public Method Get the mapping's rule list 20031216
11 GET_RULE_NUMBER Instance method Public Method Get the number of rules which are assigned to the mapping 20040212
12 INVERSE_MAPPING Instance method Public Method Reverse a mapping 20040415
13 IS_EXECUTION Instance method Public Method If scenario is execution or customizing 20040428
14 MAPPING_DATA Instance method Public Method 20040415
15 MAPPING_MASTERDATA Instance method Public Method 20050129
16 SET_FIELDNAME Instance method Public Method Set the source and target fieldnames/factory(masterdata) 20050112
17 SET_MODEL Instance method Public Method Set the source and target model 20040117
18 SET_SRC_TGT_FIELD Instance method Public Method Set the source and target field list 20040117
19 UNASSIGN_RULE Instance method Public Method Unassign a rule from the mapping 20040206
Events
Class IF_UC_MAPPING has no event.
Types
Class IF_UC_MAPPING has no local type.
Method Signatures

Method CREATE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MAPPING Call by reference Object reference (TYPE REF TO) IF_UC_MAPPING Interface: mapping 20031219
2 Exporting E_MAPID Call by reference Type reference (TYPE) UC_MAPID GUID for mapping 20031219
3 Importing IO_MD_FACTORY Call by reference Object reference (TYPE REF TO) IF_UG_MD_FACTORY FIN-Stammdaten: Zentraler Zugriffspunkt (Factory) 20031229

Method CREATE_MAPPING on class IF_UC_MAPPING has no exception.

Method CREATE_RULE 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 20031216
2 Exporting E_MAPRULEID Call by reference Type reference (TYPE) UC_MAPRULEID GUID for mapping rule 20031216
3 Importing I_TARGETFIELD Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20031216
# Exception Resumable Description Created on
1 INVALID_TARGETFIELD 20031229

Method DELETE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MD_FACTORY Call by reference Object reference (TYPE REF TO) IF_UG_MD_FACTORY FIN-Stammdaten: Zentraler Zugriffspunkt (Factory) 20031229
2 Importing I_MAPID Call by reference Type reference (TYPE) UC_MAPID GUID for mapping 20031219

Method DELETE_MAPPING on class IF_UC_MAPPING has no exception.

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_SRC_CONTEXT Call by reference Object reference (TYPE REF TO) IF_UC_CONTEXT 20060429
2 Exporting EO_SRC_MD_FACTORY Call by reference Object reference (TYPE REF TO) IF_UG_MD_FACTORY FIN-Stammdaten: Zentraler Zugriffspunkt (Factory) 20050112
3 Exporting EO_SRC_MODEL Call by reference Object reference (TYPE REF TO) IF_UC_MODEL Modell (Metadaten) 20040117
4 Exporting EO_TGT_MD_FACTORY Call by reference Object reference (TYPE REF TO) IF_UG_MD_FACTORY FIN-Stammdaten: Zentraler Zugriffspunkt (Factory) 20050112
5 Exporting EO_TGT_MODEL Call by reference Object reference (TYPE REF TO) IF_UC_MODEL Modell (Metadaten) 20040117
6 Exporting ET_SRC_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixierte Merkmalswerte 20040224
7 Exporting ET_SRC_FIELD Call by reference Type reference (TYPE) UCT8_T_FIELDNAME standard table of uc_fieldname 20040117
8 Exporting ET_TGT_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixierte Merkmalswerte 20040224
9 Exporting E_SRC_FIELDNAME Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20050112
10 Exporting E_TGT_FIELDNAME Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20050112

Method GET_INFO on class IF_UC_MAPPING has no exception.

Method GET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MAPPING Call by reference Object reference (TYPE REF TO) IF_UC_MAPPING Interface: mapping 20031219
2 Importing IO_MD_FACTORY Call by reference Object reference (TYPE REF TO) IF_UG_MD_FACTORY FIN-Stammdaten: Zentraler Zugriffspunkt (Factory) 20031229
3 Importing I_MAPID Call by reference Type reference (TYPE) UC_MAPID GUID for mapping 20031219
# Exception Resumable Description Created on
1 NOT_FOUND 20031229

Method GET_MAPPINGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MAPPINGID Call by reference Type reference (TYPE) UC_MAPID GUID for mapping 20040108

Method GET_MAPPINGID on class IF_UC_MAPPING has no exception.

Method GET_RULE 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 20031216
2 Importing I_MAPRULEID Call by reference Type reference (TYPE) UC_MAPRULEID GUID for mapping rule 20031216

Method GET_RULE on class IF_UC_MAPPING has no exception.

Method GET_RULE_BY_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 20031216
2 Importing I_AREA Call by reference Type reference (TYPE) UC_AREA Konsolidierungsgebiet 20031216
3 Importing I_MAPRULE Call by reference Type reference (TYPE) UC_MAPRULE Mapping rule 20031216

Method GET_RULE_BY_NAME on class IF_UC_MAPPING has no exception.

Method GET_RULE_BY_TARGETFIELD 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 20031216
2 Importing I_TARGETFIELD Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20031216
# Exception Resumable Description Created on
1 INVALID_TARGETFIELD 20031229

Method GET_RULE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MAPRULE Call by reference Type reference (TYPE) UCT8_T_CUST_MAPRULE Mapping Rule Assignment for a Mapping 20031216

Method GET_RULE_LIST on class IF_UC_MAPPING has no exception.

Method GET_RULE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NUMBER Value transfer Type reference (TYPE) I 20040212

Method GET_RULE_NUMBER on class IF_UC_MAPPING has no exception.

Method INVERSE_MAPPING Signature

Method INVERSE_MAPPING on class IF_UC_MAPPING has no parameter.
Method INVERSE_MAPPING on class IF_UC_MAPPING has no exception.

Method IS_EXECUTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FLG Value transfer Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20040428

Method IS_EXECUTION on class IF_UC_MAPPING has no exception.

Method MAPPING_DATA Signature

Method MAPPING_DATA on class IF_UC_MAPPING has no parameter.
Method MAPPING_DATA on class IF_UC_MAPPING has no exception.

Method MAPPING_MASTERDATA Signature

Method MAPPING_MASTERDATA on class IF_UC_MAPPING has no parameter.
Method MAPPING_MASTERDATA on class IF_UC_MAPPING has no exception.

Method SET_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SRC_MD_FACTORY Call by reference Object reference (TYPE REF TO) IF_UG_MD_FACTORY FIN-Stammdaten: Zentraler Zugriffspunkt (Factory) 20050112
2 Importing IO_TGT_MD_FACTORY Call by reference Object reference (TYPE REF TO) IF_UG_MD_FACTORY FIN-Stammdaten: Zentraler Zugriffspunkt (Factory) 20050112
3 Importing I_SRC_FIELDNAME Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20050112
4 Importing I_TGT_FIELDNAME Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20050112

Method SET_FIELDNAME on class IF_UC_MAPPING has no exception.

Method SET_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) UC0_T_MESSAGE 20060429
2 Importing IF_DISPLAY_ONLY Call by reference Type reference (TYPE) UC_FLG SPACE 20060429
3 Importing IF_EXECUTION Call by reference Type reference (TYPE) UC_FLG SPACE 20060429
4 Importing IO_SRC_MODEL Call by reference Object reference (TYPE REF TO) IF_UC_MODEL Modell (Metadaten) 20040117
5 Importing IO_TGT_MODEL Call by reference Object reference (TYPE REF TO) IF_UC_MODEL Modell (Metadaten) 20040117
6 Importing IT_SRC_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixierte Merkmalswerte 20040224
7 Importing IT_SRC_FIELD Call by reference Type reference (TYPE) UCT8_T_FIELDNAME 20060429
8 Importing IT_TGT_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixierte Merkmalswerte 20040224
9 Importing IT_TGT_FIELD Call by reference Type reference (TYPE) UCT8_T_FIELDNAME 20060429
10 Importing I_MODE Call by reference Type reference (TYPE) CHAR01 'I' 20060429

Method SET_MODEL on class IF_UC_MAPPING has no exception.

Method SET_SRC_TGT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SRC_FIELD Call by reference Type reference (TYPE) UCT8_T_FIELDNAME standard table of uc_fieldname 20040117
2 Importing IT_TGT_FIELD Call by reference Type reference (TYPE) UCT8_T_FIELDNAME standard table of uc_fieldname 20040117

Method SET_SRC_TGT_FIELD on class IF_UC_MAPPING has no exception.

Method UNASSIGN_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAPRULEID Call by reference Type reference (TYPE) UC_MAPRULEID GUID zur Umsetzungsregel 20040206

Method UNASSIGN_RULE on class IF_UC_MAPPING has no exception.
History
Last changed by/on SAP  20060711 
SAP Release Created in