SAP ABAP Data Element BRF_IMPL_ACTION (BRF: Implicit Actions)
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_IMPL_ACTION
Short Description BRF: Implicit Actions  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type BRF_ACTION    
Data Type CHAR   Character String 
Length 20    
Decimal Places 0    
Output Length 20    
Value Table TBRF170    
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 Impl.Actn 
Medium 16 Implicit Action 
Long 20 Implicit Action 
Heading 16 Implicit Action 
Documentation

Definition

Use

The BRF always operates according to the following pattern:

if <expression> then <actions>.

This means that the calculation of expressions and the execution of (explicit) actions can be split.

However, if you want to deviate from this pattern, you can use implicit actions. For example, this is the case if an action is to be executed while an expression is being processed.

Dependencies

Example

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