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
686

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

3 REPLIES 3
Read only

Former Member
0 Likes
633
Read only

Former Member
0 Likes
633

Hello,

      Use TCODE : STAD.

Regards,

Deepu.K

Read only

former_member673464
Active Contributor
0 Likes
633

hi..

Create a field in the data base table and whenever program is executed just increase the field value by 1. use SQL statement for your requirement in program.

regards,

veeresh