Wb2_Cds_Ccs_Settle_Mgmt_Doc

DDL: WB2_CDS_CCS_SETTLE_MGMT_DOC SQL: WB2_V_CCS_SETDOC Type: view

CCS: Settlement Management Document

Wb2_Cds_Ccs_Settle_Mgmt_Doc is a CDS View that provides data about "CCS: Settlement Management Document" in SAP S/4HANA. It reads from 1 data source (wbrk). It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
wbrk wbrk from

Associations (1)

CardinalityTargetAliasCondition
[0..1] tmzr _tmzr_data $projection.wrart = _tmzr_data.wrart

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName WB2_V_CCS_SETDOC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label CCS: Settlement Management Document view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XXL 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 Wb2_Cds_Ccs_Settle_Mgmt_Doc.
-- 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: WB2_V_CCS_SETDOC

CREATE VIEW Wb2_Cds_Ccs_Settle_Mgmt_Doc AS
SELECT *  -- field list not available in parsed metadata
FROM wbrk
LEFT OUTER JOIN tmzr AS _tmzr_data ON wrart = _tmzr_data.wrart  -- association [0..1]
;