E_TransportationOrder

DDL: E_TRANSPORTATIONORDER Type: view_entity EXTENSION

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)

SourceAliasJoin Type
/scmtms/d_torrot Persistence from

Annotations (9)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/