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 to capture program execution count from SAP?

prabhu_rengaraju4
Participant
0 Likes
779

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
688

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

4 REPLIES 4
Read only

Former Member
0 Likes
688

hi,

try this txn ST01 System trace

Regards

Reshma

Read only

Former Member
0 Likes
689

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

Read only

prabhu_rengaraju4
Participant
0 Likes
688

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

Read only

0 Likes
688

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