C_DFS_RelocStockStepPlngTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_DFS_RelocationStepPlanningTP | R_DFS_RelocationStepPlanningTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA