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 difference between set screen and call screen ?
Explain the table, which contain the details of all the name of the programs and forms?
How we format the data before writing a statement in the report?
What is personnel sub are
Do you know any other patterns if yes.. explain
wht is the diff. b/n initialization and lotus of event
What is your approach for writing a bdc program? : abap bdc
How does the system handle roll areas for external program components?
Does the external program run in the same sap luw as the caller, or in a separate one?
Define external layer? : abap data dictionary
How to create a link between modified form and modified print program?
What are two methods of modifying sap standard tables? : abap data dictionary
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What is the purpose of sum statement?
Explain the difference between tables and structures?