Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

data conversion

Former Member
0 Likes
381

hi,

Can anybody provide me logic for converting data of floating point type to cuurency type.

thanks in advance

neha

2 REPLIES 2
Read only

Former Member
0 Likes
360

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

Read only

0 Likes
360

Hi,

Use this functin module

KKEK_CONVERT_FLOAT_TO_CURR