R_ACMGOVERNINGWEIGHTCODETEXTTP

CDS View

ACM DPQS governing weight code Text

R_ACMGOVERNINGWEIGHTCODETEXTTP is a CDS View in S/4HANA. ACM DPQS governing weight code Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMGoverningWeightCodeText view_entity projection CONSUMPTION ACM DPQS governing weight code Text
@AbapCatalog.sqlViewName: 'RACMWEIGHTCODET'
@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 DPQS governing weight code Text'
define view R_ACMGoverningWeightCodeTextTP
  as select from I_ACMGoverningWeightCodeText
  association        to parent R_ACMGoverningWeightCodeTP as _ACMGoverningWeightCode on $projection.ACMGoverningWeightCode = _ACMGoverningWeightCode.ACMGoverningWeightCode
  association [0..1] to I_Language                        as _Language               on $projection.Language = _Language.Language
{
  key ACMGoverningWeightCode,
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key Language,
      LanguageISOCode,
      ACMGoverningWeightCodeText,

      //Associations

      _ACMGoverningWeightCode,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMGOVERNINGWEIGHTCODETEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"R_ACMGOVERNINGWEIGHTCODETP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/