Application Development 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: 

Regarding Time Stamp Difference

Former Member
0 Kudos

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

former_member69765
Contributor
0 Kudos

Guys ..

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

difference in Seconds = TSTMP_1 - TSTMP_2.

Job done..

4 REPLIES 4

Former Member
0 Kudos

Use FM CCU_TIMESTAMP_DIFFERENCE to find the difference between 2 timestamps

Former Member
0 Kudos

USE FM - CCU_TIMESTAMP_DIFFERENCE - Measurement of Concurrent Users

Hope this helps.

Regards

Vinayak

former_member69765
Contributor
0 Kudos

Guys ..

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

difference in Seconds = TSTMP_1 - TSTMP_2.

Job done..

0 Kudos

Solved