S_APRS_CDS_VIEWS_ALLOWED_DUMMY

DDL: S_APRS_CDS_VIEWS_ALLOWED_DUMMY Type: view_entity

Dummy View for Allowed CDS Views SRVB

S_APRS_CDS_VIEWS_ALLOWED_DUMMY is a CDS View that provides data about "Dummy View for Allowed CDS Views SRVB" in SAP S/4HANA. It reads from 1 data source (svers) and exposes 1 field with key field version.

Data Sources (1)

SourceAliasJoin Type
svers svers from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Dummy View for Allowed CDS Views SRVB view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY version version XML Vers.

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 S_APRS_CDS_VIEWS_ALLOWED_DUMMY.
-- 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 S_APRS_CDS_VIEWS_ALLOWED_DUMMY AS
SELECT
  version
FROM svers
;