/APE/CHKGRP
Check Group
/APE/CHKGRP is an SAP database table in S/4HANA. Check Group. It contains 13 fields. 8 CDS views read from this table.
CDS Views using this table (8)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| /APE/C_CheckActionAllBuffered | view | inner | BASIC | Check Action Assignment All |
| /APE/C_CheckConditionBuf | view | left_outer | BASIC | Check Condition |
| /APE/C_CheckConditionBuf_C | view | left_outer | BASIC | Check Condition |
| /APE/C_CheckGroup_Text | view | from | BASIC | Check Group - Text |
| /APE/C_CheckGroupBuf_C | view | from | BASIC | Check Group |
| /APE/C_CheckGroupBuffered | view | from | BASIC | Check Group |
| /APE/I_CheckGroup | view | from | BASIC | Check Group |
| /APE/I_CheckGroup_C | view_entity | from | BASIC | Configure Check Group |
Fields (13)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | config_key | /APE/DE_CONFIG_DB_KEY | ||||
| proc_cluster_uuid | /APE/DE_CONFIG_DB_KEY | |||||
| check_group | /APE/DE_CHECK_GROUP | |||||
| version_uuid | /APE/DE_CONFIG_DB_KEY | |||||
| class | /APE/DE_CHECK_GROUP_CLASS | |||||
| market_role | /APE/DE_MARKET_ROLE | |||||
| config_layer | /APE/DE_CONFIG_LAYER | |||||
| deploy_target | /APE/DE_DEPLOYMENT_TARGET | |||||
| created_at | /APE/DE_ADM_CREATED_AT | |||||
| created_by | /APE/DE_ADM_CREATED_BY | |||||
| changed_at | /APE/DE_ADM_CHANGED_AT | |||||
| changed_by | /APE/DE_ADM_CHANGED_BY |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Check Group
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /APE/CHKGRP (
CLIENT, -- Client [MANDT]
CONFIG_KEY, -- /APE/DE_CONFIG_DB_KEY
PROC_CLUSTER_UUID, -- /APE/DE_CONFIG_DB_KEY
CHECK_GROUP, -- /APE/DE_CHECK_GROUP
VERSION_UUID, -- /APE/DE_CONFIG_DB_KEY
CLASS, -- /APE/DE_CHECK_GROUP_CLASS
MARKET_ROLE, -- /APE/DE_MARKET_ROLE
CONFIG_LAYER, -- /APE/DE_CONFIG_LAYER
DEPLOY_TARGET, -- /APE/DE_DEPLOYMENT_TARGET
CREATED_AT, -- /APE/DE_ADM_CREATED_AT
CREATED_BY, -- /APE/DE_ADM_CREATED_BY
CHANGED_AT, -- /APE/DE_ADM_CHANGED_AT
CHANGED_BY, -- /APE/DE_ADM_CHANGED_BY
PRIMARY KEY (CLIENT, CONFIG_KEY)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA