I_EWM_QtyAdjustmentProfile_2

DDL: I_EWM_QTYADJUSTMENTPROFILE_2 Type: view_entity BASIC

EWM Quantity Adjustment Profile

I_EWM_QtyAdjustmentProfile_2 is a Basic CDS View (Dimension) that provides data about "EWM Quantity Adjustment Profile" in SAP S/4HANA. It reads from 1 data source (/scwm/tmedi_ap) and exposes 2 fields with key field EWMQuantityAdjustmentProfile. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
/scwm/tmedi_ap /scwm/tmedi_ap from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_EWM_QtyAdjustmentPrflT_2 _Text $projection.EWMQuantityAdjustmentProfile = _Text.EWMQuantityAdjustmentProfile

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
ObjectModel.representativeKey EWMQuantityAdjustmentProfile view
EndUserText.label EWM Quantity Adjustment Profile view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY EWMQuantityAdjustmentProfile aprof Settlmt Profile
_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_EWM_QtyAdjustmentProfile_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.

CREATE VIEW I_EWM_QtyAdjustmentProfile_2 AS
SELECT
  aprof AS EWMQuantityAdjustmentProfile
FROM /scwm/tmedi_ap
LEFT OUTER JOIN I_EWM_QtyAdjustmentPrflT_2 AS _Text ON EWMQuantityAdjustmentProfile = _Text.EWMQuantityAdjustmentProfile  -- association [0..*]
;