/APE/C_CheckGroup_VH
Check Group
/APE/C_CheckGroup_VH is a Consumption CDS View that provides data about "Check Group" in SAP S/4HANA. It reads from 1 data source (/APE/C_CheckGroup) and exposes 6 fields with key field CheckGroupKey. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /APE/C_CheckGroup | CheckGroup | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | /APE/C_Version | _Version | _Version.proc_cluster = CheckGroup.proc_cluster and _Version.version = CheckGroup.version |
| [0..*] | /APE/C_CheckGroupText | _Text | _Text.ape_parent_key = CheckGroup.check_group_uuid |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | /APE/C_CKGRVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Check Group | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | CheckGroupKey | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CheckGroupKey | /APE/C_CheckGroup | check_group_uuid | Char |
| CheckGroup | /APE/C_CheckGroup | check_group | Check Group | |
| CheckGroupDescriptionISL | ||||
| Version | _Version | version | XML Vers. | |
| ProcessCluster | /APE/C_CheckGroup | proc_cluster | ||
| proc_cluster | /APE/C_CheckGroup | proc_cluster |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view /APE/C_CheckGroup_VH.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW /APE/C_CheckGroup_VH AS
SELECT
CheckGroup.check_group_uuid AS CheckGroupKey,
CheckGroup.check_group AS CheckGroup,
_Text[1: language = $session.system_language].description AS CheckGroupDescriptionISL,
_Version.version AS Version,
CheckGroup.proc_cluster AS ProcessCluster,
CheckGroup.proc_cluster AS proc_cluster
FROM /APE/C_CheckGroup AS CheckGroup
LEFT OUTER JOIN /APE/C_Version AS _Version ON _Version.proc_cluster = CheckGroup.proc_cluster AND _Version.version = CheckGroup.version -- association [0..*]
LEFT OUTER JOIN /APE/C_CheckGroupText AS _Text ON _Text.ape_parent_key = CheckGroup.check_group_uuid -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA