I_PRAFormulaTermItemRule
PRA Formula Term Item Calc Rule
I_PRAFormulaTermItemRule is a Basic CDS View that provides data about "PRA Formula Term Item Calc Rule" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PricingTermCalcRule. 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_PRAFormulaTermItemRuleText | _PRAFormulaTermItemRuleText | $projection.PricingTermCalcRule = _PRAFormulaTermItemRuleText.PricingTermCalcRule and _PRAFormulaTermItemRuleText.Language = $session.system_language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | PRA Formula Term Item Calc Rule | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | IPRAFMLTRMITMRLE | 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 | #L | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #META | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PricingTermCalcRule | |||
| _PRAFormulaTermItemRuleText | _PRAFormulaTermItemRuleText |
@EndUserText.label: 'PRA Formula Term Item Calc Rule'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPRAFMLTRMITMRLE'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #META
define view I_PRAFormulaTermItemRule
as select from dd07l
association [0..1] to I_PRAFormulaTermItemRuleText as _PRAFormulaTermItemRuleText on $projection.PricingTermCalcRule = _PRAFormulaTermItemRuleText.PricingTermCalcRule and
_PRAFormulaTermItemRuleText.Language = $session.system_language //NSRA
{
@ObjectModel.text.association : '_PRAFormulaTermItemRuleText'
key cast ( domvalue_l as oiu_oic_trmex ) as PricingTermCalcRule,
_PRAFormulaTermItemRuleText
}
where domname = 'OIU_TERM_EXIT'
and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PRAFORMULATERMITEMRULETEXT"
],
"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