E_SupplyDemandItem

DDL: E_SUPPLYDEMANDITEM Type: view_entity EXTENSION

Supply and Demand Items - Extension

E_SupplyDemandItem is a Extension CDS View that provides data about "Supply and Demand Items - Extension" in SAP S/4HANA. It reads from 1 data source (ppmrp_sup_dem_it) and exposes 1 field with key field RowIndex.

Data Sources (1)

SourceAliasJoin Type
ppmrp_sup_dem_it Persistence from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Supply and Demand Items - Extension view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY RowIndex line VAT Return Line Item

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_SupplyDemandItem.
-- 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.

CREATE VIEW E_SupplyDemandItem AS
SELECT
  line AS RowIndex
FROM ppmrp_sup_dem_it AS Persistence
;