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

Convert hours into mins.

Former Member
0 Likes
2,805

Hi Abapers and Experts

In my requirment i want to convert from hours into minutes.

For example 0.90 hrs can be converted into mins.

Is there any function module to this or is there any other formula....

How can i achieve. I tried already. but i cant fulfill my query.

Thanks and regards.

Arvind NN

Hi Abapers and Experts

In my requirment i want to convert from hours into minutes.

For example 0.90 hrs can be converted into mins.

Is there any function module to this or is there any other formula....

How can i achieve. I tried already. but i cant fulfill my query.

Thanks and regards.

Arvind NN

3 REPLIES 3
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,400

Hi,

You need a FM to convert hours to mins 😮

Elementary maths tells me 1hr = 60 mins, so using unitary method i can get:

0.90 hrs = 0.90 * 60 mins = 54 mins

So basically you need a FM which will multiply 60 with your input & this can be done by writing 1 line of code

Cheers,

Suhas

Read only

Former Member
0 Likes
1,400

Well Said Suhas

Read only

matt
Active Contributor
0 Likes
1,400

This forum is not for people who need help with basic maths. Thread locked.