I_FrtUnitItemCommodityCodeTP
Freight Unit Item Commodity Code - TP
I_FrtUnitItemCommodityCodeTP is a Transactional CDS View that provides data about "Freight Unit Item Commodity Code - TP" in SAP S/4HANA. It reads from 1 data source (R_TranspOrdItemCommodityCodeTP) and exposes 5 fields with key field TranspOrdItemCommodityCodeUUID. Part of development package RAP_TM_FU_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_TranspOrdItemCommodityCodeTP | R_TranspOrdItemCommodityCodeTP | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Freight Unit Item Commodity Code - TP | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_INTERFACE | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.representativeKey | TranspOrdItemCommodityCodeUUID | view | |
| ObjectModel.sapObjectNodeType.name | FreightUnitItemCommodityCode | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TranspOrdItemCommodityCodeUUID | TranspOrdItemCommodityCodeUUID | ||
| TransportationOrderItemUUID | TransportationOrderItemUUID | |||
| TransportationOrderUUID | TransportationOrderUUID | |||
| TranspOrdItemCommodityCode | TranspOrdItemCommodityCode | |||
| TrOrdItmCmmdtyCodeNmbrngSchm | TrOrdItmCmmdtyCodeNmbrngSchm |
@EndUserText.label: 'Freight Unit Item Commodity Code - TP'
@VDM: {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #TRANSACTIONAL
}
@ObjectModel: {
modelingPattern: #TRANSACTIONAL_INTERFACE,
supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
usageType: {
sizeCategory: #L,
serviceQuality: #C,
dataClass: #TRANSACTIONAL
},
representativeKey: 'TranspOrdItemCommodityCodeUUID',
sapObjectNodeType.name: 'FreightUnitItemCommodityCode'
}
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #MANDATORY
define view entity I_FrtUnitItemCommodityCodeTP
as projection on R_TranspOrdItemCommodityCodeTP as FreightUnitItemCommodityCode
{
/* Attributes */
key TranspOrdItemCommodityCodeUUID,
TransportationOrderItemUUID,
TransportationOrderUUID,
TranspOrdItemCommodityCode,
TrOrdItmCmmdtyCodeNmbrngSchm,
/* Redirections */
FreightUnitItemCommodityCode._TransportationOrder as _FreightUnit : redirected to I_FreightUnitTP,
FreightUnitItemCommodityCode._TransportationOrderItem as _FreightUnitItem : redirected to parent I_FreightUnitItemTP
}
where FreightUnitItemCommodityCode.TransportationOrderCategory = 'FU'
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