P_SLOWMOMATPRMOMATDOCREC
P_SLOWMOMATPRMOMATDOCREC is a CDS View in S/4HANA. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_SlowMoMatPrMoMatDocUnion | view | left_outer | COMPOSITE |
@AbapCatalog.sqlViewName: 'PSLOWMOMATDCSREC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass:#TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.private: true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck:#NOT_REQUIRED
//@EndUserText.label: 'Material Document Records'
define view P_SlowMoMatPrMoMatDocRec with parameters P_InventoryConsumptionGroup: inventory_consumption_group
as select from I_MaterialDocumentRecord
{
key StockIdentifyingMaterial as Material,
key Plant,
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
}