The CVP_PROC_SWITCH table in SAP ERP or S/4HANA stores Customized Process Switches data. There are total 3 fields in CVP_PROC_SWITCH table. The Customized Process Switches 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_PROC_SWITCH 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_PROC_SWITCH Table Fields
Following is the list of fields that are available in SAP CVP_PROC_SWITCH table. The primary key fields of the table are CLIENT (Client), SWITCH (Process switch).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| SWITCH | Process switch | CVP_PROCESS_SWITCH | CVP_SWITCH | CHAR (32) |
| VALUE | Process Switch Value | CVP_PROCESS_SWITCH_VALUE | CHAR (254) |


