I_AutomRtmeRglnTxt

DDL: I_AUTOMRTMERGLNTXT Type: view_entity COMPOSITE

Automatic Runtime Regulation - Text

I_AutomRtmeRglnTxt is a Composite CDS View that provides data about "Automatic Runtime Regulation - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields AutomaticRuntimeRegulation, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Automatic Runtime Regulation - Text view
VDM.viewType #COMPOSITE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey AutomaticRuntimeRegulation view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
Search.searchable true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY AutomaticRuntimeRegulation
KEY Language ddlanguage
DomainValue dd07t domvalue_l
AutomaticRuntimeRegulationDesc ddtext Runtime Regulation Description
_AutomaticRuntimeRegulation _AutomaticRuntimeRegulation
_Language _Language
@AbapCatalog.viewEnhancementCategory:   [#NONE]
@AccessControl.authorizationCheck:      #NOT_REQUIRED
@EndUserText.label:                     'Automatic Runtime Regulation - Text'
@VDM.viewType:                          #COMPOSITE
@Metadata.ignorePropagatedAnnotations:  true
@ObjectModel: {
  dataCategory:     #TEXT,
  modelingPattern:  #LANGUAGE_DEPENDENT_TEXT,
  representativeKey: 'AutomaticRuntimeRegulation',
  resultSet.sizeCategory: #XS,
  supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                          #CDS_MODELING_DATA_SOURCE,
                          #LANGUAGE_DEPENDENT_TEXT,
                          #SEARCHABLE_ENTITY,
                          #SQL_DATA_SOURCE],
  usageType:{
    serviceQuality: #A,
    sizeCategory:   #S,
    dataClass:      #META
  }
}
@Search.searchable: true
define view entity I_AutomRtmeRglnTxt
  as select from dd07t
  association        to parent I_AutomaticRuntimeRegulation as _AutomaticRuntimeRegulation on $projection.AutomaticRuntimeRegulation = _AutomaticRuntimeRegulation.AutomaticRuntimeRegulation
  association [0..1] to I_Language                          as _Language                   on $projection.Language = _Language.Language
{
       @ObjectModel.foreignKey.association: '_AutomaticRuntimeRegulation'
       @ObjectModel.text.element: ['AutomaticRuntimeRegulationDesc']
  key  substring(domvalue_l,1,5) as AutomaticRuntimeRegulation,
       @Semantics.language: true
       @ObjectModel.foreignKey.association: '_Language'
       @UI.hidden: true
  key  ddlanguage                as Language,

       @Analytics.hidden: true
       @Consumption.hidden: true
       dd07t.domvalue_l          as DomainValue,

       @Search.defaultSearchElement: true
       @Semantics.text:true
       @Search.fuzzinessThreshold: 0.8
       @Search.ranking: #LOW
       @EndUserText.label: 'Runtime Regulation Description'
       ddtext                    as AutomaticRuntimeRegulationDesc,

       _AutomaticRuntimeRegulation,
       _Language
}
where
      dd07t.domname    = '/SCMTMS/VSR_OPT_TIME_LIMIT_AUT'
  and dd07t.as4local   = 'A'
  and dd07t.as4vers    = '0000'
  and dd07t.ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_AUTOMATICRUNTIMEREGULATION",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/