I_IntraBkStaRule
Rule of importing intraday bank statement
I_IntraBkStaRule is a Basic CDS View (Dimension) that provides data about "Rule of importing intraday bank statement" in SAP S/4HANA. It reads from 1 data source (fclm_brm_rule) and exposes 3 fields with key field IntraBkStaRuleExternalID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fclm_brm_rule | fclm_brm_rule | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_IntraBkStaRuleText | _Text | $projection.IntraBkStaRuleExternalID = _Text.IntraBkStaRuleExternalID |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IINTRABKSTARULE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | IntraBkStaRuleExternalID | view | |
| EndUserText.label | Rule of importing intraday bank statement | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AbapCatalog.buffering.numberOfKeyFields | 1 | view | |
| Search.searchable | true | view | |
| Metadata.allowExtensions | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | IntraBkStaRuleExternalID | ext_rule_id | ||
| IntraBkStaRuleInternalID | rule_id | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IINTRABKSTARULE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'IntraBkStaRuleExternalID'
@EndUserText.label: 'Rule of importing intraday bank statement'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.buffering.numberOfKeyFields: 1
@Search.searchable: true
@Metadata.allowExtensions:true
define view I_IntraBkStaRule
as select from fclm_brm_rule
association [0..*] to I_IntraBkStaRuleText as _Text on $projection.IntraBkStaRuleExternalID = _Text.IntraBkStaRuleExternalID
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement:true
@Search.fuzzinessThreshold:0.8
@Search.ranking:#HIGH
key ext_rule_id as IntraBkStaRuleExternalID,
rule_id as IntraBkStaRuleInternalID,
_Text
}
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