CNV_10510_S_MAPPING is an SAP Structure so does not store data like a database table does but can be used to process "General mapping structure" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_CNV_10510_S_MAPPING TYPE CNV_10510_S_MAPPING .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
DEP_OBJECT | CNV_10510_DEP_VAL | CHAR | 50 | Dependent object | ||
OLD_VALUE | CNV_MBT_ME_OLD_VALUE | CHAR | 50 | An old value in a mapping | ||
NEW_VALUE | CNV_MBT_ME_NEW_VALUE | CHAR | 50 | A new value for a mapping | ||
PRIO | CNV_MBT_ME_PRIO_FLAG | CHAR | 1 | Priority Flag |
Key field | |
Non-key field |
CNV_10510_S_MAPPING - General mapping structure CNV_10510_PARTIF - Participating Interfaces CNV_10510_FCVMAP - Mappingtable for conversion of foreign currencies CNV_10500_DATA_8000 - Transfer structure for 8000 bytes CNV_10500_DATA_4096 - Transfer structure for 4096 bytes CNV_10500_DATA_1024 - Transfer structure for 1024 bytes