I_FinSubstnRuleIsDisabled

DDL: I_FINSUBSTNRULEISDISABLED Type: view_entity BASIC Package: FINS_GEN_RE_INTF

FinSubstnValdtnRuleIsDisabled value help

I_FinSubstnRuleIsDisabled is a Basic CDS View that provides data about "FinSubstnValdtnRuleIsDisabled value help" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field FinSubstnValdtnRuleIsDisabled. It has 1 association to related views. Part of development package FINS_GEN_RE_INTF.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FinSubstnRuleIsDisabledText _Text

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataExtraction.enabled true view
EndUserText.label FinSubstnValdtnRuleIsDisabled value help view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey FinSubstnValdtnRuleIsDisabled view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FinSubstnValdtnRuleIsDisabled
DomainValue dd07l domvalue_l
_Text _Text

@AccessControl.authorizationCheck: #NOT_REQUIRED
//@Analytics.dataCategory: #DIMENSION

-- @Analytics.dataExtraction.enabled: true
//@Analytics.internalName: #LOCAL

@EndUserText.label: 'FinSubstnValdtnRuleIsDisabled value help'
@Metadata.ignorePropagatedAnnotations: true
//@ObjectModel.alternativeKey: [ { id : 'Domain', 

//                                 uniqueness: #UNIQUE, 

//                                 element: ['DomainValue'] } ]

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'FinSubstnValdtnRuleIsDisabled'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC

define root view entity I_FinSubstnRuleIsDisabled 
  as select from dd07l 
  composition [0..*] of I_FinSubstnRuleIsDisabledText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as fin_re_rule_disabled ) as FinSubstnValdtnRuleIsDisabled,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,
      _Text
} 
where dd07l.domname  = 'FIN_RE_RULE_DISABLED'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'