/APE/I_CheckGroup_DR

DDL: /APE/I_CHECKGROUP_DR Type: view BASIC

Check Group Draft table

/APE/I_CheckGroup_DR is a Basic CDS View that provides data about "Check Group Draft table" in SAP S/4HANA. It reads from 1 data source (/ape/chkgrp_dr) and exposes 9 fields with key fields mandt, draftuuid.

Data Sources (1)

SourceAliasJoin Type
/ape/chkgrp_dr /ape/chkgrp_dr from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName /APE/B_CHKGRP_DR view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Check Group Draft table view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY mandt mandt Editing Client
KEY draftuuid draftuuid UUID
config_key config_key Char
proc_cluster proc_cluster
check_group check_group Check Group
version_uuid version_uuid
version version XML Vers.
class class User Group
config_layer config_layer

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/I_CheckGroup_DR.
-- 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/I_CheckGroup_DR AS
SELECT
  mandt,
  draftuuid,
  config_key,
  proc_cluster,
  check_group,
  version_uuid,
  version,
  class,
  config_layer
FROM /ape/chkgrp_dr
;