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
What is the difference between data elements and domains? : abap data dictionary
What are the data classes in abap?
What is the table buffer?
What are the classifications of the sap abap data classes?
What type of user exits have you written ?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What is help view?
How to read 5th record from Hash Internal Table?
How many types of size categories and data classes are there? : abap data dictionary
Define external layer?
What are the functional modules used in sequence in bdc? : abap hr
What is an Open Item in SAP? How will you find an Open Item in SAP?
What is the difference between leave transaction and call transaction?
How to create any functions?