I_MASTERDATADOMAINVALUETEXT

CDS View

Domain Fixed Value Texts

I_MASTERDATADOMAINVALUETEXT is a CDS View in S/4HANA. Domain Fixed Value Texts. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
C_MasterDataChangeProcessGoal view from CONSUMPTION Master Data Change Process Goal
C_MasterDataChangeProcessGoalT view_entity from CONSUMPTION Process Goal - Text
C_MDChangeProcessStatusStateT view from CONSUMPTION Master Data Change Process State Text
C_MDChangeProcessStrategyText view from CONSUMPTION Master Data Change Process Strategy Text
C_MDChgProcessSourceStatusVH view from CONSUMPTION Source Data Information VH
@AbapCatalog.sqlViewName: 'IMDDOMAINVALTEXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Domain Fixed Value Texts'
@Search.searchable: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.lifecycle.successor: ''
@AbapCatalog.preserveKey:true

define view I_MasterDataDomainValueText as select from dd07t {
    key domname as Name,

    @Semantics.language: true
    key ddlanguage as Language,

    key domvalue_l as DomainValue,
   
    @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.7, ranking: #HIGH }
    @Semantics.text: true
    ddtext as DomainText
}
where 
    as4local = 'A'
    and 
    as4vers  = '0000'