2007 May 22 10:50 AM
Hi Guys,
How to capture program execution count from SAP?
Example: I have created a program yesterday and executed yesterday 3 times
and same program today executed 2 times means total count is 5
I want to capture this 5 figure from SAP How to do that?
Yesterday + Today = Total
3 + 2 = 5
Thanks in advance.
Prabhu.R
2007 May 22 10:55 AM
Hi
U can check the statistic data (trx STAT) to find out how many time the program wroked or you need to change that program in order to store the count in a Z-TABLE.
Max
2007 May 22 10:53 AM
2007 May 22 10:55 AM
Hi
U can check the statistic data (trx STAT) to find out how many time the program wroked or you need to change that program in order to store the count in a Z-TABLE.
Max
2007 May 22 11:03 AM
Hi Guys,
Thanks for the reply.
i just want to capture for all the users..STAT for user specific.
ST01 ..we need to start the trace..
Please let me know is there any DB table for this.
Thanks
Prabhu.R
2007 May 22 11:05 AM
Hi
Trx STAT can find out the data for all user run a program, insert * instead of the user ID and that trx should show all user.
Max