TCNVF SAP (Variable overviews: Displayed fields) Table details

Dictionary Type: Table
Description: Variable overviews: Displayed fields




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




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

TCNVF is a standard SAP Table which is used to store Variable overviews: Displayed fields data and is available within R/3 SAP systems depending on the version and release level.

The TCNVF table consists of various fields, each holding specific information or linking keys about Variable overviews: Displayed fields data available in SAP. These include APPLIC (Variable overviews: Application), SUBAPP (Variable Overviews: Sub-application), LSTVAR (Variable overviews: Overview variant), LINTYP (Variable overviews: Line category).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TCNVFT


SAP TCNVF table 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 MANDTCLNT3T000MANDT
APPLICVariable overviews: Application CNL_APPLICCHAR4TCNVACNL_APPLIC
SUBAPPVariable Overviews: Sub-application CNL_SUBAPPCHAR4TCNVSCNL_SUBAPP
LSTVARVariable overviews: Overview variant CNL_LSTVARCHAR12TCNVLCNL_LSTVAR
LINTYPVariable overviews: Line category CNL_LINTYPCHAR1CNL_LINTYP
OBJECTVariable overviews: Object CNL_OBJECTCHAR4TCNVZCNL_OBJECT
LINEVariable overviews: Line item CNL_LINENUMC2NUM02
POSITVariable overviews: Column position CNL_POSITNUMC3CNL_POSIT
FIELDVariable overviews: Field CNL_FIELDCHAR30TCNVDCNL_FIELD
FDLENVariable overviews: Field length (output length) CNL_FDLENNUMC2NUM02
FDTYPEVariable overviews: Field type CNL_FDTYPECHAR1CNL_FDTYPE
ODECIMALSNumber of decimal places MCDECIPCHAR1MCDECIP
EDITMASKVariable overviews: Display screen CNL_MASKCHAR30CHAR30
NOINITVariable overviews: Ind: Do not display if zero CNL_NOINITCHAR1XFELD
STDATRVariable overviews: Standard output attribute CNL_STDATRCHAR1CNL_STDATR
COLORVariable overviews: Color CNL_COLORCHAR1FARBE
INTENSVariable overviews: Indicator: Intense CNL_INTENSCHAR1XFELD
INVERSVariable overviews: Indicator: Inverse CNL_INVERSCHAR1XFELD
INPUTVariable overviews: Indicator: Ready for input CNL_INPUTCHAR1XFELD
HOTSPOTVariable overviews: Indicator: Hotspot CNL_HOTSPTCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table TCNVF using ABAP code

The following ABAP code Example will allow you to do a basic selection on TCNVF to SELECT all data from the table
DATA: WA_TCNVF TYPE TCNVF.

SELECT SINGLE *
FROM TCNVF
INTO CORRESPONDING FIELDS OF WA_TCNVF
WHERE...

How to access SAP table TCNVF

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