I_PlndIndepRqmtItemTP

DDL: I_PLNDINDEPRQMTITEMTP Type: view_entity TRANSACTIONAL

Planned Indep Req Item - TP

I_PlndIndepRqmtItemTP is a Transactional CDS View that provides data about "Planned Indep Req Item - TP" in SAP S/4HANA. It reads from 1 data source (R_PlndIndepRqmtItemTP) and exposes 18 fields with key fields Product, Plant, MRPArea, PlndIndepRqmtType, PlndIndepRqmtVersion.

Data Sources (1)

SourceAliasJoin Type
R_PlndIndepRqmtItemTP R_PlndIndepRqmtItemTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Planned Indep Req Item - TP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (18)

KeyFieldSource TableSource FieldDescription
KEY Product Product Product Sold
KEY Plant Plant Valuation Area
KEY MRPArea MRPArea MRP Area
KEY PlndIndepRqmtType PlndIndepRqmtType
KEY PlndIndepRqmtVersion PlndIndepRqmtVersion
KEY RequirementPlan RequirementPlan Requirements Plan
KEY RequirementSegment RequirementSegment Req. Segment
KEY PlndIndepRqmtPeriod PlndIndepRqmtPeriod
KEY PeriodType PeriodType PeriodIndicator
PlndIndepRqmtPeriodStartDate PlndIndepRqmtPeriodStartDate
PlndIndepRqmtInternalID PlndIndepRqmtInternalID
WorkingDayDate WorkingDayDate
PlannedQuantity PlannedQuantity
WithdrawalQuantity WithdrawalQuantity
UnitOfMeasure UnitOfMeasure Unit Protected Qty
LastChangedByUser LastChangedByUser User Name
LastChangeDate LastChangeDate Time Stamp
PlndIndepRqmtLastChgdDateTime PlndIndepRqmtLastChgdDateTime

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_PlndIndepRqmtItemTP.
-- 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_PlndIndepRqmtItemTP AS
SELECT
  Product,
  Plant,
  MRPArea,
  PlndIndepRqmtType,
  PlndIndepRqmtVersion,
  RequirementPlan,
  RequirementSegment,
  PlndIndepRqmtPeriod,
  PeriodType,
  PlndIndepRqmtPeriodStartDate,
  PlndIndepRqmtInternalID,
  WorkingDayDate,
  PlannedQuantity,
  WithdrawalQuantity,
  UnitOfMeasure,
  LastChangedByUser,
  LastChangeDate,
  PlndIndepRqmtLastChgdDateTime
FROM R_PlndIndepRqmtItemTP
;