Question:
Dear SAPpers,
Users always ask us to write taylor-made reports to them. However, we wonder how frequent they use the customized programs to run the reports.
Is there any mean for us to check how frequent a customized program (i.e., programs starting with zxxxxxxxx) is being executed?
Will that mean we have no choice but to open the SQL Trace? That will be too storage space consuming for my company.
Regards,
GreenGreen
Answer:
What is the point of asking the samwe old questions again and again?
STFF
Answer:
STFF,
For one thing, I didn't know someone had posted similar question here. For the other thing, it seems no conclusive solution could be drawn here.
GreenGreen
Answer:
STFF,
For one thing, I didn't know someone had posted similar question here. For the other thing, it seems no conclusive solution could be drawn here.
GreenGreen
STFF is not a signature but abbreviation. Search The F*** hmmmm... F, I guess, for Forum? Like RTFM or STFW. Use the Search button first and then ask. In addition to what you may find there, one idea may be to insert some code in all new reports so that some statistics will be saved in a database table when a report is run.
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com
Answer:
Users always ask us to write taylor-made reports to them. However, we wonder how frequent they use the customized programs to run the reports.
Why don't you ask them ?
Answer:
Try using User Exit S38MREP1 (V4.7).
Read the Doc. for this User Exit.
KRK
Answer:
Dear all,
I found a Basis Transaction code "STAT" can do my purpose. Anyway, thank you for your brain-storming.
GreenGreen
Answer:
STAT is effective only for the Past 24 Hrs.
KRK
Answer:
KRK,
Oh, that's so disappointing.
Do you know how to have similar purpose application that could run for more than 24 hours please?
Thanks & regards,
GreenGreen
Answer:
Just have a Look at the User Exit (If you are in V4.7) OR You can try to use Tcodes SM19 / SM20.
Your Basis people can help you in this.
KRK