C_FldLogsDistributionItemsTP
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 21 fields with key fields PurchasingDocument, PurchasingDocumentItem, FldLogsDistrUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FldLogsDistributionItemsTP | I_FldLogsDistributionItemsTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 | |||
| 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'] }
StockType,
_StockTypeText.StockTypeName,
@ObjectModel : { text.element: ['PlantName'] }
_Parent.Plant,
_Parent.PlantName,
_Parent.Material ,
Batch,
ShelfLifeExpirationDate,
ManufactureDate,
FldLogsIsAutoSerialization,
/* Associations */
_Parent : redirected to parent C_FldLogsProcessReceiptsTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FLDLOGSDISTRIBUTIONITEMSTP",
"I_STOCKTYPETEXT",
"R_FLDLOGSPROCESSRECEIPTSTP"
],
"ASSOCIATED":
[
"C_FLDLOGSPROCESSRECEIPTSTP",
"R_FLDLOGSPROCESSRECEIPTSTP"
],
"BASE":
[
"I_FLDLOGSDISTRIBUTIONITEMSTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA