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

Timer in ABAP report

Former Member
0 Likes
858

Hi Experts,

I got a requirement to include a timer in the report that will show the time elapsed during the running of the report.

It was told there is some function module for that. If anybody can help on this .

Thanks,

Shibaji.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

hi,

use this syntax

GET TIME [FIELD tim].

read its documentation(F1 hlp)

it works like dis,

GET TIME <FIELD>. field = 0

........

.......

GET TIME <FIELD>. field = time elapsed from previous get time statement

Hi Experts,

I got a requirement to include a timer in the report that will show the time elapsed during the running of the report.

It was told there is some function module for that. If anybody can help on this .

Thanks,

Shibaji.

2 REPLIES 2
Read only

Former Member
0 Likes
487

hi,

use this syntax

GET TIME [FIELD tim].

read its documentation(F1 hlp)

it works like dis,

GET TIME <FIELD>. field = 0

........

.......

GET TIME <FIELD>. field = time elapsed from previous get time statement

Read only

Former Member
0 Likes
486

Hi,

Check the following link:

http://sap-img.com/fu014.htm

Regards,

Bhaskar