SAP ABAP Data Element BRF_EXPRESSION (BRF: Expression)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BRF (Application Component) Business Rule Framework
     SBRF (Package) Business Rule Framework
Basic Data
Data Element BRF_EXPRESSION
Short Description BRF: Expression  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type BRF_EXPRESSION    
Data Type CHAR   Character String 
Length 20    
Decimal Places 0    
Output Length 20    
Value Table TBRF150    
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Expression 
Medium 15 Expression 
Long 20 Expression 
Heading Expressn 
Documentation

Definition

Expressions are the most important BRF objects alongside events and actions. An expression is characterized by the fact that it delivers a result. Each expression is therefore directly or indirectly derived from CL_EXPRESSION_BASE_BRF.

In an expression the following data is processed on the basis of a freely definable regulation (calculation rule, for example):

  • Data of the application (such as data on the current claim in the Claims Management system)
  • Data on the objects related to the application (related to the current claim in the Claims Management system)

When the data is processed, the expression yields a result with any primitive type (for example, Boolean, integer, character).

History
Last changed by/on SAP  20110908 
SAP Release Created in 464