SAP ABAP Data Element RUNDART (Rounding Category)
Hierarchy
IS-UT (Software Component) SAP Utilities/Telecommunication
   IS-U-BI (Application Component) Contract Billing
     EE20 (Package) IS-U: Billing
Basic Data
Data Element RUNDART
Short Description Rounding Category  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RUNDART    
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 Round.Cat. 
Medium 15 Rounding Cat. 
Long 20 Rounding Category 
Heading RT 
Documentation

Definition

Principle used for rounding

Example

+ Rounded up
Specify a +2 for rounding to be carried out to two decimal places.
13.3001037 ==> Rounded to: 13.31
0.275 ==> Rounded to: 0.28
0.274 ==> Rounded to: 0.28
873.7994 ==> Rounded to: 873.80

- Rounded down
Specify a -2 for rounding to be carried out to two decimal places.
13.3001037 ==> Rounded to: 13.30
0.275 ==> Rounded to: 0.27
0.274 ==> Rounded to: 0.27
873.7994 ==> Rounded to: 873.79

X Rounded to the nearest whole number
Specify a +2 for rounding to be carried out to two decimal places.
13.3001037 ==> Rounded to: 13.30
0.275 ==> Rounded to: 0.28
0.274 ==> Rounded to: 0.27
873.7994 ==> Rounded to: 873.80

History
Last changed by/on SAP  20050224 
SAP Release Created in