‎2005 Oct 27 9:20 AM
hi,
Can anybody provide me logic for converting data of floating point type to cuurency type.
thanks in advance
neha
‎2005 Oct 27 9:24 AM
what is the problem you are facing...?
data t1 type f .
t1 = '12.45'.
data t2 type bsid-dmbtr.
t2 = t1.
write 😕 t2.
rgds,
PJ
‎2005 Oct 27 9:27 AM