I_EstdCostRunStopStepTxt

DDL: I_ESTDCOSTRUNSTOPSTEPTXT Type: view BASIC

Estimated Cost Costing Run Stopping Step Text

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

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

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

Annotations (14)

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

Fields (6)

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

define view I_EstdCostRunStopStepTxt
  as select from dd07t
  association [0..1] to I_EstdCostRunStopStep as _EstdCostRunStopStep on $projection.EstdCostCostgRunStoppingStep = _EstdCostRunStopStep.EstdCostCostgRunStoppingStep
  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, 2 ) as ck_rec_step ) as EstdCostCostgRunStoppingStep,

      @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 EstdCostCostgRunStoppingStpTxt,

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