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

Time UM conversions

Former Member
0 Likes
574

Hi,

anyone knows if exists any standard solution (for example a Function Module) to convert a time measure with its own unit of measure in another value coresponding to anoher time UM?

For Example: having a X value with UM = Y, we need to obtain the Xs value in UM = Seconds (if X = 1 and UM = minutes we obtain Xs= 60).

Thank you for the help

Hi,

anyone knows if exists any standard solution (for example a Function Module) to convert a time measure with its own unit of measure in another value coresponding to anoher time UM?

For Example: having a X value with UM = Y, we need to obtain the Xs value in UM = Seconds (if X = 1 and UM = minutes we obtain Xs= 60).

Thank you for the help

2 REPLIES 2
Read only

Former Member
0 Likes
537

Have you looked at UNIT_CONVERSION_SIMPLE?

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
537

A normal arithmetic formula can be applied . Why do you need a function for this.

Its always 60 seconds for a minute . A function module will not return mor than that

Keshav