A_FrtBookingItemCommodityCode
Freight Booking Item Commodity Code
A_FrtBookingItemCommodityCode is a Consumption CDS View that provides data about "Freight Booking Item Commodity Code" in SAP S/4HANA. It reads from 1 data source (R_TranspOrdItemCommodityCodeTP) and exposes 5 fields with key field TranspOrdItemCommodityCodeUUID. It is exposed through 1 OData service (API_FREIGHTBOOKING). Part of development package ODATA_TM_FB_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_TranspOrdItemCommodityCodeTP | R_TranspOrdItemCommodityCodeTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Freight Booking Item Commodity Code | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| OData.entityType.name | FreightOrderItemCommodityCode_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_FREIGHTBOOKING | API_FREIGHTBOOKING | V4 | C2 | C1 |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TranspOrdItemCommodityCodeUUID | TranspOrdItemCommodityCodeUUID | ||
| TransportationOrderItemUUID | TransportationOrderItemUUID | |||
| TransportationOrderUUID | TransportationOrderUUID | |||
| TranspOrdItemCommodityCode | TranspOrdItemCommodityCode | |||
| TrOrdItmCmmdtyCodeNmbrngSchm | TrOrdItmCmmdtyCodeNmbrngSchm |
@EndUserText.label: 'Freight Booking Item Commodity Code'
@AccessControl.authorizationCheck: #MANDATORY
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel: {
usageType: {
sizeCategory: #L,
serviceQuality: #C,
dataClass: #TRANSACTIONAL
}}
@VDM.viewType: #CONSUMPTION
@OData.entityType.name: 'FreightOrderItemCommodityCode_Type'
@Metadata.ignorePropagatedAnnotations: true
define view entity A_FrtBookingItemCommodityCode
as projection on R_TranspOrdItemCommodityCodeTP as FrtBookingItemCommodityCode
{
/* Attributes */
key TranspOrdItemCommodityCodeUUID,
TransportationOrderItemUUID,
TransportationOrderUUID,
TranspOrdItemCommodityCode,
TrOrdItmCmmdtyCodeNmbrngSchm,
/* Redirections */
FrtBookingItemCommodityCode._TransportationOrder as _FreightBooking : redirected to A_FreightBooking,
FrtBookingItemCommodityCode._TransportationOrderItem as _FreightBookingItem : redirected to parent A_FreightBookingItem
}
where
FrtBookingItemCommodityCode.TransportationOrderCategory = 'BO'
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