CNV_FIELDSCU_EXTENDED SAP (display cnvfieldscu + textinfo) Structure details

Dictionary Type: Structure
Description: display cnvfieldscu + textinfo




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




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

CNV_FIELDSCU_EXTENDED 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 "display cnvfieldscu + textinfo" 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_FIELDSCU_EXTENDED TYPE CNV_FIELDSCU_EXTENDED.

The CNV_FIELDSCU_EXTENDED table consists of various fields, each holding specific information or linking keys about display cnvfieldscu + textinfo data available in SAP. These include PACKID (Conversion: Conversion package number), TABNAME (Table Name), TABTEXT (Explanatory short text), FIELDNAME (Field 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: Not classified


SAP CNV_FIELDSCU_EXTENDED 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
PACKIDConversion: Conversion package number CNV_PACKCHAR5Assigned to domainCNV_PACKCNV_PACK
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
TABTEXTExplanatory short text DDTEXTCHAR60DDTEXT
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
DATAELEMENTData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
FLDTEXTExplanatory short text DDTEXTCHAR60DDTEXT
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
GRPFIELDSConversion: Number of fields in a field group CNV_GRPNUMC3NUMC3
READONLYConversion: Qualifier for read-only table field CNV_READCHAR1X
CONVTYPEConversion: Type of routine used CNV_TYPECHAR1CNV_TYPE
CONVFUNCName of the used routine CNV_FUNCCHAR30CNV_FUNC
CONVPROGProgram (include) containing the routine CNV_PROGCHAR40Assigned to domainPROGRAMM
PRIORITYConversion: Priority Qualifier for Double Records CNV_PRIOCHAR1X
SEQNUMSequence ORDERNUMC2NUM2
NOTUSEExclusion from conversion indication CNV_NOTCHAR1X
DESCRIPTConversion: Description CNV_DESCRCHAR50CNV_CHAR50
MARKEDIndicator: Selection criterion met FLAG_SELCHAR1FLAG

Key field Non-key field



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

As CNV_FIELDSCU_EXTENDED 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_FIELDSCU_EXTENDED as there is no data to select.

How to access SAP table CNV_FIELDSCU_EXTENDED

Within an ECC or HANA version of SAP you can also view further information about CNV_FIELDSCU_EXTENDED 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!