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

T-Code

Former Member
0 Likes
714

what is the transaction code to check how many times the program executed.

Cheers,

Reethu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
673

Hey as previous users said, use The T-code STAT to check how many times reports or other transaction has been executed but only BASIS ppl will have the authorization for that.

Cheers,

Satish.

6 REPLIES 6
Read only

Former Member
0 Likes
673

Hi,

Use STAT T-code

Rewards if useful

Regards

Read only

Former Member
0 Likes
673

Hi Reethu,

I do not think there is any such T-code as of now to determine the number of times the code has been executed but very soon with Netweaver 7.1 SAP is coming up with a tool called Code Covering analysis which would tell you how many times and what all lines of your code was executed by the tester while testing.

It would be very interesting once that tool comes into market.

Read only

Former Member
0 Likes
673

Hi Reethu,

Try STAT.

Reward if useful.

Regards,

Chandru

Read only

former_member313782
Active Participant
0 Likes
673

Hi Reethu,

There is no such transaction as such.

Even the T-code STAT given by the others doesnot exist in SAP GUI 6.0.

Lets see if anything of that sort comes up in the next versions.

if i get to know i ll surely share it with you.

Anyways, why do you need that ?

Kindly reward if useful.

Regards,

Jose

Read only

Former Member
0 Likes
673

Reethu,

Use Tcode STAD - System statistics, for informationincluding which tcodes are being used by which users for a period.

Report RSSTAT20 - gives you inofrmation like Users Vs Transactions for a period.

There is another FM SAPWL_WORKLOAD_GET_STATISTC to do similar job.

hope this helps

Vinodh Balakrishnan

Read only

Former Member
0 Likes
674

Hey as previous users said, use The T-code STAT to check how many times reports or other transaction has been executed but only BASIS ppl will have the authorization for that.

Cheers,

Satish.