A_ACMShippingPointText

DDL: A_ACMSHIPPINGPOINTTEXT Type: view_entity CONSUMPTION

ACM Shipping Point Text

A_ACMShippingPointText is a Consumption CDS View that provides data about "ACM Shipping Point Text" in SAP S/4HANA. It reads from 1 data source (R_ACMShippingPointTextTP) and exposes 4 fields with key fields ShippingPoint, Language.

Data Sources (1)

SourceAliasJoin Type
R_ACMShippingPointTextTP R_ACMShippingPointTextTP projection

Annotations (9)

NameValueLevelField
OData.entityType.name ACMShippingPointTxt_Type view
AccessControl.authorizationCheck #MANDATORY 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 ACM Shipping Point Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ShippingPoint ShippingPoint
KEY Language Language
LanguageISOCode LanguageISOCode
ShippingPointName ShippingPointName
  @OData.entityType.name: 'ACMShippingPointTxt_Type'
  @AccessControl.authorizationCheck: #MANDATORY
  @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: 'ACM Shipping Point Text'
define view entity A_ACMShippingPointText 
as projection on R_ACMShippingPointTextTP 
{
  key ShippingPoint,
  key Language,
      LanguageISOCode,
      ShippingPointName,

/* Associations */
  _ACMShippingPoint : redirected to parent  A_ACMShippingPoint
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMSHIPPINGPOINTTEXTTP"
],
"ASSOCIATED":
[
"A_ACMSHIPPINGPOINT"
],
"BASE":
[
"R_ACMSHIPPINGPOINTTEXTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/