SAP ABAP Data Element DECIP (Number of decimal places)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-SL-IS (Application Component) Information System
     GRWT (Package) Report Painter / Report Writer
Basic Data
Data Element DECIP
Short Description Number of decimal places  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type DECIP    
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 Places 
Medium 15 Decimal places 
Long 20 Decimal places 
Heading ND 
Documentation

Definition

This field defines the maximum number of decimal places shown in the report, taking into account the respective scaling factor. The system prints only the required decimal places for currencies for which the total of currency-specific decimal places and scaling factor is less than the defined maximum.

You can define up to six different decimal formats in one report using the format groups.

Examples:

  • No. of decimal places = 3
    Scaling factor = 0
    Currency = USD (2 decimal places)
    Amount = 100.24 USD
    List output = 100.24
  • No. of decimal places = 1
    Scaling factor = 0
    Currency = USD (2 decimal places)
    Amount = 100.24 USD
    List output = 100.2
  • No. of decimal places = 6
    Scaling factor = 3
    Currency = USD (2 decimal places)
    Amount = 100.24 USD
    List output = 0.10024
  • No. of decimal places = 4
    Scaling factor = 3
    Currency = USD (2 decimal places)
    Amount = 100.24 USD
    List output = 0.1002

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