WLF_CDS_V_WBRC_WBRK

DDL: WLF_CDS_V_WBRC_WBRK SQL: WLFCDSVWBRCWBRK Type: view

CDS-View on DB-View V_WBRC_WBRK

WLF_CDS_V_WBRC_WBRK is a CDS View that provides data about "CDS-View on DB-View V_WBRC_WBRK" in SAP S/4HANA. It reads from 1 data source (v_wbrc_wbrk).

Data Sources (1)

SourceAliasJoin Type
v_wbrc_wbrk v_wbrc_wbrk from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName WLFCDSVWBRCWBRK view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label CDS-View on DB-View V_WBRC_WBRK view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #L view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view

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 WLF_CDS_V_WBRC_WBRK.
-- 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: WLFCDSVWBRCWBRK

CREATE VIEW WLF_CDS_V_WBRC_WBRK AS
SELECT *  -- field list not available in parsed metadata
FROM v_wbrc_wbrk
;