The CVP_BEGRU table in SAP ERP or S/4HANA stores Authorization Group indicating blocked master data data. There are total 8 fields in CVP_BEGRU table. The Authorization Group indicating blocked master data 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_BEGRU 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_BEGRU Table Fields
Following is the list of fields that are available in SAP CVP_BEGRU table. The primary key fields of the table are CLIENT (Client), ID_TYPE (Customer/Supplier master data ID TYPE), BUKRS (Company Code), VKORG (Sales Organization).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| ID_TYPE | Customer/Supplier master data ID TYPE | CVP_ID_TYPE_CUSTVEND | CHAR (1) | |
| BUKRS | Company Code | BUKRS | T001 | CHAR (4) |
| VKORG | Sales Organization | VKORG | TVKO | CHAR (4) |
| BEGRU | Authorization Group | BEGRU | CHAR (4) | |
| AUFSD | Customer order block (sales area) | AUFSD_V | TVAST | CHAR (2) |
| FAKSD | Billing block for customer (sales and distribution) | FAKSD_V | TVFS | CHAR (2) |
| LIFSD | Customer delivery block (sales area) | LIFSD_V | TVLS | CHAR (2) |


