CUVFUN_ST SAP (Variant function status) Table details

Dictionary Type: Table
Description: Variant function status




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




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

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

The CUVFUN_ST table consists of various fields, each holding specific information or linking keys about Variant function status data available in SAP. These include VFSTA (Variant function status), VFFREE (Status ind. variant function is released), VFPREP (Status of Variant Function is 'In Preparation'), VFLOCK (Status ind. variant function locked).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = CUVFUN_STT


SAP CUVFUN_ST 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
VFSTAVariant function status VFSTACHAR1VFSTA
VFFREEStatus ind. variant function is released VFFREECHAR1XFELD
VFPREPStatus of Variant Function is 'In Preparation' VFPREPCHAR1XFELD
VFLOCKStatus ind. variant function locked VFLOCKCHAR1XFELD
VFARCHIndicator That Variant Function is to be Archived VFARCHCHAR1XFELD
DLOCKIndicator: distribution lock DLOCKCHAR1XFELD
AUPRFProfile Name for ALE Change Authorization AUPRFCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM CUVFUN_ST
INTO CORRESPONDING FIELDS OF WA_CUVFUN_ST
WHERE...

How to access SAP table CUVFUN_ST

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