I_EstdCostRunExecStepT

DDL: I_ESTDCOSTRUNEXECSTEPT Type: view BASIC

Estimated Cost Costing Run Execution Step Text

I_EstdCostRunExecStepT is a Basic CDS View that provides data about "Estimated Cost Costing Run Execution Step Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, EstdCostCostgRunExecStep. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

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

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFIESTDCOSTEXSTT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey EstdCostCostgRunExecStep view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
EndUserText.label Estimated Cost Costing Run Execution Step Text view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY EstdCostCostgRunExecStep
DomainValue dd07t domvalue_l
EstdCostCostgRunExecStepName ddtext
_EstdCostRunExecStep _EstdCostRunExecStep
_Language _Language
@AbapCatalog: {
  sqlViewName: 'IFIESTDCOSTEXSTT',
  compiler.compareFilter: true,
  preserveKey: true }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: {
  representativeKey: 'EstdCostCostgRunExecStep',
  usageType: {
    serviceQuality: #B,
    sizeCategory: #S,
    dataClass: #MASTER },
  dataCategory: #TEXT }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@EndUserText.label: 'Estimated Cost Costing Run Execution Step Text'

define view I_EstdCostRunExecStepT
  as select from dd07t
  association [0..1] to I_EstdCostRunExecStep as _EstdCostRunExecStep on $projection.EstdCostCostgRunExecStep = _EstdCostRunExecStep.EstdCostCostgRunExecStep
  association [0..1] to I_Language            as _Language            on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast(ddlanguage as spras preserving type )             as Language,
  key cast( substring ( domvalue_l, 1, 1 ) as fml_kala_step) as EstdCostCostgRunExecStep,

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

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      ddtext                                                 as EstdCostCostgRunExecStepName,

      _EstdCostRunExecStep,
      _Language

}
where
      domname  = 'FML_KALA_STEP'
  and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_ESTDCOSTRUNEXECSTEP",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/