I_PRAInterestFormulaNumberVH

DDL: I_PRAINTERESTFORMULANUMBERVH SQL: IINTFRMNMR Type: view BASIC Package: OIU_VDM_CDS

PRA Interest Formula number

I_PRAInterestFormulaNumberVH is a Basic CDS View (Dimension) that provides data about "PRA Interest Formula number" in SAP S/4HANA. It reads from 1 data source (/pra/int_frml) and exposes 1 field with key field PRAInterestFormulaNumber. It is exposed through 2 OData services (UI_STATEINTERESTOPTIONMANAGE, UI_STATEINTERESTOPTIONMANAGE). Part of development package OIU_VDM_CDS.

Data Sources (1)

SourceAliasJoin Type
/pra/int_frml /pra/int_frml from

Annotations (18)

NameValueLevelField
EndUserText.label PRA Interest Formula number view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
Metadata.allowExtensions true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IINTFRMNMR view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey PRAInterestFormulaNumber view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view

OData Services (2)

ServiceBindingVersionContractRelease
UI_STATEINTERESTOPTIONMANAGE UI_STATEINTERESTOPTIONMANAGE V4 NOT_RELEASED
UI_STATEINTERESTOPTIONMANAGE UI_STATEINTOPTIONMANAGE V2 C1 NOT_RELEASED

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PRAInterestFormulaNumber frml_no
@EndUserText.label: 'PRA Interest Formula number'
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@Analytics.internalName:#LOCAL  
@Metadata.allowExtensions:true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IINTFRMNMR'
@AbapCatalog.preserveKey:true 
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.representativeKey: 'PRAInterestFormulaNumber'
@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: #S
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
define view I_PRAInterestFormulaNumberVH 
as select from /pra/int_frml
{ 
  key frml_no                          as PRAInterestFormulaNumber   
};