In Data Types.,Packed p?

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


Please Help Members By Posting Answers For Below Questions

What is the difference between getting and get late?

590


Explain about interactive report?

609


On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?

598


How do you document abap/4 programs? Do you use program documentation menu option?

701


Explain what are extracts?

630






What is a table cluster? : abap data dictionary

738


Final class

1019


What is the different between abap and ooabap? Why do we use ooabap?

637


What are the advantages and disadvantages of different types of bdc's?

547


How do I find the output type of a table or a program?

593


What is hotspot?

927


What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr

538


Why grouping of fields is required? What is the max no of modification groups for each field?

562


In an abap/4 program how do you access data that exists on a presentation server vs on an application server?

639


A subroutine can be terminated unconditionally using exit. State true or false : abap modularization

613