A_ACMModeOfTransportText

DDL: A_ACMMODEOFTRANSPORTTEXT Type: view_entity CONSUMPTION

Mode of Transport Text

A_ACMModeOfTransportText is a Consumption CDS View that provides data about "Mode of Transport Text" in SAP S/4HANA. It reads from 1 data source (R_ACMModeOfTransportTextTP) and exposes 4 fields with key fields ModeOfTransport, Language.

Data Sources (1)

SourceAliasJoin Type
R_ACMModeOfTransportTextTP R_ACMModeOfTransportTextTP projection

Annotations (9)

NameValueLevelField
OData.entityType.name ModeOfTransportText_Type view
AccessControl.authorizationCheck #CHECK view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Mode of Transport Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ModeOfTransport ModeOfTransport
KEY Language Language
TransportZoneDescription TransportZoneDescription
LanguageISOCode LanguageISOCode
@OData.entityType.name: 'ModeOfTransportText_Type'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
    usageType.serviceQuality: #A,
    usageType.sizeCategory : #L,
    usageType.dataClass: #MASTER
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@EndUserText.label: 'Mode of Transport Text'
define view entity A_ACMModeOfTransportText as projection on R_ACMModeOfTransportTextTP
{
     key ModeOfTransport,
     key Language,
         TransportZoneDescription,
         LanguageISOCode,
          _ModeOfTransport : redirected to parent A_ACMModeOfTransport
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMMODEOFTRANSPORTTEXTTP"
],
"ASSOCIATED":
[
"A_ACMMODEOFTRANSPORT"
],
"BASE":
[
"R_ACMMODEOFTRANSPORTTEXTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/