R_ACMSHIPPINGPOINTTEXTTP

CDS View

ACM RTP Shipping Point Text

R_ACMSHIPPINGPOINTTEXTTP is a CDS View in S/4HANA. ACM RTP Shipping Point Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMShippingPointText view_entity projection CONSUMPTION ACM Shipping Point Text
@AbapCatalog.sqlViewName: 'RACMSHIPPINGT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY

@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: 'ACM RTP Shipping Point Text'
define view R_ACMShippingPointTextTP
  as select from I_ACMShippingPointText
  association        to parent R_ACMShippingPointTP as _ACMShippingPoint on $projection.ShippingPoint = _ACMShippingPoint.ShippingPoint
  association [0..1] to I_Language                  as _Language         on $projection.Language = _Language.Language
{
  key ShippingPoint,

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key Language,
      LanguageISOCode,
      ShippingPointName,

      //Associations

      _ACMShippingPoint,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMSHIPPINGPOINTTEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"R_ACMSHIPPINGPOINTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/