I_PRAFormulaTermRule
PRA Formula Term Rule
I_PRAFormulaTermRule is a Basic CDS View that provides data about "PRA Formula Term Rule" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field FormulaTermRule. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_PRAFormulaTermRuleText | _PRAFormulaTermRuleText | $projection.FormulaTermRule = _PRAFormulaTermRuleText.FormulaTermRule and _PRAFormulaTermRuleText.Language = $session.system_language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | PRA Formula Term Rule | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | IPRAFMLTRMRLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #META | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FormulaTermRule | |||
| _PRAFormulaTermRuleText | _PRAFormulaTermRuleText |
@EndUserText.label: 'PRA Formula Term Rule'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPRAFMLTRMRLE'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ObjectModel.usageType.sizeCategory: #S
//@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #META
define view I_PRAFormulaTermRule
as select from dd07l
association [0..1] to I_PRAFormulaTermRuleText as _PRAFormulaTermRuleText on $projection.FormulaTermRule = _PRAFormulaTermRuleText.FormulaTermRule and
_PRAFormulaTermRuleText.Language = $session.system_language //NSRA
{
@ObjectModel.text.association : '_PRAFormulaTermRuleText'
key cast ( domvalue_l as oiu_oic_foravb ) as FormulaTermRule,
_PRAFormulaTermRuleText
}
where domname = 'OIU_FORAVB_EXIT'
and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PRAFORMULATERMRULETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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