CNV_10020_RCOMP_LIST SAP (Assignment of rules to non-transp. field comp. - var. list) Structure details

Dictionary Type: Structure
Description: Assignment of rules to non-transp. field comp. - var. list




ABAP Code to SELECT data from CNV_10020_RCOMP_LIST
Related tables to CNV_10020_RCOMP_LIST
Access table CNV_10020_RCOMP_LIST




Structure field list including key, data, relationships and ABAP select examples

CNV_10020_RCOMP_LIST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Assignment of rules to non-transp. field comp. - var. list" 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_RCOMP_LIST TYPE CNV_10020_RCOMP_LIST.

The CNV_10020_RCOMP_LIST table consists of various fields, each holding specific information or linking keys about Assignment of rules to non-transp. field comp. - var. list data available in SAP. These include PACKID (Package number), TABNAME (Table name), FIELDNAME (Field to be converted), COMPNAME (Component name).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CNV_10020_RCOMP_LIST structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
PACKIDPackage number CNV_10020_PACKIDCHAR5CNV_10020_PACKIDCNV_10020_PACKIDCNV_10020_PACKID
TABNAMETable name CNV_10020_TABNAMECHAR30Assigned to domainAS4TABCNV_10020_TABNAME
FIELDNAMEField to be converted CNV_10020_CNVFIELDCHAR30Assigned to domainFDNAMECNV_10020_FIELDNAME
COMPNAMEComponent name CNV_10020_COMPNAMECHAR30Assigned to domainFDNAMECNV_10020_COMPNAME
RELIDRelease from which entry is valid CNV_10020_RELIDCHAR4SYCHAR04CNV_10020_RELID
DLV_STATDelivery status CNV_10020_STATUS_DELIVERYCHAR1CNVO4CNV_10020_STATUS_DELIVERY
RULENAMERule name CNV_10020_RULENAMECHAR30CNV_10020_NAME
PARAMSIndicator for available rule parameters CNV_10020_PARAMETER_ICONCHAR132CNV_10020_ICONTEXT
HANDLE_INITIALIndicator for handling initial values CNV_10020_HANDLE_INITIALCHAR1CNV_10020_XFELD
EVAL_STYLEEvaluation style CNV_10020_EVAL_STYLECHAR1CNV_10020_EVAL_STYLE
CHECK_STATUSCheck status CNV_10020_CHECKSTATCHAR1CNVO6CNV_10020_STATUS
PACKID_SRCNumber of source package CNV_10020_PACKID_SOURCECHAR5CNV_10020_PACKIDCNV_10020_PACKID_SRC
STANDARDSAP standard/Customer CNV_10020_STANDARD_ICONCHAR132CNV_10020_ICONTEXT
DOKUOBJIndicator for available rule documentation CNV_10020_DOKUOBJ_ICONCHAR132CNV_10020_ICONTEXT
DESCRIPTDescription CNV_10020_DESCRIPT40CHAR40CNV_10020_TEXT40

Key field Non-key field



How do I retrieve data from SAP structure CNV_10020_RCOMP_LIST using ABAP code?

As CNV_10020_RCOMP_LIST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CNV_10020_RCOMP_LIST as there is no data to select.

How to access SAP table CNV_10020_RCOMP_LIST

Within an ECC or HANA version of SAP you can also view further information about CNV_10020_RCOMP_LIST and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!