I_PRAInterestStatusCodeVH

DDL: I_PRAINTERESTSTATUSCODEVH SQL: IINTSTAT Type: view BASIC

PRA Interest Status Code

I_PRAInterestStatusCodeVH is a Basic CDS View (Dimension) that provides data about "PRA Interest Status Code" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PRAInterestCalculationStatus. It has 1 association to related views. It is exposed through 1 OData service (UI_INTERESTDETAILSDATAMANAGE).

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_PRAInterestStatusText _Text $projection.PRAInterestCalculationStatus = _Text.PRAInterestCalculationStatus and _Text.Language = $session.system_language

Annotations (19)

NameValueLevelField
EndUserText.label PRA Interest Status Code view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IINTSTAT view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey PRAInterestCalculationStatus view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #META view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable false view

OData Services (1)

ServiceBindingVersionContractRelease
UI_INTERESTDETAILSDATAMANAGE UI_INTRSTDETAILSDATAMANAGE V2 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PRAInterestCalculationStatus
_Text _Text
@EndUserText.label: 'PRA Interest Status Code'
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@Analytics.internalName:#LOCAL
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IINTSTAT'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true 
@ObjectModel.representativeKey: 'PRAInterestCalculationStatus'
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #META
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.dataCategory: #VALUE_HELP

@Search.searchable: false
define view I_PRAInterestStatusCodeVH as select from dd07l
  association [0..1] to I_PRAInterestStatusText as _Text on $projection.PRAInterestCalculationStatus = _Text.PRAInterestCalculationStatus
                                                        and _Text.Language  = $session.system_language 
{
      @ObjectModel.text.association: '_Text'
      @Search                         : {ranking: #HIGH, defaultSearchElement: true, fuzzinessThreshold: 0.8}      
  key cast (domvalue_l as /pra/int_calc_stat) as PRAInterestCalculationStatus,
      _Text
}
where
      domname  = '/PRA/INT_CALC_STAT'
  and as4local = 'A'