SAP ABAP Data Element BRF_N_ON_FALSE_ACTIONS (Number of Subactions for Undo Section of an Action)
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_N_ON_FALSE_ACTIONS
Short Description Number of Subactions for Undo Section of an Action  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type BRF_COUNT    
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 10    
Value Table      
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 SbAct Undo 
Medium 17 No.Subactns Undo 
Long 37 No.of Subactions for Undo Part 
Heading 37 No.of Subactions for Undo Part 
Documentation

Definition

Number of subactions that are executed in the Undo part of a concrete action.

'Undo' means the following:

In a BRF rule you can define a condition for execution of an action. If the condition for execution of the action is not fulfilled, in other words, the condition returns the value FALSE, then the system executes the Undo part of an action.

The implementing class of the concrete action decides whether an action can be undone or not. In the standard BRF, only action type 0FM001 (Execute Function Module) can be undone.

Use

Dependencies

The abstract BRF actions displays the number of subactions for the concrete actions.

Example

With action type 0FM001, you can call other function modules in the Undo part than you can in the Do part, for example.

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