R_ACMMATERIALDETAILSTEXTTP

CDS View

ACM Material Details - Text

R_ACMMATERIALDETAILSTEXTTP is a CDS View in S/4HANA. ACM Material Details - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMMaterialDetailsText view_entity projection CONSUMPTION ACM Material Details Text
@AbapCatalog.sqlViewName: 'RMATERIALDETTXT'
@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: 'ACM Material Details - Text'
define view R_ACMMaterialDetailsTextTP as select from I_ACMMaterialDetailsText
association to parent R_ACMMaterialDetailsTP as _Material
on $projection.Product = _Material.Product
{
  key Product,
  key Language,
      LanguageISOCode,
      ProductDescription,
     
      _Material
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMMATERIALDETAILSTEXT"
],
"ASSOCIATED":
[
"R_ACMMATERIALDETAILSTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/