TCNVZ SAP (Variable overviews: Displayed objects (lines)) Table details

Dictionary Type: Table
Description: Variable overviews: Displayed objects (lines)




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




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

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

The TCNVZ table consists of various fields, each holding specific information or linking keys about Variable overviews: Displayed objects (lines) 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


SAP TCNVZ 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_OBJECTCHAR4TCNVOCNL_OBJECT
FIXPOSVariable overviews: Indicator: no scrolling CNL_FIXPOSCHAR1XFELD
STDATRVariable overviews: Standard output attribute CNL_STDATRCHAR1CNL_STDATR
COLORKVariable overviews: Color for key columns/fields CNL_COLORKCHAR1FARBE
INTENSKVariable overviews: Indicator: Key for intensive CNL_INTNSKCHAR1XFELD
INVERSKVariable overviews: Indicator: Inverse key CNL_INVRSKCHAR1XFELD
COLORVariable overviews: Color CNL_COLORCHAR1FARBE
INTENSVariable overviews: Indicator: Intense CNL_INTENSCHAR1XFELD
INVERSVariable overviews: Indicator: Inverse CNL_INVERSCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCNVZ
INTO CORRESPONDING FIELDS OF WA_TCNVZ
WHERE...

How to access SAP table TCNVZ

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