‎2008 Jan 12 9:44 AM
what is the transaction code to check how many times the program executed.
Cheers,
Reethu.
‎2008 Jan 12 4:56 PM
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.
‎2008 Jan 12 10:11 AM
‎2008 Jan 12 10:11 AM
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.
‎2008 Jan 12 12:44 PM
‎2008 Jan 12 12:56 PM
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
‎2008 Jan 12 1:15 PM
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
‎2008 Jan 12 4:56 PM
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.