/APE/C_CheckGroupAss_DR

DDL: /APE/C_CHECKGROUPASS_DR Type: view CONSUMPTION

Check Group Assignment Draft table

/APE/C_CheckGroupAss_DR is a Consumption CDS View that provides data about "Check Group Assignment Draft table" in SAP S/4HANA. It reads from 1 data source (/APE/I_CheckGroupAss_DR) and exposes 6 fields with key field draftuuid.

Data Sources (1)

SourceAliasJoin Type
/APE/I_CheckGroupAss_DR /APE/I_CheckGroupAss_DR from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName /APE/C_CHKGPA_DR view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Check Group Assignment Draft table view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY draftuuid draftuuid UUID
config_key config_key Char
proc_cluster proc_cluster
version version XML Vers.
seq_no seq_no Value Number
check_id check_id Question Check ID

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_CheckGroupAss_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/C_CheckGroupAss_DR AS
SELECT
  draftuuid,
  config_key,
  proc_cluster,
  version,
  seq_no,
  check_id
FROM /APE/I_CheckGroupAss_DR
;