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

Regarding Time Stamp Difference

Former Member
0 Likes
636

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.

1 ACCEPTED SOLUTION
Read only

former_member69765
Contributor
0 Likes
598

Guys ..

Its pretty simple.. Treat time stamps just like numbers...

difference in Seconds = TSTMP_1 - TSTMP_2.

Job done..

4 REPLIES 4
Read only

Former Member
0 Likes
598

Use FM CCU_TIMESTAMP_DIFFERENCE to find the difference between 2 timestamps

Read only

Former Member
0 Likes
598

USE FM - CCU_TIMESTAMP_DIFFERENCE - Measurement of Concurrent Users

Hope this helps.

Regards

Vinayak

Read only

former_member69765
Contributor
0 Likes
599

Guys ..

Its pretty simple.. Treat time stamps just like numbers...

difference in Seconds = TSTMP_1 - TSTMP_2.

Job done..

Read only

0 Likes
598

Solved