I_UsageDecisionCodeGroupText

DDL: I_USAGEDECISIONCODEGROUPTEXT SQL: IUSGDECCDGRPT Type: view BASIC Package: VDM_QM_INSPECTION

Usage Decision Code Group - Text

I_UsageDecisionCodeGroupText is a Basic CDS View (Dimension) that provides data about "Usage Decision Code Group - Text" in SAP S/4HANA. It reads from 1 data source (qpgt) and exposes 4 fields with key fields UsageDecisionCodeGroup, Language. It has 1 association to related views. Part of development package VDM_QM_INSPECTION.

Data Sources (1)

SourceAliasJoin Type
qpgt qpgt from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_UsageDecisionCodeGroup _UsageDecisionCodeGroup $projection.UsageDecisionCodeGroup = _UsageDecisionCodeGroup.UsageDecisionCodeGroup

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IUSGDECCDGRPT view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Usage Decision Code Group - Text view
Analytics.dataCategory #DIMENSION view
Metadata.allowExtensions true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.representativeKey UsageDecisionCodeGroup view
ObjectModel.dataCategory #TEXT view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY UsageDecisionCodeGroup qpgt codegruppe
KEY Language sprache
UsageDecisionCodeGroupText
_UsageDecisionCodeGroup _UsageDecisionCodeGroup
@AbapCatalog.sqlViewName: 'IUSGDECCDGRPT'
//@AbapCatalog.compiler.compareFilter: true

@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Usage Decision Code Group - Text'
@Analytics.dataCategory: #DIMENSION
@Metadata.allowExtensions:true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.supportedCapabilities:
    [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT ]
@ObjectModel: {
    usageType: {
        dataClass: #CUSTOMIZING,
        sizeCategory: #M,
        serviceQuality: #A 
    },
    representativeKey: 'UsageDecisionCodeGroup',
    dataCategory: #TEXT
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
define view I_UsageDecisionCodeGroupText as select from qpgt
    association [0..1] to I_UsageDecisionCodeGroup as _UsageDecisionCodeGroup
      on $projection.UsageDecisionCodeGroup = _UsageDecisionCodeGroup.UsageDecisionCodeGroup
{
   key qpgt.codegruppe as UsageDecisionCodeGroup,
   @Semantics.language: true
   key sprache as Language,
   @Semantics.text: true
   @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
   cast( kurztext as vdm_qktextgr preserving type ) as UsageDecisionCodeGroupText,
   
   _UsageDecisionCodeGroup   
}
where katalogart = '3' // Usage Decision