SAP ABAP Data Element BRF_INVALIDATE (Result of Expression Is Invalidated After Calculation)
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_INVALIDATE |
Short Description | Result of Expression Is Invalidated After Calculation |
Data Type
Category of Dictionary Type | D | Domain |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | BOOLE | |
Data Type | CHAR | Character String |
Length | 1 | |
Decimal Places | 0 | |
Output Length | 1 | |
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 | Invalidate |
Medium | 15 | Invalidate |
Long | 20 | Invalidate |
Heading | 12 | Invalidate |
Documentation
Definition
Use
Means that the system invalidates the result of this expression after each query (in other words, it sets the result to invalid). This means:
- The system calculates the result of the expression anew with every query.
- The system calculates all used subexpressions anew.
This means that you can react to any changes in the context.
Attention:
If you set this indicator, you deactivate the cross-event buffering and therefore restrict the reuse of expressions. This can have a negative effect on performance.
For this reason, only set this indicator if both of the following conditions are fulfilled:
- The system calculates the expression several times within an event.
- The calculation of the expression is dependent on the context. This context can be changed while the event is being called (by actions, for example).
Dependencies
It does not make sense to set this indicator and the Application Buffering indicator simultaneously.
Example
In an expression with expression type Random Figure Generator you can calculate the random figure anew.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |