P_SLOWMOMATPREDMATDOCREC

CDS View

Material Document Records

P_SLOWMOMATPREDMATDOCREC is a CDS View in S/4HANA. Material Document Records. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_SlowMoMatPredMatDocUnion view_entity left_outer COMPOSITE Material Document Union
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass:#TRANSACTIONAL
@VDM.private: true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck:#NOT_REQUIRED
//@EndUserText.label: 'Material Document Records'

define view entity P_SlowMoMatPredMatDocRec with parameters  P_InventoryConsumptionGroup: inventory_consumption_group

 as select from I_MaterialDocumentRecord
 
{
   
  key StockIdentifyingMaterial  as Material,
  key Plant,
  key StockIdfgStorageLocation  as StorageLocation, 
  key StockIdentifyingBatch,
  key SpecialStockIdfgSupplier,
  key SpecialStockIdfgSalesOrder,
  key SpecialStockIdfgSalesOrderItem,
  key SpecialStockIdfgWBSElement,
  key SpecialStockIdfgCustomer,
  key SpecialStockIdfgStockOwner,
  key InventorySpecialStockType,
  key InventoryStockType,
  key MaterialBaseUnit,  
      PostingDate,
      GoodsMovementType,
      
      @Semantics.quantity.unitOfMeasure: 'MaterialBaseUnit'
      MatlStkChangeQtyInBaseUnit,      
     
      @Semantics.quantity.unitOfMeasure: 'MaterialBaseUnit'
      MatlCnsmpnQtyInMatlBaseUnit,
      
      cast ($parameters.P_InventoryConsumptionGroup as inventory_consumption_group preserving type ) as InventoryConsumptionGroup
       
}