C_ProcOrdOpsMgmtGoodsMovement

DDL: C_PROCORDOPSMGMTGOODSMOVEMENT Type: view_entity CONSUMPTION Package: ODATA_PP_PROC_ORD_MNG

Process Order Operations Goods Movement

C_ProcOrdOpsMgmtGoodsMovement is a Consumption CDS View that provides data about "Process Order Operations Goods Movement" in SAP S/4HANA. It reads from 1 data source (I_ProcOrdOpsMgmtGoodsMovement) and exposes 29 fields with key fields MaterialDocument, MaterialDocumentYear, MaterialDocumentItem. It is exposed through 1 OData service (ASQL_F5323). Part of development package ODATA_PP_PROC_ORD_MNG.

Data Sources (1)

SourceAliasJoin Type
I_ProcOrdOpsMgmtGoodsMovement I_ProcOrdOpsMgmtGoodsMovement projection

Annotations (13)

NameValueLevelField
EndUserText.label Process Order Operations Goods Movement view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view
UI.headerInfo.title.type #STANDARD view
UI.headerInfo.title.value MaterialDocument view
UI.headerInfo.description.type #STANDARD view
UI.headerInfo.description.value MaterialDocumentYear view
UI.headerInfo.typeName Document view
UI.headerInfo.typeNamePlural Documents view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F5323 ASQL_F5323 C2 NOT_RELEASED

Fields (29)

KeyFieldSource TableSource FieldDescription
KEY MaterialDocument MaterialDocument Material Document
KEY MaterialDocumentYear MaterialDocumentYear Material Document Year
KEY MaterialDocumentItem MaterialDocumentItem Document Item
GoodsMovementType GoodsMovementType Movement Type
Material Material Material
MaterialName MaterialName Material Description
PostingDate PostingDate Posting date
QuantityInBaseUnit QuantityInBaseUnit Quantity
EntryUnit EntryUnit Unit of Entry
QuantityInEntryUnit QuantityInEntryUnit Quantity in Unit of Entry
ManufacturingOrderOperation ManufacturingOrderOperation Operation/Phase
Plant Plant Plant
PlantName PlantName Plant Name
OrderInternalBillOfOperations OrderInternalBillOfOperations Order Internal Bill of Operations
OrderIntBillOfOperationsItem OrderIntBillOfOperationsItem Order Internal Bill of Operations Item
ProcessOrder ProcessOrder Order
ManufacturingOrderCategory ManufacturingOrderCategory
ManufacturingOrderType ManufacturingOrderType
ProductionPlant ProductionPlant Prod plnt
StorageLocation StorageLocation Storage Location
StorageLocationName StorageLocationName Storage Loc. Name
Batch Batch Batch
BatchShortDescription BatchShortDescription
GoodsMovementTypeName GoodsMovementTypeName
BaseUnit BaseUnit Unit of Measure
BatchForEdit BatchForEdit
MaterialForEdit MaterialForEdit Product
PlantForEdit PlantForEdit Plant ID
DefinitionOfBatchLevel DefinitionOfBatchLevel

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_ProcOrdOpsMgmtGoodsMovement.
-- 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_ProcOrdOpsMgmtGoodsMovement AS
SELECT
  MaterialDocument,
  MaterialDocumentYear,
  MaterialDocumentItem,
  GoodsMovementType,
  Material,
  MaterialName,
  PostingDate,
  QuantityInBaseUnit,
  EntryUnit,
  QuantityInEntryUnit,
  ManufacturingOrderOperation,
  Plant,
  PlantName,
  OrderInternalBillOfOperations,
  OrderIntBillOfOperationsItem,
  ProcessOrder,
  ManufacturingOrderCategory,
  ManufacturingOrderType,
  ProductionPlant,
  StorageLocation,
  StorageLocationName,
  Batch,
  BatchShortDescription,
  GoodsMovementTypeName,
  BaseUnit,
  BatchForEdit,
  MaterialForEdit,
  PlantForEdit,
  DefinitionOfBatchLevel
FROM I_ProcOrdOpsMgmtGoodsMovement
;