TEST_CDS_ASTCHECK_027

DDL: TEST_CDS_ASTCHECK_027 Type: view_entity

Key Check AQ: fewer key elements

TEST_CDS_ASTCHECK_027 is a CDS View that provides data about "Key Check AQ: fewer key elements" in SAP S/4HANA. It reads from 1 data source (TEST_CDS_ASTCHECK_CUBE_01) and exposes 7 fields.

Data Sources (1)

SourceAliasJoin Type
TEST_CDS_ASTCHECK_CUBE_01 TEST_CDS_ASTCHECK_CUBE_01 projection

Annotations (2)

NameValueLevelField
EndUserText.label Key Check AQ: fewer key elements view
AccessControl.authorizationCheck #NOT_ALLOWED view

Fields (7)

KeyFieldSource TableSource FieldDescription
so_id so_id Sales Order ID
created_by created_by Version Created By
created_at created_at Uploaded On
changed_by changed_by User Name
changed_at changed_at Timestamp
buyer_guid buyer_guid Node Key
note_guid note_guid Node Key

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 TEST_CDS_ASTCHECK_027.
-- 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 TEST_CDS_ASTCHECK_027 AS
SELECT
  so_id,
  created_by,
  created_at,
  changed_by,
  changed_at,
  buyer_guid,
  note_guid
FROM TEST_CDS_ASTCHECK_CUBE_01
;