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: 

FM To Convert Minute into Hour

0 Kudos

I am searching for FM

1. To convert minute into hour

or

2. To convert From Date / From Time To To Date / To Time & value in Time ..

Thanks

Ankesh Jindal

3 REPLIES 3

Former Member
0 Kudos

>

> I am searching for FM

>

> 1. To convert minute into hour

why do you need fm for this? just use: min / 60 to get hours.

>

> 2. To convert From Date / From Time To To Date / To Time & value in Time ..

could you please explain this?

Former Member
0 Kudos

Hi, probably you have to write your own FM. In our ECC 6 system I can not find a FM. In ABAP you can subtract two dates and it will give you the number of days. So the main issue is solved by ABAP. Succes

0 Kudos

I got the soln

1. ) To Convert From (Date/Time) to To(Date/Time) in minutes is :

/SDF/CMO_DATETIME_DIFFERENCE

DELTA_TIME_DAY_HOUR

2. To Convert Minute into Hour : CONVERSION_EXIT_SDURA_OUTPUT