CNV_10020_CONDCF_BODY is an SAP Structure so does not store data like a database table does but can be used to process "Data fields of table CNV_10020_CONDCF" 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_10020_CONDCF_BODY TYPE CNV_10020_CONDCF_BODY .
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 |
FUNCNAME | CNV_10020_FUNCNAME | CHAR | 30 | Function name | ||
PROGNAME | CNV_10020_PROGNAME | CHAR | 40 |
* | ABAP program name | |
RELATION | CNV_10020_ANDOR | CHAR | 1 | Logical link | ||
NOTUSE_C | CNV_10020_NOTUSE | CHAR | 1 | Indicator that an object/record is excluded |
Key field | |
Non-key field |
CNV_10020_CONDCF_BODY - Data fields of table CNV_10020_CONDCF CNV_10020_CONDCC_BODY - Data fields of table CNV_10020_CONDCC CNV_10020_CONDCC - Conditions complex CNV_10020_COND - Conditions - Header data CNV_10020_COMP_KEY - Main key fields of table CNV_10020_COMP CNV_10020_COMPONENTS - Structure for components