CNVTDMS_TAB_REDUC is an SAP Structure so does not store data like a database table does but can be used to process "Table Reduction" 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_CNVTDMS_TAB_REDUC TYPE CNVTDMS_TAB_REDUC .
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 |
DMANDT | SYMANDT | CLNT | 3 |
* | Client ID | |
PACKID | CNV_MBT_PACKID | CHAR | 5 |
* | Package Number of Transformation / Analysis Package | |
PICK | CNV_TDMS_02_REDUCE | CHAR | 1 | Object will be reduced by selection group | ||
TABNAME | CNV_MBT_TABLE | CHAR | 16 | Table Name | ||
PORTION | CNV_TDMS_02_PORT | CHAR | 14 | TDMS: portion number for size analysis | ALPHA | |
TABCLASS | CHAR | 12 | Table Category | |||
TABSIZE | CNV_TDMS_K_BYTES | QUAN | 20 | Size of table in kilobytes | ||
NUM_INDEX | CNV_TDMS_NUM_INDEX | INT4 | 10 | Number of Indexes | ||
SQLTAB | SQLAPPDTAB | CHAR | 30 |
* | Name of an SQL table or an appended table | |
COUNT_STATUS | CNV_TDMS_02_COUNT_STATUS | CHAR | 1 | status of entry counting for a table | STCNT | |
TRANSFER_STATUS | CNV_TDMS_02_TRANSFER_STATUS | CHAR | 1 | Transfer status | STTRA | |
HEADER_TABLE | CNV_MBT_TABLE | CHAR | 16 | Table Name | ||
UNIT | CNV_TDMS_UNIT | UNIT | 2 | unit | ||
DDTEXT | AS4TEXT | CHAR | 60 | Short Description of Repository Objects | ||
TABCATEGORY | CNVTDMS_TCAT | CHAR | 1 | Table Category for ALV - Table Reduction | ||
SPECIAL_TABLE | CHAR | 1 | Special_tables = 'X' then transfer status cannot be chang | |||
STD_TS | CNV_TDMS_02_TRANSFER_STATUS | CHAR | 1 | Transfer status | STTRA | |
USER_TS | CNV_TDMS_02_TRANSFER_STATUS | CHAR | 1 | Transfer status | STTRA |
Key field | |
Non-key field |
CNVTDMS_TAB_REDUC - Table Reduction CNVTDMS_SRM_CLU - Cluster for Temporary Data Storage CNVTDMS_SOFTCOMP - Table which stores the Software Components for Applications CNVTDMS_SC_S_HITLIST - Structure to hold returning data for F4 help in planning ver CNVTDMS_SC_PLNVR - Structure for Planning version details CNVTDMS_SCR_TS_TAB_FIELD - Structure for Displaying Table field combination in Fieldse