E_WBSElement

DDL: E_WBSELEMENT SQL: EWBSELEMENT Type: view EXTENSION

WBS Element - Extension Include

E_WBSElement 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 WBSElement.

Data Sources (1)

SourceAliasJoin Type
prps Persistence from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName EWBSELEMENT 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

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY WBSElement posid 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.
-- 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: EWBSELEMENT

CREATE VIEW E_WBSElement AS
SELECT
  posid AS WBSElement
FROM prps AS Persistence
;