SAP ABAP Class CL_CNV_00001_API_TAB_MAP_ENTRY (Representation of table mapping)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CNV_00001_MODIFIABLE Abstrct modifiable cust. object 20130913
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CNV_00001_API_CUST_OBJECT Abstract customizing object availabel in CWB API 20130913
Properties
Class CL_CNV_00001_API_TAB_MAP_ENTRY  
Short Description Representation of table mapping    
Super Class CL_CNV_00001_MODIFIABLE Abstrct modifiable cust. object 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_BASIS   Conversion: Basis functions 
Created 20130627   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_CNV_MBT_ULV_LOGGER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CNV_00001_API_CUST_OBJECT Abstract customizing object availabel in CWB API 20130913
Friends
Class CL_CNV_00001_API_TAB_MAP_ENTRY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PR_API Instance attribute Private Object reference (TYPE REF TO) IF_CNV_00001_API_STATIC Static API of CWB (access to CWB customizing) 20130913
2 PR_SRC_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_CNV_00001_API_TABLE Table representation of source table 20130913
3 PR_TRG_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_CNV_00001_API_TABLE Table representation of target table 20130913
4 PT_FIELD_MAPPING Instance attribute Private Type reference (TYPE) CNV_00001_T_CL_API_FLDMAPENTRY List of field mapping entries 20130913
5 PV_SRC_TAB_OBJ_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL false if target table object was loaded 20130913
6 PV_TABNAME_SRC Instance attribute Private Type reference (TYPE) CNV_00001_TABNAME_SRC Conversion: Table Mapping - Source Table Name 20130913
7 PV_TABNAME_TRG Instance attribute Private Type reference (TYPE) CNV_00001_TABNAME_TRG Conversion: Table Mapping - Target Table Name 20130913
8 PV_TRG_TAB_OBJ_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL true if target table object was loaded 20130913
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELD_MAPPING Instance method Public Method Adds a field mapping 20130913
2 CHECK Instance method Public Method Checks the consisteny of the object 20130924
3 CHECK_DATA_ELEMENT_MAPPING Instance method Public Method Returns a list of fields moved corresponding with dif. DTEL 20130913
4 CHECK_NO_DOUBLE_MAPPINGS Instance method Public Method Returns a list of all double mapped fields in the target tab 20130913
5 CHECK_SOURCE_ATTRIBUTES Instance method Public Method Returns true if the source table has a valid type 20130913
6 CHECK_SOURCE_CONV_RELV Instance method Public Method Returns true if the source table is conversion relevant 20130913
7 CHECK_SOURCE_IN_PACKAGE Instance method Public Method Returns true if the source table is contained in the package 20130913
8 CHECK_S_FIELD_MAP_COMPLETENES Instance method Public Method Returns a list of all not mapped fields in the target table 20130926
9 CHECK_TARGET_ATTRIBUTES Instance method Public Method Returns true if the target table has a valid type 20130913
10 CHECK_TARGET_CONV_UNCRITICAL Instance method Public Method Returns true if target table conv settings are uncritical 20130913
11 CHECK_TARGET_IN_PACKAGE Instance method Public Method Returns true if the target table is contained in the package 20130913
12 CHECK_TARGET_NE_SOURCE Instance method Public Method Returns true if the target table is not the same as the src. 20130913
13 CHECK_TARGET_SUMUP_SET Instance method Public Method Returns true if the sumup indicator is set correctly 20130913
14 CHECK_T_FIELD_MAP_COMPLETENES Instance method Public Method Returns a list of all not mapped fields in the target table 20130926
15 GET_FIELD_MAPPINGS Instance method Public Method Return associated field mappings 20130913
16 GET_SOURCE_TABLE Instance method Public Method Returns the name of the source table 20130913
17 GET_SOURCE_TAB_OBJECT Instance method Private Method Returns the API_TABLE object for the source table 20130913
18 GET_TARGET_TABLE Instance method Public Method Returns the name of the target table 20130913
19 GET_TARGET_TAB_OBJECT Instance method Private Method Returns the API_TABLE object for the target table 20130913
20 LOAD_FROM_BUFFER Instance method Public Method Fills the object from the datbaase data loaded into memory 20130913
21 REMOVE_FIELD_MAPPING Instance method Public Method Removes field mapping based on target field name 20130913
22 REMOVE_FIELD_MAPPINGS Instance method Public Method Removes all field mappings 20130913
23 SET_FIELD_MAPPINGS Instance method Public Method Assigns field mappings 20130913
24 SET_SOURCE_TABLE Instance method Public Method Assigns the name of the source table 20130913
25 SET_TARGET_TABLE Instance method Public Method Assigns the name of the target table 20130913
Events
Class CL_CNV_00001_API_TAB_MAP_ENTRY has no event.
Types
Class CL_CNV_00001_API_TAB_MAP_ENTRY has no local type.
Method Signatures

Method ADD_FIELD_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FIELD_MAPPING Call by reference Object reference (TYPE REF TO) CL_CNV_00001_API_FLD_MAP_ENTRY Representation of field mapping 20130913

Method ADD_FIELD_MAPPING on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130924
2 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130924
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130924

Method CHECK on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method CHECK_DATA_ELEMENT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DETAILED_RESULT Call by reference Type reference (TYPE) CNV_00001_T_FIELDMAP_MAPPING Field / Parameter mapping 20130913
2 Exporting EV_VALID Value transfer Type reference (TYPE) ABAP_BOOL Field / Parameter mapping valid 20130913
3 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130913
4 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130913
# Exception Resumable Description Created on
1 CX_CNV_00001_API_TAB_NOT_FOUND Table not found 20130913

Method CHECK_NO_DOUBLE_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DOUBLE_MAPPINGS Call by reference Type reference (TYPE) CNV_00001_T_CL_API_FLDMAPENTRY List of field mapping entries 20130913
2 Exporting EV_NO_DOUBLE_MAPPINGS_EXIST Value transfer Type reference (TYPE) ABAP_BOOL If double mappings exist 20130913
3 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130913
4 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130913

Method CHECK_NO_DOUBLE_MAPPINGS on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method CHECK_SOURCE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130913
2 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130913
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130913
4 Returning RV_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method CHECK_SOURCE_ATTRIBUTES on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method CHECK_SOURCE_CONV_RELV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130913
2 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130913
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130913
4 Returning RV_RELEVANT Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method CHECK_SOURCE_CONV_RELV on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method CHECK_SOURCE_IN_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130913
2 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130913
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130913
4 Returning RV_IN_PACKAGE Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method CHECK_SOURCE_IN_PACKAGE on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method CHECK_S_FIELD_MAP_COMPLETENES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DETAILED_RESULT Call by reference Type reference (TYPE) CNV_00001_T_FIELDMAP_FLDS List of fields in fieldmapping with error flag 20130926
2 Exporting EV_COMPLETE Value transfer Type reference (TYPE) ABAP_BOOL 20130926
3 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130926
4 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130926
# Exception Resumable Description Created on
1 CX_CNV_00001_API_TAB_NOT_FOUND Table not found 20130926

Method CHECK_TARGET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130913
2 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130913
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130913
4 Returning RV_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method CHECK_TARGET_ATTRIBUTES on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method CHECK_TARGET_CONV_UNCRITICAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130913
2 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130913
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130913
4 Returning RV_UNCRITICAL Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method CHECK_TARGET_CONV_UNCRITICAL on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method CHECK_TARGET_IN_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130913
2 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130913
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130913
4 Returning RV_IN_PACKAGE Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method CHECK_TARGET_IN_PACKAGE on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method CHECK_TARGET_NE_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130913
2 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130913
3 Returning RV_DIFFERENT Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method CHECK_TARGET_NE_SOURCE on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method CHECK_TARGET_SUMUP_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130913
2 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130913
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130913
4 Returning RV_SUMUP_SET Value transfer Type reference (TYPE) ABAP_BOOL 20130913

Method CHECK_TARGET_SUMUP_SET on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method CHECK_T_FIELD_MAP_COMPLETENES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DETAILED_RESULT Call by reference Type reference (TYPE) CNV_00001_T_FIELDMAP_FLDS List of fields in fieldmapping with error flag 20130926
2 Exporting EV_COMPLETE Value transfer Type reference (TYPE) ABAP_BOOL 20130926
3 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130926
4 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130926
# Exception Resumable Description Created on
1 CX_CNV_00001_API_TAB_NOT_FOUND Table not found 20130926

Method GET_FIELD_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELD_MAPPING Value transfer Type reference (TYPE) CNV_00001_T_CL_API_FLDMAPENTRY List of field mapping entries 20130913

Method GET_FIELD_MAPPINGS on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method GET_SOURCE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TABNAME Value transfer Type reference (TYPE) CNV_00001_TABNAME_SRC Conversion: Table Mapping - Source Table Name 20130913

Method GET_SOURCE_TABLE on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method GET_SOURCE_TAB_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130913
2 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130913
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130913
4 Returning RR_OBJECT Value transfer Object reference (TYPE REF TO) CL_CNV_00001_API_TABLE Table representation 20130913

Method GET_SOURCE_TAB_OBJECT on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method GET_TARGET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TABNAME Value transfer Type reference (TYPE) CNV_00001_TABNAME_TRG Conversion: Table Mapping - Target Table Name 20130913

Method GET_TARGET_TABLE on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method GET_TARGET_TAB_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130913
2 Importing IV_LOGGER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130913
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130913
4 Returning RR_OBJECT Value transfer Object reference (TYPE REF TO) CL_CNV_00001_API_TABLE Table representation 20130913

Method GET_TARGET_TAB_OBJECT on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method LOAD_FROM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDMAP Call by reference Type reference (TYPE) CNV_T_FIELDMAP List of CNVFIELDMAP entries 20130913
2 Importing IT_FIELDMAPFUNC Call by reference Type reference (TYPE) CNV_T_FIELDMAPFUNC List of CNVFIELDMAPFUNC entries 20130913
3 Importing IT_TABMAP Call by reference Type reference (TYPE) CNV_T_TABLEMAP List of CNVTABLEMAP entries 20130913
4 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130913
5 Importing IV_TABNAME_SRC Call by reference Type reference (TYPE) CNV_00001_TABNAME_SRC Conversion: Table Mapping - Source Table Name 20130913
# Exception Resumable Description Created on
1 CX_CNV_00001_API_NOT_FOUND Generic Not Found Error 20130913

Method REMOVE_FIELD_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) CNV_00001_FIELDNAME_TRG Conversion: Table Mapping - Target Field Name 20130913

Method REMOVE_FIELD_MAPPING on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method REMOVE_FIELD_MAPPINGS Signature

Method REMOVE_FIELD_MAPPINGS on class CL_CNV_00001_API_TAB_MAP_ENTRY has no parameter.
Method REMOVE_FIELD_MAPPINGS on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method SET_FIELD_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_MAPPING Call by reference Type reference (TYPE) CNV_00001_T_CL_API_FLDMAPENTRY List of field mapping entries 20130913

Method SET_FIELD_MAPPINGS on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method SET_SOURCE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) CNV_00001_TABNAME_SRC Conversion: Table Mapping - Source Table Name 20130913

Method SET_SOURCE_TABLE on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.

Method SET_TARGET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) CNV_00001_TABNAME_TRG Conversion: Table Mapping - Target Table Name 20130913

Method SET_TARGET_TABLE on class CL_CNV_00001_API_TAB_MAP_ENTRY has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in