The CVP_SWITCHT table in SAP ERP or S/4HANA stores Define / Store Process Switch data. There are total 4 fields in CVP_SWITCHT table. The Define / Store Process Switch 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 CVP_SWITCHT table. It is in ERP Customer Vendor Data Privacy (ERP_CVP_DP_ILM) ABAP package and is part of the Customer / Vendor Data Privacy (LO-MD-BP-DP) module.
SAP CVP_SWITCHT Table Fields
Following is the list of fields that are available in SAP CVP_SWITCHT table. The primary key fields of the table are CLIENT (Client), SWITCH (Process switch), SPRAS (Language Key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| SWITCH | Process switch | CVP_PROCESS_SWITCH | CVP_SWITCH | CHAR (32) |
| SPRAS | Language Key | LANGU | T002 | LANG (1) |
| DESCRIPTION | Processs switch description | CVP_PROCESS_SWITCH_DESC | CHAR (72) |


