SAP PACKED NUMBER - Glossary

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/sap-help/index.php on line 54
ARTICLE

packed number
Numeric data type for saving numbers with decimal places or a number saved in a similar way. The associated predefined ABAP type is p. The number of decimal places is a property of the data type and not (as with floating point numbers) a property of the data itself. Calculations with packed numbers are made using fixed point arithmetic. The internal representation uses the BCD format.
ABAP_MORE_INFO