cancel
Showing results for 
Search instead for 
Did you mean: 

Statistical log - No records returned

Former Member
0 Kudos
361

We have a custom ABAP that calls function module SAPWL_STATREC_DIRECT_READ to extract data from the statistical log. (We use this information to monitor the tcodes that a user has executed.)

A scheduled job runs the program runs each morning at 5AM, extracs data for the previous day, and creates a unix file.

The job always completes successfully, and on most days does extract the desired data. Sometimes, however, no data is returned from the function module, and so a unix file is not created. However, we know that there has been tcode activity in the system on those days.

<b>My Question</b>

From a Basis perspective, is there anything we should be looking at that could be responsible for what we're seeing, possibly some system parameters? (Our Basis group has not come up with anything so far.)

<b> System Info</b>

We're at release 4.7 (Basis release 6.2)

Thanks in advance for any suggestions.

Len Laurence,

Becton Dickinson

View Entire Topic
tim_buchholz
Employee
Employee
0 Kudos

Dear Len and Becton,

did you check the statistic record with SAP's transactions, e.g. STAD? Does this show records during the time you do not get any data?

Best Regards,

Tim

Former Member
0 Kudos

Thanks, Tim, for your response.

The next time it happens that we don't have data, I will ask someone from our Basis group to check this. I guess you're saying that if STAD does show records, then something must be wrong with our program?

Thanks,

Len