‎2008 Mar 18 6:39 AM
Hi ABAPers,
I want to find difference of two variable values of type
Time Stamp.If i am using offset string operation it throws an
error.At runtime time stamp values diaplay like this 200080229183000
If any one having the inforamtion realted to this. Please send
solution.
thanks in advance,
ragards,
kishore.
‎2008 Apr 19 4:42 PM
Guys ..
Its pretty simple.. Treat time stamps just like numbers...
difference in Seconds = TSTMP_1 - TSTMP_2.
Job done..
‎2008 Mar 18 6:44 AM
Use FM CCU_TIMESTAMP_DIFFERENCE to find the difference between 2 timestamps
‎2008 Mar 18 6:51 AM
USE FM - CCU_TIMESTAMP_DIFFERENCE - Measurement of Concurrent Users
Hope this helps.
Regards
Vinayak
‎2008 Apr 19 4:42 PM
Guys ..
Its pretty simple.. Treat time stamps just like numbers...
difference in Seconds = TSTMP_1 - TSTMP_2.
Job done..
‎2011 Sep 15 11:03 AM