I_PRAInterestFormulaNumberVH
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)
| Source | Alias | Join Type |
|---|---|---|
| /pra/int_frml | /pra/int_frml | from |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_STATEINTERESTOPTIONMANAGE | UI_STATEINTERESTOPTIONMANAGE | V4 | NOT_RELEASED | |
| UI_STATEINTERESTOPTIONMANAGE | UI_STATEINTOPTIONMANAGE | V2 | C1 | NOT_RELEASED |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
};
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA