DHBAS_CDS_Filter

DDL: DHBAS_CDS_FILTER SQL: DHBASCDSFILTER Type: view

Enabled views for CDS Analyzer

DHBAS_CDS_Filter is a CDS View that provides data about "Enabled views for CDS Analyzer" in SAP S/4HANA. It reads from 2 data sources (ARS_APIS_RELEASED_C1_OR_GROUPS, ddldependency) and exposes 1 field with key field viewname.

Data Sources (2)

SourceAliasJoin Type
ARS_APIS_RELEASED_C1_OR_GROUPS c1 left_outer
ddldependency t0 from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName DHBASCDSFILTER view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Enabled views for CDS Analyzer view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY viewname

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 DHBAS_CDS_Filter.
-- 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.
-- SQL view name: DHBASCDSFILTER

CREATE VIEW DHBAS_CDS_Filter AS
SELECT
  cast( t0.objectname as ddstrucobjname ) AS viewname
FROM ddldependency AS t0
LEFT OUTER JOIN ARS_APIS_RELEASED_C1_OR_GROUPS AS c1 ON /* join condition not captured in parsed metadata */
;