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

System variable

Former Member
0 Likes
614

Hi,

is there any system variable to get the number of execution of a program?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
588

No there is no system variable for this. But if u want to achieve it then u can do it through programming. Create a table with a counter and program name. And within ur program increment the counter and save it in the database table against ur program name.

Regards,

JOy.

4 REPLIES 4
Read only

Former Member
0 Likes
588

Hi,

U can view the number of exec of a tcode in sto3n

Read only

Former Member
0 Likes
588

No System variable as such.

Read only

Former Member
0 Likes
588

Hi,

I think there is no such system variable.

You can check the table

SYST - ABAP System Fields.

Regards

Adil

Read only

Former Member
0 Likes
589

No there is no system variable for this. But if u want to achieve it then u can do it through programming. Create a table with a counter and program name. And within ur program increment the counter and save it in the database table against ur program name.

Regards,

JOy.