R_ACMCHARACTERISTICTEXTTP

CDS View

DPQS charecteristic - Text

R_ACMCHARACTERISTICTEXTTP is a CDS View in S/4HANA. DPQS charecteristic - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMCharacteristicText view_entity projection CONSUMPTION DPQS Characteristic Text
@AbapCatalog.sqlViewName: 'RACMCHARACTERTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'DPQS charecteristic - Text'
@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

define view R_ACMCharacteristicTextTP
as select from I_ACMCharacteristicText 
association to parent R_ACMCharacteristic as _DPQSCharacteristic 
on $projection.ACMCharacteristicInternal=_DPQSCharacteristic.ACMCharacteristicInternal
{
  key Language,
  key ACMCharacteristicInternal,
  LanguageISOCode,
  ACMDescriptionCharacteristic,
  /* Associations */
  _DPQSCharacteristic

}