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

How often ABAP program executed

Former Member
0 Likes
355

Hi

Is there a SAP standard transaction that records the number of times a program is executed within a given period.

I do not want to implement the user exit which exists to provide for similar functionality.

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
326

Hi ,

Use TCODE STAT

Read only

Former Member
0 Likes
326

Check Tcode STAT

using tcode SUIM u can find out number of times of execution of a tcode

Regards