I_FinSubstitutionRuleSubstn
Substitution Rule Definition
I_FinSubstitutionRuleSubstn is a Basic CDS View that provides data about "Substitution Rule Definition" in SAP S/4HANA. It reads from 1 data source (finre_ui_substn) and exposes 12 fields with key fields FinSubstitutionValidationRule, IsActive, FinSubstnValdtnRuleExprSqnc.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| finre_ui_substn | finre_ui_substn | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFINRESUBSTNRL03 | view | |
| Search.searchable | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Substitution Rule Definition | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinSubstitutionValidationRule | finsubstitutionvalidationrule | ||
| KEY | IsActive | isactive | ||
| KEY | FinSubstnValdtnRuleExprSqnc | finsubstnvaldtnruleexprsqnc | ||
| FinSubstnRuleSubstnValType | finsubstnrulesubstnvaltype | |||
| FinSubstnRuleTargetField | finsubstnruletargetfield | |||
| FinSubstnRuleSubstitutionType | finsubstnrulesubstitutiontype | |||
| FinSubstnRuleSubstitutionValue | finsubstnrulesubstitutionvalue | |||
| FinSubstnValdtnRuleFieldPath2 | finsubstnvaldtnrulefieldpath2 | |||
| SubstitutionIsSkipped | substitutionisskipped | |||
| FinSubstnCstmBusObjCDSView | finsubstncstmbusobjcdsview | |||
| FinSubstnCstmBusObjSrceFld | finsubstncstmbusobjsrcefld | |||
| FinSubstnValdtnFuncCallRight | finsubstnvaldtnfunccallright |
@AbapCatalog.sqlViewName: 'IFINRESUBSTNRL03'
@Search.searchable: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Substitution Rule Definition'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #C,
sizeCategory: #L
}
}
define view I_FinSubstitutionRuleSubstn as select from finre_ui_substn {
@Search.defaultSearchElement: true
key finsubstitutionvalidationrule as FinSubstitutionValidationRule,
key isactive as IsActive,
key finsubstnvaldtnruleexprsqnc as FinSubstnValdtnRuleExprSqnc,
finsubstnrulesubstnvaltype as FinSubstnRuleSubstnValType,
finsubstnruletargetfield as FinSubstnRuleTargetField,
finsubstnrulesubstitutiontype as FinSubstnRuleSubstitutionType,
finsubstnrulesubstitutionvalue as FinSubstnRuleSubstitutionValue,
finsubstnvaldtnrulefieldpath2 as FinSubstnValdtnRuleFieldPath2,
substitutionisskipped as SubstitutionIsSkipped,
finsubstncstmbusobjcdsview as FinSubstnCstmBusObjCDSView,
finsubstncstmbusobjsrcefld as FinSubstnCstmBusObjSrceFld,
finsubstnvaldtnfunccallright as FinSubstnValdtnFuncCallRight
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINRE_UI_SUBSTN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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