A_ACMModeOfTransport

DDL: A_ACMMODEOFTRANSPORT Type: view_entity CONSUMPTION

Mode of Transport

A_ACMModeOfTransport is a Consumption CDS View that provides data about "Mode of Transport" in SAP S/4HANA. It reads from 1 data source (R_ACMModeOfTransportTP) and exposes 1 field with key field ModeOfTransport.

Data Sources (1)

SourceAliasJoin Type
R_ACMModeOfTransportTP R_ACMModeOfTransportTP projection

Annotations (8)

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

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ModeOfTransport ModeOfTransport
@OData.entityType.name: 'ACMModeOfTransport_Type'
@AccessControl.authorizationCheck: #CHECK
@VDM: {
viewType : #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel: {
    usageType.serviceQuality: #A,
    usageType.sizeCategory : #L,
    usageType.dataClass: #MASTER
}
@EndUserText.label: 'Mode of Transport'
define root view entity A_ACMModeOfTransport 
as projection on R_ACMModeOfTransportTP
{
  key ModeOfTransport,
         //Association

        _ModeOfTransportText : redirected to composition child A_ACMModeOfTransportText
  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMMODEOFTRANSPORTTP"
],
"ASSOCIATED":
[
"A_ACMMODEOFTRANSPORTTEXT"
],
"BASE":
[
"R_ACMMODEOFTRANSPORTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/