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

I_Mrplotsizgprctemp

DDL: I_MRPLOTSIZGPRCTEMP SQL: IPPLOTSIZPROCVH Type: view BASIC

MRP lot sizing proc VH

I_Mrplotsizgprctemp is a Basic CDS View that provides data about "MRP lot sizing proc VH" in SAP S/4HANA. It reads from 1 data source (t439a) and exposes 2 fields with key field MaterialLotSizingProcedure. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t439a proc from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_Mrpltsizprctxttemp _Text $projection.MaterialLotSizingProcedure = _Text.MaterialLotSizingProcedure

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IPPLOTSIZPROCVH view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.representativeKey MaterialLotSizingProcedure view
ObjectModel.semanticKey MaterialLotSizingProcedure view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
EndUserText.label MRP lot sizing proc VH view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_MRPLOTSIZINGPROCEDURE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaterialLotSizingProcedure t439a disls Lot Sizing Procedure
_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_Mrplotsizgprctemp.
-- 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: IPPLOTSIZPROCVH

CREATE VIEW I_Mrplotsizgprctemp AS
SELECT
  proc.disls AS MaterialLotSizingProcedure
FROM t439a AS proc
LEFT OUTER JOIN I_Mrpltsizprctxttemp AS _Text ON MaterialLotSizingProcedure = _Text.MaterialLotSizingProcedure  -- association [0..*]
;