CUVTAB SAP (Variant table basic data) Table details

Dictionary Type: Table
Description: Variant table basic data




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




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

CUVTAB is a standard SAP Table which is used to store Variant table basic data data and is available within R/3 SAP systems depending on the version and release level.

The CUVTAB table consists of various fields, each holding specific information or linking keys about Variant table basic data data available in SAP. These include VTINT (Internal number of variant table), VTNAM (Name of variant table), VTGRU (Variant table group), VTSTA (Variant table status).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CUVTAB 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 MANDTCLNT3Assigned to domainMANDT
VTINTInternal number of variant table VTINTNUMC10VTINT
VTNAMName of variant table VTNAMCHAR18VTNAM
VTGRUVariant table group VTGRUCHAR10VTGRU
VTSTAVariant table status VTSTACHAR1VTSTA
VTAUT_STRUAuthorization Group for Maintaining Variant Table VTAUT_STRUCHAR3VTAUT_STRU
VTAUT_CONTAuthorization Group for Maintaining Variant Table Contents VTAUT_CONTCHAR3VTAUT_CONT
VTRTO_SIZEInd. Size Category of Runtime Object VTRTO_SIZECHAR1CHAR1
VTRTO_RELRuntime object variant table - release generation VTRTO_RELCHAR10CHAR10
DBTAB_NAMETable name, 16 characters TABNAME16CHAR16DBOBJ_NAMEDTBDD_DBTB_16
DBCON_ACTIInd. link between variant table and database table active DBCON_ACTICHAR1XFELD
VTPRPInd. characteristics planning table VTPRPCHAR1XFELD
VTDCTDisplay Format: Decision Table VTDCTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CUVTAB
INTO CORRESPONDING FIELDS OF WA_CUVTAB
WHERE...

How to access SAP table CUVTAB

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