C_FldLogsDistributionItemsTP

DDL: C_FLDLOGSDISTRIBUTIONITEMSTP Type: view_entity CONSUMPTION

Field Logistics Distribution Items

C_FldLogsDistributionItemsTP is a Consumption CDS View that provides data about "Field Logistics Distribution Items" in SAP S/4HANA. It reads from 1 data source (I_FldLogsDistributionItemsTP) and exposes 22 fields with key fields PurchasingDocument, PurchasingDocumentItem, FldLogsDistrUUID. It is exposed through 1 OData service (UI_PROCESS_RECEIPTS). It is used in 1 Fiori application: Process Receipt.

Data Sources (1)

SourceAliasJoin Type
I_FldLogsDistributionItemsTP I_FldLogsDistributionItemsTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Field Logistics Distribution Items view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_PROCESS_RECEIPTS UI_PROCESS_RECEIPTS V2 C1 NOT_TO_BE_RELEASED_STABLE

Fiori Apps (1)

App IDApp NameTypeDescription
F5316 Process Receipt Transactional This application is used to Receive Purchase Order Items and Inbound delivery items at Base Plant and Remote Plant. The items can consist of both Stock and Supplier Items.

Process Receipt

Business Role: Receiving Specialist (Oil & Gas)

This feature enables you to: Create batches with supplier batches using the Create Batch action. View additional fields such as Order Category, Order Number, Recipient, Requisitioner, and Unloading Point details on the list page. Perform a two-step Goods Receipt (GR) process with an alternate unit of measurement. Create a Putaway Warehouse Task for non-stock and supplier items in a single-plant scenario.

Fields (22)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocument PurchasingDocument
KEY PurchasingDocumentItem PurchasingDocumentItem
KEY FldLogsDistrUUID FldLogsDistrUUID
DeliveryDocument DeliveryDocument
DeliveryDocumentItem DeliveryDocumentItem
MaterialDocument MaterialDocument
MaterialDocumentItem MaterialDocumentItem
MaterialDocumentYear MaterialDocumentYear
FldLogsSuplrItemUUID FldLogsSuplrItemUUID
FldLogsActlDeliveredQuantity FldLogsActlDeliveredQuantity
MaterialBaseUnit MaterialBaseUnit
StorageLocation StorageLocation
StockType StockType
InventoryUsabilityCode InventoryUsabilityCode
StockTypeName _StockTypeText StockTypeName
Plant _Parent Plant
PlantName _Parent PlantName
Material _Parent Material
Batch Batch
ShelfLifeExpirationDate ShelfLifeExpirationDate
ManufactureDate ManufactureDate
FldLogsIsAutoSerialization FldLogsIsAutoSerialization
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Field Logistics Distribution Items'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.viewType: #CONSUMPTION
@Metadata.allowExtensions: true
define view entity C_FldLogsDistributionItemsTP
  as projection on I_FldLogsDistributionItemsTP

{

  key      PurchasingDocument,
  key      PurchasingDocumentItem,
  key      FldLogsDistrUUID,
           DeliveryDocument,
           DeliveryDocumentItem,
           MaterialDocument,
           MaterialDocumentItem,
           MaterialDocumentYear,
           FldLogsSuplrItemUUID,
           @Semantics.quantity.unitOfMeasure: 'MaterialBaseUnit'
           FldLogsActlDeliveredQuantity,
           @Semantics.unitOfMeasure: true
           MaterialBaseUnit,
           StorageLocation,
           @ObjectModel : { text.element: ['StockTypeName'] }
           @VDM.lifecycle.status: #DEPRECATED
           @VDM.lifecycle.successor: 'InventoryUsabilityCode'
           StockType,
           @ObjectModel : { text.element: ['StockTypeName'] }
           InventoryUsabilityCode,
           _StockTypeText.StockTypeName,
           @ObjectModel : { text.element: ['PlantName'] }
           _Parent.Plant,
           _Parent.PlantName,
           _Parent.Material ,
           Batch,
           ShelfLifeExpirationDate,
           ManufactureDate,
           FldLogsIsAutoSerialization,
           /* Associations */
           _Parent : redirected to parent C_FldLogsProcessReceiptsTP
}