I_FLDLOGSRECEIVEDITEMS
Field Logistics Received items
I_FLDLOGSRECEIVEDITEMS is a CDS View in S/4HANA. Field Logistics Received items. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_FldLogsAggregateReceivedQty | view | from | COMPOSITE | Field Logistics Received items quantity |
@AbapCatalog.sqlViewName: 'IFLDLOGRCVD'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Field Logistics Received items'
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType: {serviceQuality: #A,
dataClass: #TRANSACTIONAL,
sizeCategory: #L}
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_FldLogsReceivedItems
as select from I_MaterialDocumentItem_2 as MaterialDocumentItem
{
key MaterialDocumentItem.MaterialDocument,
key MaterialDocumentItem.MaterialDocumentItem,
key MaterialDocumentItem.MaterialDocumentYear,
PurchaseOrder,
PurchaseOrderItem,
QuantityInBaseUnit
}
where
(
GoodsMovementType = '105'
or GoodsMovementType = '109'
)
and GoodsMovementIsCancelled <> 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MATERIALDOCUMENTITEM_2"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/