The CUVFUN_TX table in SAP ERP or S/4HANA stores Text table for variant functions data. There are total 5 fields in CUVFUN_TX table. The Text table for variant functions 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_TX table. It is in Maintenance Environment for Dependencies (CUMT) ABAP package and is part of the Object Dependencies (CA-GTF-DEP) module.
SAP CUVFUN_TX Table Fields
Following is the list of fields that are available in SAP CUVFUN_TX table. The primary key fields of the table are MANDT (Client), VFINT (Internal number of variant function), SPRAS (Language Key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| VFINT | Internal number of variant function | VFINT | * | NUMC (10) |
| SPRAS | Language Key | SPRAS | * | LANG (1) |
| VFTXT | Description of Variant Function | VFTXT | CHAR (40) | |
| VFTXT_UC | Description of Variant Function (Caps for Search Criteria) | VFTXT_UC | CHAR (40) |


