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 Program Run Frequency

sreeramkumar_madisetty
Active Contributor
0 Likes
509

Hi

I was created 1 report and moved to Production.

Now my requirement is i want to know how frequently that report is using in the production by the users.( Frequency of the program in Production).

Can anyone give me idea.

Points are assured for useful answers.

Regards,

Sreeram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
479

did u check the tcode <b>STAD</b>, don't know if it can serve ur purpose

also check the tcode <b>ST03N</b>

Message was edited by:

Rajesh

3 REPLIES 3
Read only

Former Member
0 Likes
480

did u check the tcode <b>STAD</b>, don't know if it can serve ur purpose

also check the tcode <b>ST03N</b>

Message was edited by:

Rajesh

Read only

Former Member
0 Likes
479

Hi,

If that report is being used as a batch job, then u can use transaction SM37 to know.

Goto SM37 --> Put Jobname as *, User name as * Put a date range and the ABAP Program name as ur report name.

This will give u the list of the jobs which have been executed in the given date range and are using the report.

Regards,

Himanshu

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
479

It's answered