CUVTAB_ADM SAP (Variant table - administrative data) Table details

Dictionary Type: Table
Description: Variant table - administrative data




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




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

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

The CUVTAB_ADM table consists of various fields, each holding specific information or linking keys about Variant table - administrative data data available in SAP. These include VTINT (Internal number of variant table), CRNAM_STRU (Name of Person who Created the Object), CRDAT_STRU (Date on Which Record Was Created), CHNAM_STRU (Name of Person Who Changed Object).. 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_ADM 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
CRNAM_STRUName of Person who Created the Object ERNAMCHAR12USNAM
CRDAT_STRUDate on Which Record Was Created ERDATDATS8DATUM
CHNAM_STRUName of Person Who Changed Object AENAMCHAR12USNAM
CHDAT_STRUChanged On AEDATDATS8DATUM
CHNAM_CONTName of user that last changed table entries CHNAM_CONTCHAR12USNAM
CHDAT_CONTDate of last change to table entries CHDAT_CONTDATS8DATUM
ECMNO_CONTChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
ACNAM_DBCONUser that activated link between database tab. and var. tab. ACNAM_DBCONCHAR12USNAM
ACDAT_DBCONDate: link between variant table and database tab. activated ACDAT_DBCONDATS8DATUM
ACTIM_DBCONTime when link between database tab. and var. tab. activated ACTIM_DBCONTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CUVTAB_ADM
INTO CORRESPONDING FIELDS OF WA_CUVTAB_ADM
WHERE...

How to access SAP table CUVTAB_ADM

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