In Data Types.,Packed p?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / k.nagalakshmi
it will display exact value as it is.for ex:1.23456
where as floating point F display the round off value for
ex:1.2
Is This Answer Correct ? | 2 Yes | 2 No |
Explain the systems fields used for interactive lists and lists?
Where do you code the hide statement?
what is the meaning of SCREEN-INPUT = '0/1', SCREEN-ACTIVE = '0/1'. in event AT SELECTION-SCREEN OUTPUT
)what is the significance of main window in a page, what are the types of windows? briefly explain the types of windows
Explain the advantage of structures?
what is the difference b/w linear search and binary search? (how can these search)
15 Answers HCL, IBM,
List some of the many different ways that the sap standard functionality can be changed by a customer?
How do you find the information on the current screen? : abap bdc
Which bdc you prefer? : abap bdc
How to debug a smart form?
5 Answers IBM, Mind Tree, TCS,
What is the meaning of sap r/3?
What are the different abap editors? What is the used of different editors in abap?