C_DFS_RelocStockStepPlngTP

DDL: C_DFS_RELOCSTOCKSTEPPLNGTP Type: view_entity CONSUMPTION

Relocation Stock Step Planning

C_DFS_RelocStockStepPlngTP is a Consumption CDS View that provides data about "Relocation Stock Step Planning" in SAP S/4HANA. It reads from 1 data source (R_DFS_RelocationStepPlanningTP) and exposes 56 fields with key field DefenseRelocationStepPlngUUID.

Data Sources (1)

SourceAliasJoin Type
R_DFS_RelocationStepPlanningTP R_DFS_RelocationStepPlanningTP projection

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view
EndUserText.label Relocation Stock Step Planning view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view

Fields (56)

KeyFieldSource TableSource FieldDescription
KEY DefenseRelocationStepPlngUUID DefenseRelocationStepPlngUUID Reloc Step Plng GUID
DefenseRelocationPlanningUUID DefenseRelocationPlanningUUID Reloc Planning GUID
WBSElementInternalID WBSElementInternalID WBS Internal ID
WBSElementParentInternalID _RelocationPlanningTP WBSElementInternalID WBS Internal ID
WBSElementExternalID WBSElementExternalID WBS Element External ID
WBSDescription _WBSElement WBSDescription WBS Element Name
BasicStartDate _WBSElement BasicStartDate
BasicEndDate _WBSElement BasicEndDate
ForceElementOrgID ForceElementOrgID Object ID Processor
virtualFrcElmntOrgNamestext
DfsRelocationNmbrOfAssgdMatl DfsRelocationNmbrOfAssgdMatl Relocation Quantity
Product Product Product Sold
MaterialNameasProductNamelocalized
MaterialGroup MaterialGroup Product Group
PurchaseRequisition PurchaseRequisition Requisition
DfsRelocationDocumentType DfsRelocationDocumentType Reloc. Doc. Type
DfsRelocationDocumentTypeNamelocalized
DfsRelocationWBSElementExtID DfsRelocationWBSElementExtID
DfsRelocationWBSElementIntID DfsRelocationWBSElementIntID WBS Internal ID
StdWBSDescription StdWBSDescription
MaterialBaseUnit MaterialBaseUnit Valuation Unit
ForceElementOrgSrceID ForceElementOrgSrceID Object ID
ForceElementOrgSrceUUID ForceElementOrgSrceUUID GUID 32
FrcElmntOrgStockPlant FrcElmntOrgStockPlant Plant
FrcElmntOrgStockStorageLoc FrcElmntOrgStockStorageLoc Location
FrcElmntOrgMRPStockArea FrcElmntOrgMRPStockArea MRP Stock Area
UnrestrictedStkInStkUnit
QualityInspectionStockQuantity
StockInTransitQuantity
BlockedStockQuantity
RestrictedStockQuantity
OrderQuantity _PurOrdOnPlntStorLocLvl OrderQuantity Quantity
RequestedQuantity _PurReqnOnPlntStorLocLvl RequestedQuantity Requested Quantity
DefenseLogisticsAdvice DefenseLogisticsAdvice Advice Code
DefenseLogisticsAdviceText
DfsPurchaseRequisitionStatus DfsPurchaseRequisitionStatus StatusCode
DfsPurchaseRequisitionStsTxt
ForceElementOrgTargetUUID ForceElementOrgTargetUUID GUID 32
ForceElementOrgTargetID ForceElementOrgTargetID Object ID
Plant Plant Valuation Area
StorageLocation StorageLocation StorageLocation
MRPController MRPController MRP Controller
MRPControllerName _MRPController MRPControllerName Controller name
Batch Batch Lot No.
DfsLogisticsRqmtUrgency DfsLogisticsRqmtUrgency Reqmt Urgency
DfsLogisticsRqmtUrgencyText
CreationDateTime CreationDateTime Timestamp
CreatedByUser CreatedByUser User Name
LastChangeDateTime LastChangeDateTime Timestamp
LastChangedByUser LastChangedByUser User Name
_WBSElement _WBSElement
_PurchaseRequisitionStsT _PurchaseRequisitionStsT
_LogisticsAdviceText _LogisticsAdviceText
_MRPController _MRPController
_LogisticsRqmtUrgencyText _LogisticsRqmtUrgencyText
_Product _Product

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 C_DFS_RelocStockStepPlngTP.
-- 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 C_DFS_RelocStockStepPlngTP AS
SELECT
  DefenseRelocationStepPlngUUID,
  DefenseRelocationPlanningUUID,
  WBSElementInternalID,
  _RelocationPlanningTP.WBSElementInternalID AS WBSElementParentInternalID,
  WBSElementExternalID,
  _WBSElement.WBSDescription AS WBSDescription,
  _WBSElement.BasicStartDate AS BasicStartDate,
  _WBSElement.BasicEndDate AS BasicEndDate,
  ForceElementOrgID,
  virtual FrcElmntOrgName : stext AS virtualFrcElmntOrgNamestext,
  DfsRelocationNmbrOfAssgdMatl,
  Product,
  _Product._Text.MaterialName as ProductName : localized AS MaterialNameasProductNamelocalized,
  MaterialGroup,
  PurchaseRequisition,
  DfsRelocationDocumentType,
  _RelocationDocumentType._Text.DfsRelocationDocumentTypeName : localized AS DfsRelocationDocumentTypeNamelocalized,
  DfsRelocationWBSElementExtID,
  DfsRelocationWBSElementIntID,
  StdWBSDescription,
  MaterialBaseUnit,
  ForceElementOrgSrceID,
  ForceElementOrgSrceUUID,
  FrcElmntOrgStockPlant,
  FrcElmntOrgStockStorageLoc,
  FrcElmntOrgMRPStockArea,
  _StkOnPlntStorLocBatLvl[1:InventoryStockType='01'].MatlWrhsStkQtyInMatlBaseUnit AS UnrestrictedStkInStkUnit,
  _StkOnPlntStorLocBatLvl[1:InventoryStockType='02'].MatlWrhsStkQtyInMatlBaseUnit AS QualityInspectionStockQuantity,
  _StkOnPlntStorLocBatLvl[1:InventoryStockType='06'].MatlWrhsStkQtyInMatlBaseUnit AS StockInTransitQuantity,
  _StkOnPlntStorLocBatLvl[1:InventoryStockType='07'].MatlWrhsStkQtyInMatlBaseUnit AS BlockedStockQuantity,
  _StkOnPlntStorLocBatLvl[1:InventoryStockType='08'].MatlWrhsStkQtyInMatlBaseUnit AS RestrictedStockQuantity,
  _PurOrdOnPlntStorLocLvl.OrderQuantity AS OrderQuantity,
  _PurReqnOnPlntStorLocLvl.RequestedQuantity AS RequestedQuantity,
  DefenseLogisticsAdvice,
  _LogisticsAdviceText[1:Language = $session.system_language].DefenseLogisticsAdviceText AS DefenseLogisticsAdviceText,
  DfsPurchaseRequisitionStatus,
  _PurchaseRequisitionStsT[1:Language = $session.system_language].DfsPurchaseRequisitionStsTxt AS DfsPurchaseRequisitionStsTxt,
  ForceElementOrgTargetUUID,
  ForceElementOrgTargetID,
  Plant,
  StorageLocation,
  MRPController,
  _MRPController.MRPControllerName AS MRPControllerName,
  Batch,
  DfsLogisticsRqmtUrgency,
  _LogisticsRqmtUrgencyText[1:Language = $session.system_language].DfsLogisticsRqmtUrgencyText AS DfsLogisticsRqmtUrgencyText,
  CreationDateTime,
  CreatedByUser,
  LastChangeDateTime,
  LastChangedByUser
FROM R_DFS_RelocationStepPlanningTP
;