E_WBSElement_2

DDL: E_WBSELEMENT_2 SQL: EWBSELEMENT2 Type: view EXTENSION

WBS Element - Extension Include

E_WBSElement_2 is a Extension CDS View that provides data about "WBS Element - Extension Include" in SAP S/4HANA. It reads from 1 data source (prps) and exposes 1 field with key field WBSElementInternalID.

Data Sources (1)

SourceAliasJoin Type
prps Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName EWBSELEMENT2 view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label WBS Element - Extension Include view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
AbapCatalog.preserveKey true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY WBSElementInternalID WBS Element

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 E_WBSElement_2.
-- 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: EWBSELEMENT2

CREATE VIEW E_WBSElement_2 AS
SELECT
  cast( pspnr as ps_s4_pspnr preserving type ) AS WBSElementInternalID
FROM prps AS Persistence
;