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
Where do you create indexes in abap?
what is the t-code to link technical and functional operation?
What is read line in abap?
Under Data Transfer Portion of ABAP, what do you mean by DX Project
Name a few data dictionary objects?
What is the difference between Exit and Stop?
What are uses of foreign key?
Explain the disadvantage of using exec sql statement in abap?
What is the tcode to create indexes?
What is database utility? : abap data dictionary
What is at exit-command:?
Can we set page headers to details lists?
Write special commands of list?
How can one distinguish between different kinds of parameters? : abap modularization
Explain the types of bdc's?