R_ACMMODEOFTRANSPORTTEXTTP

CDS View

TP Text View:ACM Mode Of Transport Text

R_ACMMODEOFTRANSPORTTEXTTP is a CDS View in S/4HANA. TP Text View:ACM Mode Of Transport Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMModeOfTransportText view_entity projection CONSUMPTION Mode of Transport Text
@AbapCatalog.sqlViewName: 'RMDEOFTRNPTTXTTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #TRANSACTIONAL
@ObjectModel: {
    usageType.serviceQuality: #A,
    usageType.sizeCategory : #L,
    usageType.dataClass: #MASTER
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'TP Text View:ACM Mode Of Transport Text'
define view R_ACMModeOfTransportTextTP as select from I_ACMModeOfTransportText
association to parent R_ACMModeOfTransportTP as _ModeOfTransport
on $projection.ModeOfTransport = _ModeOfTransport.ModeOfTransport
{
 key ModeOfTransport,
 key Language,
     LanguageISOCode,
     TransportZoneDescription,
     
     _ModeOfTransport
     
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMMODEOFTRANSPORTTEXT"
],
"ASSOCIATED":
[
"R_ACMMODEOFTRANSPORTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/