Answer Posted / k.nagalakshmi
The valid length for packed numbers is between 1 and 16
bytes; two decimal places are packed into one byte, whereby
the last byte only contains one place and the plus/minus
sign; after the decimal separator, up to 14 decimal places
are permitted. Depending on the field length len and the
number of decimal places dec, the following applies for the
value area: (-10^(2len -1) +1) / (10^(+dec)) to (+10^(2len -
1) -1) /(10^(+dec)) in steps of 10^(-dec). Values in
between this range are rounded off.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How to copy table across clients?
What is an rdbms?
Name some data dictionary objects?
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What are client dependent objects in abap/sap?
Can there be more than 1 main window in sap script?
What is sap abap data classes?
What is the function of a data element? : abap data dictionary
Can you set up background processing using call transaction?
ABAP : Classical reports events name
What is the use of the raising exception? : abap modularization
What are the different functions used in sap script? What are the parameters used in each function?
How can you find the field/data underlying a transaction?
How do you convert non-char field into char type fields ?
What is a matchcode?