Deprecated
This CDS view is deprecated in S/4HANA. Use I_EWMQtyClassification instead. View all deprecated CDS views →

I_ProdEWMMrchdsDistrQty

DDL: I_PRODEWMMRCHDSDISTRQTY SQL: IPRDEWMMRCHDISTR Type: view BASIC

Basic View - Mrchds Distr Qty Class.

I_ProdEWMMrchdsDistrQty is a Basic CDS View that provides data about "Basic View - Mrchds Distr Qty Class." in SAP S/4HANA. It reads from 1 data source (/scwm/tquancla) and exposes 2 fields with key field EWMMrchdsDistrQtyClassfctn. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
/scwm/tquancla /scwm/tquancla from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProdEWMMrchdsDistrQtyTxt _Text $projection.EWMMrchdsDistrQtyClassfctn = _Text.EWMMrchdsDistrQtyClassfctn

Annotations (13)

NameValueLevelField
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_EWMQtyClassification view
AbapCatalog.sqlViewName IPRDEWMMRCHDISTR view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Basic View - Mrchds Distr Qty Class. view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
ObjectModel.representativeKey EWMMrchdsDistrQtyClassfctn view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY EWMMrchdsDistrQtyClassfctn /scwm/tquancla quancla Qty Classific.
_Text _Text

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_ProdEWMMrchdsDistrQty.
-- 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: IPRDEWMMRCHDISTR

CREATE VIEW I_ProdEWMMrchdsDistrQty AS
SELECT
  /scwm/tquancla.quancla AS EWMMrchdsDistrQtyClassfctn
FROM /scwm/tquancla
LEFT OUTER JOIN I_ProdEWMMrchdsDistrQtyTxt AS _Text ON EWMMrchdsDistrQtyClassfctn = _Text.EWMMrchdsDistrQtyClassfctn  -- association [0..*]
;