I_FinSubstitutionRuleSubstn

DDL: I_FINSUBSTITUTIONRULESUBSTN SQL: IFINRESUBSTNRL03 Type: view BASIC

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)

SourceAliasJoin Type
finre_ui_substn finre_ui_substn from

Annotations (11)

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

KeyFieldSource TableSource FieldDescription
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":""
}
}*/