I_ProdBufLvlPrpsl

DDL: I_PRODBUFLVLPRPSL SQL: IPRODBUFLVLPRPSL Type: view COMPOSITE Package: PPH_DD_VDM_STLM

Product Buffer Level Proposals

I_ProdBufLvlPrpsl is a Composite CDS View that provides data about "Product Buffer Level Proposals" in SAP S/4HANA. It reads from 1 data source (I_ProdBufLvlPrpslZones) and exposes 87 fields with key fields Material, Plant, MRPArea, ProposalStartDate, ProposalVersion. Part of development package PPH_DD_VDM_STLM.

Data Sources (1)

SourceAliasJoin Type
I_ProdBufLvlPrpslZones _ProposalRecords from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName IPRODBUFLVLPRPSL view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #COMPOSITE view
EndUserText.label Product Buffer Level Proposals view

Fields (87)

KeyFieldSource TableSource FieldDescription
KEY Material Material Vehicle Model
KEY Plant Plant Valuation Area
KEY MRPArea MRPArea MRP Area
KEY ProposalStartDate ProposalStartDate
KEY ProposalVersion ProposalVersion
ProposalEndDate ProposalEndDate
StockLevelProposalID StockLevelProposalID
ConsumptionCode ConsumptionCode
ConsumptionMode ConsumptionMode
ConsumptionValue
Currency Currency Valuation Crcy
VariabilityCode VariabilityCode
VariabilityMode VariabilityMode
VariabilityQuantity VariabilityQuantity
VariabilityUnit VariabilityUnit
ReplenishmentLeadTimeCode ReplenishmentLeadTimeCode
ReplenishmentLeadTimeMode ReplenishmentLeadTimeMode
ProcurementType ProcurementType Procurement
ReplenishmentLeadTimeValue ReplenishmentLeadTimeValue
BOMUsageCode BOMUsageCode
BOMUsageMode BOMUsageMode
BOMUsageValue BOMUsageValue
HorizonDaysInPast HorizonDaysInPast
HorizonDaysInFuture HorizonDaysInFuture
IndividualLeadTime IndividualLeadTime
LeadTimeCalculationMethod LeadTimeCalculationMethod
DecoupledLeadTime DecoupledLeadTime
SourceOfSupply SourceOfSupply Supply source
SOSType SOSType
LeadTimeFactor LeadTimeFactor
VariabilityFactor VariabilityFactor
StockLevelProposalStatus StockLevelProposalStatus
ProposalRunIsSuspended ProposalRunIsSuspended
ProposalRunSuspendedFromDate ProposalRunSuspendedFromDate
ProposalRunSuspendedToDate ProposalRunSuspendedToDate
ProposalMode ProposalMode
ProposalStatusChangeDate ProposalStatusChangeDate
IsMinOrderQtyConsidered IsMinOrderQtyConsidered
MinimumOrderQuantity MinimumOrderQuantity Minimum Order Quantity
MinOrderQtyUnit MinOrderQtyUnit
RedZoneAdjustmentFactor RedZoneAdjustmentFactor
YellowZoneAdjustmentFactor YellowZoneAdjustmentFactor
GreenZoneAdjustmentFactor GreenZoneAdjustmentFactor
DemandAdjustmentFactor DemandAdjustmentFactor
OrderCycle OrderCycle
BillOfMaterialUUID BillOfMaterialUUID Character Field of Length 12
BOMExplosionDate BOMExplosionDate
CreatedByUser CreatedByUser User Name
LastChangedByUser LastChangedByUser User Name
CreationDateTime CreationDateTime Timestamp
MaterialGroup MaterialGroup Product Group
PurchasingGroup PurchasingGroup Purchasing Group
CurRedZoneAdjustmentFctr CurRedZoneAdjustmentFctr
CurYellowZoneAdjustmentFctr CurYellowZoneAdjustmentFctr
CurGreenZoneAdjustmentFctr CurGreenZoneAdjustmentFctr
AverageDailyUsage I_ProdBufLvlPrpslZones AverageDailyUsage
AvgDailyUsageUnit I_ProdBufLvlPrpslZones AvgDailyUsageUnit
MaterialBaseUnit
MRPGroup MRPGroup MRP Group
MRPController MRPController MRP Controller
UnitOfMeasureNumberOfDecimals UnitOfMeasureNumberOfDecimals
AverageDailyUsageMode AverageDailyUsageMode
ProductAuthorizationGroup ProductAuthorizationGroup
ProductTypeAuthorizationGroup ProductTypeAuthorizationGroup
ProductGroupAuthorizationGroup ProductGroupAuthorizationGroup
IsBulkMaterial IsBulkMaterial Bulk material
IsPhantomItem IsPhantomItem Phantom item
MRPMaterialStatus MRPMaterialStatus
_ProposalDets _ProposalDets
_ProposalAdjFactors _ProposalAdjFactors
_StatusText _StatusText
_MinOrdQtyConsText _MinOrdQtyConsText
_ConsumptionText _ConsumptionText
_ConsumptionModeText _ConsumptionModeText
_VarText _VarText
_VarModeText _VarModeText
_ReplnmtText _ReplnmtText
_ReplnmtModText _ReplnmtModText
_ProcmtText _ProcmtText
_BOMUsgText _BOMUsgText
_BOMUsgModeText _BOMUsgModeText
_SOSText _SOSText
_ProposalModeText _ProposalModeText
_BufMatPlant _BufMatPlant
_MatMRPArea _MatMRPArea
_ProposalDemandFactors _ProposalDemandFactors
_AvgDailyUsgeModeText _AvgDailyUsgeModeText

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_ProdBufLvlPrpsl.
-- 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: IPRODBUFLVLPRPSL

CREATE VIEW I_ProdBufLvlPrpsl AS
SELECT
  Material,
  Plant,
  MRPArea,
  ProposalStartDate,
  ProposalVersion,
  ProposalEndDate,
  StockLevelProposalID,
  ConsumptionCode,
  ConsumptionMode,
  cast(cast( ConsumptionValue as abap.curr(17,2) ) as pph_dd_abc_con_value ) AS ConsumptionValue,
  Currency,
  VariabilityCode,
  VariabilityMode,
  VariabilityQuantity,
  VariabilityUnit,
  ReplenishmentLeadTimeCode,
  ReplenishmentLeadTimeMode,
  ProcurementType,
  ReplenishmentLeadTimeValue,
  BOMUsageCode,
  BOMUsageMode,
  BOMUsageValue,
  HorizonDaysInPast,
  HorizonDaysInFuture,
  IndividualLeadTime,
  LeadTimeCalculationMethod,
  DecoupledLeadTime,
  SourceOfSupply,
  SOSType,
  LeadTimeFactor,
  VariabilityFactor,
  StockLevelProposalStatus,
  ProposalRunIsSuspended,
  ProposalRunSuspendedFromDate,
  ProposalRunSuspendedToDate,
  ProposalMode,
  ProposalStatusChangeDate,
  IsMinOrderQtyConsidered,
  MinimumOrderQuantity,
  MinOrderQtyUnit,
  RedZoneAdjustmentFactor,
  YellowZoneAdjustmentFactor,
  GreenZoneAdjustmentFactor,
  DemandAdjustmentFactor,
  OrderCycle,
  BillOfMaterialUUID,
  BOMExplosionDate,
  CreatedByUser,
  LastChangedByUser,
  CreationDateTime,
  MaterialGroup,
  PurchasingGroup,
  CurRedZoneAdjustmentFctr,
  CurYellowZoneAdjustmentFctr,
  CurGreenZoneAdjustmentFctr,
  _ProposalRecords.AverageDailyUsage AS AverageDailyUsage,
  _ProposalRecords.AvgDailyUsageUnit AS AvgDailyUsageUnit,
  _BufMatPlant._Material.BaseUnit AS MaterialBaseUnit,
  MRPGroup,
  MRPController,
  UnitOfMeasureNumberOfDecimals,
  AverageDailyUsageMode,
  ProductAuthorizationGroup,
  ProductTypeAuthorizationGroup,
  ProductGroupAuthorizationGroup,
  IsBulkMaterial,
  IsPhantomItem,
  MRPMaterialStatus
FROM I_ProdBufLvlPrpslZones AS _ProposalRecords
;