ACMTEST_RND_PARSER_E6

DDL: ACMTEST_RND_PARSER_E6 Type: view_entity

ACMTEST_RND_PARSER_E6

ACMTEST_RND_PARSER_E6 is a CDS View that provides data about "ACMTEST_RND_PARSER_E6" in SAP S/4HANA. It reads from 1 data source (acm_meta_del_hlp) and exposes 1 field with key field id.

Data Sources (1)

SourceAliasJoin Type
acm_meta_del_hlp acm_meta_del_hlp from

Annotations (2)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label ACMTEST_RND_PARSER_E6 view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY 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 ACMTEST_RND_PARSER_E6.
-- 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 ACMTEST_RND_PARSER_E6 AS
SELECT
  '000000' AS id
FROM acm_meta_del_hlp
;