SAP ABAP Class CL_CNV_MBT_ME_TABTYPE_MAP (ME Table Type Mapping for editing)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_MBT_ME_CORE (Package) Mapping Engine Core Functionality and Types
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CNV_MBT_ME_MAPPING | Mapping | 20101210 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CNV_MBT_ME_DATELEM_MAP | Mapping based on a data element | 20120319 |
Properties
| Class | CL_CNV_MBT_ME_TABTYPE_MAP | |
| Short Description | ME Table Type Mapping for editing | |
| Super Class | CL_CNV_MBT_ME_MAPPING | Mapping |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_MBT_ME_CORE | Mapping Engine Core Functionality and Types |
| Created | 20101210 | 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) |
Interfaces
Class CL_CNV_MBT_ME_TABTYPE_MAP has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CNV_MBT_ME_MAPPING | 20101214 | Mapping | |
| 2 | CL_CNV_MBT_ME_TABTYPE_TEMPLATE | 20101214 | Table Type Mapping template |
Attributes
Class CL_CNV_MBT_ME_TABTYPE_MAP has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Appends the given lines to the mapping table | 20120320 | |
| 2 | Instance method | Private | Method | Checks whether a tabtype is equivalent to a field catalog | 20110104 | |
| 3 | Instance method | Public | Method | Yields the table containing the current mapping data | 20101210 | |
| 4 | Instance method | Public | Method | Returns a data reference of the mapping table | 20110404 | |
| 5 | Instance method | Public | Method | Returns the number of mapping lines | 20110304 | |
| 6 | Instance method | Public | Method | Sets the mapping data to the data in the table | 20101210 |
Events
Class CL_CNV_MBT_ME_TABTYPE_MAP has no event.
Types
Class CL_CNV_MBT_ME_TABTYPE_MAP has no local type.
Method Signatures
Method APPEND_TO_MAPPING_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NEW_LINES | Call by reference | Type reference (TYPE) | STANDARD TABLE | Lines to be appended | 20120320 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | LTR: Access Denied | 20120320 |
Method CHECK_TYPE_COMPATIBILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELD_CATALOG | Value transfer | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20110104 | |||
| 2 | IT_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | Table to be checked agains the field catalog | 20110104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Inconsistent data found | 20110104 |
Method GET_MAPPING_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_CATALOG | Value transfer | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20101210 | |||
| 2 | IV_TYPE_CHECK | Call by reference | Type reference (TYPE) | CNV_MBT_ME_TYPE_CHECK_FLAG | ABAP_TRUE | Check Type | 20110104 | ||
| 3 | XT_MAPPING_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | Contains the mapping table | 20110104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Inconsistent data found | 20110104 |
Method GET_MAPPING_TABLE_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Mapping Data | 20110404 | |||
| 2 | ET_FIELD_CATALOG | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20110404 | |||
| 3 | IT_FILTER | Call by reference | Type reference (TYPE) | CNV_MBT_PIFD_T_DATA_FILTER | Filter for data | 20110705 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Inconsistent data found | 20110404 |
Method GET_TABLE_LINE_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LINE_COUNT | Value transfer | Type reference (TYPE) | CNV_MBT_LINES | Number of lines of a table | 20110304 |
Method GET_TABLE_LINE_COUNT on class CL_CNV_MBT_ME_TABTYPE_MAP has no exception.
Method SET_MAPPING_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MAPPING_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | Contains the mapping table | 20101210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | LTR: Locking exception | 20101222 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |