A_ACMMaterialDetailsText

DDL: A_ACMMATERIALDETAILSTEXT Type: view_entity CONSUMPTION

ACM Material Details Text

A_ACMMaterialDetailsText is a Consumption CDS View that provides data about "ACM Material Details Text" in SAP S/4HANA. It reads from 1 data source (R_ACMMaterialDetailsTextTP) and exposes 4 fields with key fields Product, Language.

Data Sources (1)

SourceAliasJoin Type
R_ACMMaterialDetailsTextTP R_ACMMaterialDetailsTextTP projection

Annotations (9)

NameValueLevelField
OData.entityType.name MaterialText_Type view
AccessControl.authorizationCheck #CHECK 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 Material Details Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Product Product
KEY Language Language
LanguageISOCode LanguageISOCode
ProductDescription ProductDescription
@OData.entityType.name: 'MaterialText_Type'
@AccessControl.authorizationCheck: #CHECK
@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 Material Details Text'
define view entity A_ACMMaterialDetailsText as projection on R_ACMMaterialDetailsTextTP 
{
  key Product,
  key Language,
      LanguageISOCode,
      ProductDescription,
      _Material : redirected to parent A_ACMMaterialDetails
      
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMMATERIALDETAILSTEXTTP"
],
"ASSOCIATED":
[
"A_ACMMATERIALDETAILS"
],
"BASE":
[
"R_ACMMATERIALDETAILSTEXTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/