I_CFinTmpPostgProcgStsText

DDL: I_CFINTMPPOSTGPROCGSTSTEXT Type: view_entity BASIC

CFin Tmp Postg Processing Status - Text

I_CFinTmpPostgProcgStsText is a Basic CDS View that provides data about "CFin Tmp Postg Processing Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields CFinTmpPostingProcessingStatus, 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 (9)

NameValueLevelField
EndUserText.label CFin Tmp Postg Processing Status - Text view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
ObjectModel.representativeKey CFinTmpPostingProcessingStatus view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CFinTmpPostingProcessingStatus
KEY Language
CFinTmpPostgProcgStatusName
_Language _Language
@EndUserText.label: 'CFin Tmp Postg Processing Status - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@ObjectModel.representativeKey: 'CFinTmpPostingProcessingStatus'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass:  #MASTER
@ObjectModel.usageType.serviceQuality: #A

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view entity I_CFinTmpPostgProcgStsText
  as select from dd07t

  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language

{

  key cast( domvalue_l as fins_cfin_tmp_post_state ) as CFinTmpPostingProcessingStatus,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( ddlanguage as spras preserving type )    as Language,

      @Search.defaultSearchElement: true
      @Search.ranking:#LOW
      @Semantics.text: true
      cast( ddtext as fis_val_text preserving type ) as CFinTmpPostgProcgStatusName,

      _Language
}

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