I_CnsldtnWBSElement
Consolidation Combined WBS Element
I_CnsldtnWBSElement is a Composite CDS View (Dimension) that provides data about "Consolidation Combined WBS Element" in SAP S/4HANA. It has 3 associations to related views.
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CnsldtnProject | _Project | $projection.Project = _Project.Project |
| [0..*] | I_CnsldtnWBSElementT | _Text | $projection.WBSElement = _Text.WBSElement and $projection.Project = _Text.Project |
| [1..1] | I_CnsldtnMDSource | _MDSource | $projection.AdditionalMasterDataSource = _MDSource.AdditionalMasterDataSource |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Consolidation Combined WBS Element | view | |
| AbapCatalog.sqlViewName | ICSWBSELEMENT | view | |
| VDM.viewType | #COMPOSITE | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | false | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WBSElement | |||
| KEY | Project | |||
| AdditionalMasterDataSource | ||||
| CnsldtnIsAdditionalMasterData | ||||
| WBSElementInternalID | ||||
| _Project | _Project | |||
| _Text | _Text | |||
| _MDSource | _MDSource |
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 I_CnsldtnWBSElement.
-- 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: ICSWBSELEMENT
CREATE VIEW I_CnsldtnWBSElement AS
SELECT
cast( _Source.WBSElement as fincs_wbselement preserving type ) AS WBSElement,
cast( _Source.Project as fincs_project preserving type ) AS Project,
cast( max ( _Source.AdditionalMasterDataSource ) as fincs_masterdatasource preserving type ) AS AdditionalMasterDataSource,
cast( max ( _Source.CnsldtnIsAdditionalMasterData ) as fincs_isadditionalmasterdata preserving type ) AS CnsldtnIsAdditionalMasterData,
cast( max ( _Source.WBSElementInternalID ) as ps_posnr preserving type ) AS WBSElementInternalID
LEFT OUTER JOIN I_CnsldtnProject AS _Project ON Project = _Project.Project -- association [1..1]
LEFT OUTER JOIN I_CnsldtnWBSElementT AS _Text ON WBSElement = _Text.WBSElement AND Project = _Text.Project -- association [0..*]
LEFT OUTER JOIN I_CnsldtnMDSource AS _MDSource ON AdditionalMasterDataSource = _MDSource.AdditionalMasterDataSource -- association [1..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA