I_CFinTmpPostgProcgStatus

DDL: I_CFINTMPPOSTGPROCGSTATUS Type: view_entity BASIC

CFin Tmp Posting Processing Status

I_CFinTmpPostgProcgStatus is a Basic CDS View that provides data about "CFin Tmp Posting Processing Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CFinTmpPostingProcessingStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CFinTmpPostgProcgStsText _Text $projection.CFinTmpPostingProcessingStatus = _Text.CFinTmpPostingProcessingStatus

Annotations (8)

NameValueLevelField
EndUserText.label CFin Tmp Posting Processing Status view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
ObjectModel.representativeKey CFinTmpPostingProcessingStatus view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CFinTmpPostingProcessingStatus
_Text _Text
@EndUserText.label: 'CFin Tmp Posting Processing Status'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }

@Search.searchable: true
@ObjectModel.representativeKey: 'CFinTmpPostingProcessingStatus'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass:  #MASTER
@ObjectModel.usageType.serviceQuality: #A

/*+[hideWarning] { "IDS" : [ "KEY_CHECK", "CALCULATED_FIELD_CHECK" ]  } */
define view entity I_CFinTmpPostgProcgStatus
  as select from dd07l

  association [0..*] to I_CFinTmpPostgProcgStsText as _Text on $projection.CFinTmpPostingProcessingStatus = _Text.CFinTmpPostingProcessingStatus

{
      @ObjectModel.text.association: '_Text'
  key cast( domvalue_l as fins_cfin_tmp_post_state ) as CFinTmpPostingProcessingStatus,

      @Search.defaultSearchElement: true
      _Text

}

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