‎2008 Jul 24 2:27 PM
Hi,
is there any system variable to get the number of execution of a program?
Thanks in advance.
‎2008 Jul 24 2:34 PM
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.
‎2008 Jul 24 2:29 PM
‎2008 Jul 24 2:29 PM
‎2008 Jul 24 2:32 PM
Hi,
I think there is no such system variable.
You can check the table
SYST - ABAP System Fields.
Regards
Adil
‎2008 Jul 24 2:34 PM
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.