E_TransportationOrder
TransportationOrder - Extension
E_TransportationOrder is a Extension CDS View that provides data about "TransportationOrder - Extension" in SAP S/4HANA. It reads from 1 data source (/scmtms/d_torrot) and exposes 1 field with key field TransportationOrderUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /scmtms/d_torrot | Persistence | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| EndUserText.label | TransportationOrder - Extension | view | |
| VDM.viewType | #EXTENSION | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.elementSuffix | TOR | view | |
| AbapCatalog.extensibility.allowNewDatasources | false | view | |
| AbapCatalog.extensibility.quota.maximumFields | 408 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 8160 | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TransportationOrderUUID | /scmtms/d_torrot | db_key |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType.serviceQuality: #P
@EndUserText.label: 'TransportationOrder - Extension'
@VDM.viewType: #EXTENSION
@AbapCatalog.extensibility: {
extensible: true,
elementSuffix: 'TOR',
allowNewDatasources: false,
dataSources: ['Persistence'],
quota: {
maximumFields: 408, //This is calculated with formula - 2* <Customer Percentage from SCFD_REGISTRY> * <max number of fields in SCFD_REGISTRY>
maximumBytes: 8160 //This is calculated with formula - 4* <Customer Percentage from SCFD_REGISTRY> * <number of chars as defined in SCFD_REGISTRY>
}
}
define view entity E_TransportationOrder
as select from /scmtms/d_torrot as Persistence
{
key Persistence.db_key as TransportationOrderUUID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/SCMTMS/D_TORROT"
],
"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