SAP ABAP Data Element /SAPAPO/FLG_NK2 (Add Up Decimal Places)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   SCM-BAS (Application Component) SCM Basis
     /SAPAPO/SCMB_FORECAST (Package) Forecast
Basic Data
Data Element /SAPAPO/FLG_NK2
Short Description Add Up Decimal Places  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type /SAPAPO/FCSTFLAG    
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 Add 
Medium 15 Add Up 
Long 28 Add Up Decimal Places 
Heading 28 Add Up Decimal Places 
Documentation

Definition

If you set this indicator, the system rounds decimal places in a different manner to the normal system behavior.

The first value in a series of forecast values is rounded up to the next integer value. The (negative) remainder is passed on to the next bucket and added to the value in the next bucket. The integer part is written to the screen and the remainder passed on the next bucket, where the process is repeated. As a result the overall error due to rounding effects is reduced.

Example

Calculated value    0.7    0.7    0.7    0.7

'Old logic'    0    0    0    0

'New logic    1    0.7-0.3=0.4    0.7+0.4=1.1    0.7+0.1=0.8

Result    1    0    1    0

History
Last changed by/on SAP  20130604 
SAP Release Created in 401