A_ACMShippingPoint

DDL: A_ACMSHIPPINGPOINT Type: view_entity CONSUMPTION

ACM Shipping Point

A_ACMShippingPoint is a Consumption CDS View that provides data about "ACM Shipping Point" in SAP S/4HANA. It reads from 1 data source (R_ACMShippingPointTP) and exposes 1 field with key field ShippingPoint.

Data Sources (1)

SourceAliasJoin Type
R_ACMShippingPointTP R_ACMShippingPointTP projection

Annotations (8)

NameValueLevelField
OData.entityType.name ACMShippingPoint_Type view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label ACM Shipping Point view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ShippingPoint ShippingPoint
@OData.entityType.name: 'ACMShippingPoint_Type'
@ObjectModel:{
               usageType: {
                 dataClass: #TRANSACTIONAL,
                 serviceQuality: #B,
                 sizeCategory: #L
               }
}

@AccessControl.authorizationCheck: #MANDATORY
@VDM: {
    viewType : #CONSUMPTION,
    lifecycle.contract.type: #PUBLIC_REMOTE_API,
    usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@EndUserText.label: 'ACM Shipping Point'
define root view entity A_ACMShippingPoint 
as projection on R_ACMShippingPointTP 
{
  key ShippingPoint,

//      Associations

      _ACMShippingPointText : redirected to composition child A_ACMShippingPointText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMSHIPPINGPOINTTP"
],
"ASSOCIATED":
[
"A_ACMSHIPPINGPOINTTEXT"
],
"BASE":
[
"R_ACMSHIPPINGPOINTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/