‎2012 Mar 28 5:02 PM
Hi.
I am a new user !
Module that calcutes the function is the difference between the two pieces of data I'm looking at.
Help me please..
Moderator message : Vague question, discussion locked.
Message was edited by: Vinod Kumar
‎2012 Mar 28 5:05 PM
Hi
You can use
data difftime type sy-uzeit.
data time2 type sy-uzeit.
data time1 type sy-uzeit.
........
DiffTime = Time1-time2.
Thanks,
Chandra
‎2012 Mar 28 5:10 PM
HI
Try Class CL_TIMECALC and method is DIFF_TIMES
Thanks,
Chandra
‎2012 Mar 28 5:26 PM
‎2012 Mar 28 6:00 PM
HI
CL_TIMECALC and method is DIFF_TIMES used , but the negative.