Hierarchy

⤷

⤷

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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_CNV_00001_API_STATIC | Static API of CWB (access to CWB customizing) | 20130913 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CNV_00001_API_TABLE | Table representation of source table | 20130913 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CNV_00001_API_TABLE | Table representation of target table | 20130913 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CNV_00001_T_CL_API_FLDMAPENTRY | List of field mapping entries | 20130913 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | false if target table object was loaded | 20130913 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CNV_00001_TABNAME_SRC | Conversion: Table Mapping - Source Table Name | 20130913 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CNV_00001_TABNAME_TRG | Conversion: Table Mapping - Target Table Name | 20130913 | ||
8 | ![]() |
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 | ![]() |
Instance method | Public | Method | Adds a field mapping | 20130913 |
2 | ![]() |
Instance method | Public | Method | Checks the consisteny of the object | 20130924 |
3 | ![]() |
Instance method | Public | Method | Returns a list of fields moved corresponding with dif. DTEL | 20130913 |
4 | ![]() |
Instance method | Public | Method | Returns a list of all double mapped fields in the target tab | 20130913 |
5 | ![]() |
Instance method | Public | Method | Returns true if the source table has a valid type | 20130913 |
6 | ![]() |
Instance method | Public | Method | Returns true if the source table is conversion relevant | 20130913 |
7 | ![]() |
Instance method | Public | Method | Returns true if the source table is contained in the package | 20130913 |
8 | ![]() |
Instance method | Public | Method | Returns a list of all not mapped fields in the target table | 20130926 |
9 | ![]() |
Instance method | Public | Method | Returns true if the target table has a valid type | 20130913 |
10 | ![]() |
Instance method | Public | Method | Returns true if target table conv settings are uncritical | 20130913 |
11 | ![]() |
Instance method | Public | Method | Returns true if the target table is contained in the package | 20130913 |
12 | ![]() |
Instance method | Public | Method | Returns true if the target table is not the same as the src. | 20130913 |
13 | ![]() |
Instance method | Public | Method | Returns true if the sumup indicator is set correctly | 20130913 |
14 | ![]() |
Instance method | Public | Method | Returns a list of all not mapped fields in the target table | 20130926 |
15 | ![]() |
Instance method | Public | Method | Return associated field mappings | 20130913 |
16 | ![]() |
Instance method | Public | Method | Returns the name of the source table | 20130913 |
17 | ![]() |
Instance method | Private | Method | Returns the API_TABLE object for the source table | 20130913 |
18 | ![]() |
Instance method | Public | Method | Returns the name of the target table | 20130913 |
19 | ![]() |
Instance method | Private | Method | Returns the API_TABLE object for the target table | 20130913 |
20 | ![]() |
Instance method | Public | Method | Fills the object from the datbaase data loaded into memory | 20130913 |
21 | ![]() |
Instance method | Public | Method | Removes field mapping based on target field name | 20130913 |
22 | ![]() |
Instance method | Public | Method | Removes all field mappings | 20130913 |
23 | ![]() |
Instance method | Public | Method | Assigns field mappings | 20130913 |
24 | ![]() |
Instance method | Public | Method | Assigns the name of the source table | 20130913 |
25 | ![]() |
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 | ![]() |
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 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130924 | ||
2 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130924 | ||
3 | ![]() |
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 | ![]() |
ET_DETAILED_RESULT | Call by reference | Type reference (TYPE) | CNV_00001_T_FIELDMAP_MAPPING | Field / Parameter mapping | 20130913 | ||
2 | ![]() |
EV_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | Field / Parameter mapping valid | 20130913 | ||
3 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130913 | ||
4 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130913 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ET_DOUBLE_MAPPINGS | Call by reference | Type reference (TYPE) | CNV_00001_T_CL_API_FLDMAPENTRY | List of field mapping entries | 20130913 | ||
2 | ![]() |
EV_NO_DOUBLE_MAPPINGS_EXIST | Value transfer | Type reference (TYPE) | ABAP_BOOL | If double mappings exist | 20130913 | ||
3 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130913 | ||
4 | ![]() |
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 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130913 | ||
2 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130913 | ||
3 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20130913 | ||
4 | ![]() |
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 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130913 | ||
2 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130913 | ||
3 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20130913 | ||
4 | ![]() |
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 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130913 | ||
2 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130913 | ||
3 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20130913 | ||
4 | ![]() |
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 | ![]() |
ET_DETAILED_RESULT | Call by reference | Type reference (TYPE) | CNV_00001_T_FIELDMAP_FLDS | List of fields in fieldmapping with error flag | 20130926 | ||
2 | ![]() |
EV_COMPLETE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130926 | |||
3 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130926 | ||
4 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130926 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Table not found | 20130926 |
Method CHECK_TARGET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130913 | ||
2 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130913 | ||
3 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20130913 | ||
4 | ![]() |
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 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130913 | ||
2 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130913 | ||
3 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20130913 | ||
4 | ![]() |
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 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130913 | ||
2 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130913 | ||
3 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20130913 | ||
4 | ![]() |
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 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130913 | ||
2 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130913 | ||
3 | ![]() |
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 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130913 | ||
2 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130913 | ||
3 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20130913 | ||
4 | ![]() |
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 | ![]() |
ET_DETAILED_RESULT | Call by reference | Type reference (TYPE) | CNV_00001_T_FIELDMAP_FLDS | List of fields in fieldmapping with error flag | 20130926 | ||
2 | ![]() |
EV_COMPLETE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130926 | |||
3 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130926 | ||
4 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130926 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Table not found | 20130926 |
Method GET_FIELD_MAPPINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130913 | ||
2 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130913 | ||
3 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20130913 | ||
4 | ![]() |
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 | ![]() |
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 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130913 | ||
2 | ![]() |
IV_LOGGER_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20130913 | ||
3 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20130913 | ||
4 | ![]() |
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 | ![]() |
IT_FIELDMAP | Call by reference | Type reference (TYPE) | CNV_T_FIELDMAP | List of CNVFIELDMAP entries | 20130913 | ||
2 | ![]() |
IT_FIELDMAPFUNC | Call by reference | Type reference (TYPE) | CNV_T_FIELDMAPFUNC | List of CNVFIELDMAPFUNC entries | 20130913 | ||
3 | ![]() |
IT_TABMAP | Call by reference | Type reference (TYPE) | CNV_T_TABLEMAP | List of CNVTABLEMAP entries | 20130913 | ||
4 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20130913 | ||
5 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 |