The CUVFUN_ST table in SAP ERP or S/4HANA stores Variant function status data. There are total 8 fields in CUVFUN_ST table. The Variant function status table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CUVFUN_ST table. It is in Maintenance Environment for Dependencies (CUMT) ABAP package and is part of the Object Dependencies (CA-GTF-DEP) module.
SAP CUVFUN_ST Table Fields
Following is the list of fields that are available in SAP CUVFUN_ST table. The primary key fields of the table are MANDT (Client), VFSTA (Variant function status).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| VFSTA | Variant function status | VFSTA | CHAR (1) | |
| VFFREE | Status ind. variant function is released | VFFREE | CHAR (1) | |
| VFPREP | Status of Variant Function is “In Preparation” | VFPREP | CHAR (1) | |
| VFLOCK | Status ind. variant function locked | VFLOCK | CHAR (1) | |
| VFARCH | Indicator That Variant Function is to be Archived | VFARCH | CHAR (1) | |
| DLOCK | Indicator: distribution lock | DLOCK | CHAR (1) | |
| AUPRF | Profile Name for ALE Change Authorization | AUPRF | CHAR (10) |


