SAP ABAP Data Element RECDROUNDUNIT (Unit to be rounded up to)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-CN (Application Component) Real Estate Contract
     RE_CD_CD (Package) RE: Conditions
Basic Data
Data Element RECDROUNDUNIT
Short Description Unit to be rounded up to  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type NUM04    
Data Type NUMC   Character string with only digits 
Length 4    
Decimal Places 0    
Output Length 4    
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 Unit 
Medium 15 Rounding Unit 
Long 20 Rounding Unit 
Heading RdUn 
Documentation

Definition

Unit to which you want to round.

Use

Together with the rounding category and the number of places, determines the unit to which the system rounds.

Dependencies

Example

When arithmetic rounding is used, the amount is rounded as follows based on the settings made:

  • Number of places: 2
    Unit: 5
    6878.68 is rounded to 6878.70
    6878.67 is rounded to 6878.65
  • Number of places: 1
    Unit: 5
    6878.75 is rounded to 6879.00
    6878.74 is rounded to 6878.50
  • Number of places: 0
    Unit: 5
    6877.50 is rounded to 6880.00
    6877.49 is rounded to 6875.00
  • Number of places: 0
    Unit: 50
    6875.00 is rounded to 6900.00
    6874.99 is rounded to 6850.00
  • Number of places: 1
    Unit: 0
    6878.65 is rounded to 6878.70
    6878.64 is rounded to 6878.60
  • Number of places: 0
    Unit: 0
    6878.50 is rounded to 6879.00
    6878.49 is rounded to 6878.00
  • Number of places: 0
    Unit: 10
    6875.00 is rounded to 6880.00
    6874.99 is rounded to 6870.00

History
Last changed by/on SAP  20030326 
SAP Release Created in 200