‎2008 Aug 14 2:56 PM
‎2008 Aug 14 3:33 PM
Hi,
Try function module CONVERSION_EXIT_FLTPC_OUTPUT
Hope it will solve your query.
Thanks,
Kamesh Bathla
‎2008 Aug 14 2:58 PM
Check these FMs -
KKEK_CONVERT_FLOAT_TO_CURR
CHAR_FLTP_CONVERSION
and this routine..
data: a type string value '10E+02'.
data: b type f.
data: c type p.
b = a.
c = b.
write:/ b, c.
‎2008 Aug 14 3:33 PM
Hi,
Try function module CONVERSION_EXIT_FLTPC_OUTPUT
Hope it will solve your query.
Thanks,
Kamesh Bathla
‎2008 Aug 15 8:35 AM
Hi,
I would like to ask what is different between function module to function group?
Thanks in advance