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

To Update Table With Program run Information

Former Member
0 Likes
320

Hi ,

I need your valuable suggestions for following requirement..

I have a custom table with following fields..

i)programname

ii)program run date

iii)no of executions of program

My requirement is ..we should capture that the so and so program on so and so date has been executed for so and so times (here time means no of hits (counts) of programs in a month ..)

Please give your suggestions..

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
286

This kind of information is stored mainly on application server files and in cluster MONI. Look at function modules like SAPWL_STATREC_READ_FILE to extract the data.

Regards