I_IntraBkStaRule

DDL: I_INTRABKSTARULE SQL: IINTRABKSTARULE Type: view BASIC

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)

SourceAliasJoin Type
fclm_brm_rule fclm_brm_rule from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_IntraBkStaRuleText _Text $projection.IntraBkStaRuleExternalID = _Text.IntraBkStaRuleExternalID

Annotations (15)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FCLM_BRM_RULE"
],
"ASSOCIATED":
[
"I_INTRABKSTARULETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/