CNV_20200_SP_S_TABLE_DESC is an SAP Structure so does not store data like a database table does but can be used to process "Table with description" 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_20200_SP_S_TABLE_DESC TYPE CNV_20200_SP_S_TABLE_DESC .
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 |
TABLE | TABNAME | CHAR | 30 |
* | Table Name | |
DESCRIPTION | DDTEXT | CHAR | 60 | Explanatory short text | ||
OWNER | CNV_MBT_DCFLAG | CHAR | 1 | Delivered or Customer Object | ||
DOCUMENT | DOKU_OBJ | CHAR | 60 | Documentation Object |
Key field | |
Non-key field |
CNV_20200_SP_S_TABLE_DESC - Table with description CNV_20200_SP_S_OVERVIEW - Line of the overview of the special priority handling CNV_20200_SP_S_LEADING_TABLE - Leading Table with description CNV_20200_SP_FNC - Lists Priority Routines which support Spec Prio Handling CNV_20200_SNAP - Backup table for TFK021_SNAP: Acct Balance: Current Snapshot CNV_20200_SKB1 - Differences in G/L account master data