C_FldLogsStockTransportOrder
Field Logistics links for STOs
C_FldLogsStockTransportOrder is a Consumption CDS View that provides data about "Field Logistics links for STOs" in SAP S/4HANA. It reads from 1 data source (I_FldLogsStockTransportOrder) and exposes 13 fields with key fields PurchasingDocument, PurchasingDocumentItem, MaterialDocument, MaterialDocumentItem, MaterialDocumentYear.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FldLogsStockTransportOrder | I_FldLogsStockTransportOrder | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| EndUserText.label | Field Logistics links for STOs | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchasingDocument | PurchasingDocument | ||
| KEY | PurchasingDocumentItem | PurchasingDocumentItem | ||
| KEY | MaterialDocument | MaterialDocument | ||
| KEY | MaterialDocumentItem | MaterialDocumentItem | ||
| KEY | MaterialDocumentYear | MaterialDocumentYear | ||
| KEY | StockTransportOrder | StockTransportOrder | ||
| OrderQuantity | OrderQuantity | |||
| OrderQuantityUnit | OrderQuantityUnit | |||
| ReceivingPlant | ReceivingPlant | |||
| ReceivingPlantName | ReceivingPlantName | |||
| SupplyingPlant | SupplyingPlant | |||
| SupplyingPlantName | SupplyingPlantName | |||
| IsEndOfPurposeBlocked | IsEndOfPurposeBlocked |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@EndUserText.label: 'Field Logistics links for STOs'
@Metadata.allowExtensions: true
@VDM.viewType: #CONSUMPTION
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
define view entity C_FldLogsStockTransportOrder
as select from I_FldLogsStockTransportOrder
{
key PurchasingDocument,
key PurchasingDocumentItem,
key MaterialDocument,
key MaterialDocumentItem,
key MaterialDocumentYear,
// key ltrim(DeliveryDocument, '0') as DeliveryDocument,
// key DeliveryDocumentItem,
// key FldLogsSuplrItemUUID,
key StockTransportOrder,
@Semantics.quantity.unitOfMeasure: 'OrderQuantityUnit'
@DefaultAggregation: #NONE
OrderQuantity,
OrderQuantityUnit,
@ObjectModel : { text.element: ['ReceivingPlantName'] }
ReceivingPlant,
ReceivingPlantName,
@ObjectModel : { text.element: ['SupplyingPlantName'] }
SupplyingPlant,
SupplyingPlantName,
@Semantics.booleanIndicator: true
IsEndOfPurposeBlocked
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FLDLOGSSTOCKTRANSPORTORDER"
],
"ASSOCIATED":
[],
"BASE":
[],
"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