2007 May 23 8:22 PM
is there a standard FM that will convert a field value to hours? I have some in seconds & minutes and I need to convert all to hours. I do have the unit filed as well
2007 May 23 8:44 PM
is there a standard FM that will convert a field value to hours? I have some in seconds & minutes and I need to convert all to hours. I do have the unit filed as well
2007 May 23 8:42 PM
v_time_diff type i.
v_date_diff = date2 - date1.
v_time_diff = time2 - time1. " Gives difference in seconds
v_time_diff = v_time_diff / 60. " Gives difference in Minutes
FM : /SDF/CMO_DATETIME_DIFFERENCE
L_TO_TIME_DIFF
2007 May 23 8:44 PM
2007 May 23 9:06 PM
Do you know what input needs to be? I thought a number but it says invalid
2007 May 23 10:03 PM
2007 May 23 10:40 PM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |