SAP ABAP Data Element J_3RF_REP_CALCDIR (Attributes calculation direction)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-LOC (Application Component) Localization
⤷
J3RFTAX (Package) Tax Accounting
⤷
⤷
Basic Data
| Data Element | J_3RF_REP_CALCDIR |
| Short Description | Attributes calculation direction |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | FLAG | |
| 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 | calcdirect |
| Medium | 15 | Calc direction |
| Long | 32 | Attributes calculation direction |
| Heading | 32 | Attributes calculation direction |
Documentation
Definition
This flag determines the order in which attributes of different hierarchy levels are calculated.
Use
Unset this flag to calculate lower-level attributes before higher-level attributes.
Dependencies
Example
Sample tree:
- Node 1
- Attribute 1 = (Attribute 3 + Attribute 4)
- Attribute 2
- Node 2
- Attribute 3
- Attribute 4
- Attribute 5
If this flag is set, value of the Attribute 1 cannot be calculated properly, because its value depends on the lower-level attributes 3 and 4. Therefore, Attribute 1 will be calculated as zero.
If this flag is unset, values of attributes would be evaluated in this order:
- Attribute 3
- Attribute 4
- Attribute 1
- Attribute 2
- Attribute 5
History
| Last changed by/on | SAP | 20130529 |
| SAP Release Created in | 607 |