SAP ABAP Data Element DZAEHL (Numerator for conversion to SI unit)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ASF-UOM (Application Component) Units of Measurement
     SZME (Package) R/3 Central Basis Development: Measurement Units
Basic Data
Data Element DZAEHL
Short Description Numerator for conversion to SI unit  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 11    
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 Numerator 
Medium 15 Numerator 
Long 20 Numerator 
Heading 10 Numerator 
Documentation

Definition

Use

  1. Simplified formula:
    Measurement unit = (N/D) x SI unit
  2. Complete formula:
    A * measurement unit = (A * N/D * 10**E + K) * SI unit

A = number of measurement units
N = numerator
D = denominator
E = exponent (only required in the case of very large or very small
numbers)
K = additive constant (only required for temperature conversions)

Procedure

Examples

  1. Dimension length
    Measurement unit mm (millimeter)
    SI unit m (meter)
    1 mm = (1/1000) * meter
  2. Dimension temperature
    Measurement unit °F (Fahrenheit)
    SI unit K (Kelvin)
    32 °F = (32 * 5/9 * 10**0 + 255,37) * K = 273,15 K = 0 °C

Dependencies

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