Application Development 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: 

value 1.33 and needs to be converted as 1.20 hrs

Former Member
0 Kudos

Hi Friends,

I am converting a floating point into character using FM u201D FLTP_CHAR_CONVERSION_FROM_SIu201D , I am getting a char value but I want that value to be converted into hours.

Eg. i am getting char value as 1.33 and needs to be converted as 1.20 hrs

thanks in advance.

2 REPLIES 2

Former Member
0 Kudos

What's the problem? It's seems like just a matter of simple arithmetic.

.33 of an hour is 20 minutes.

Rob

Former Member
0 Kudos

implement by logic not by FM,

you can do it.