Recording the history of the use of a transaction

Question: I know how to record the use of a specific transaction today, in the current session. But is it possible to record how many times and by what users use a specific transaction over a period of time?

My problem is that I have been given the task to find out if anybody uses the transaction S_PH0_48000513 in my company. And if I send out emails I just know that everybody will cry out "don't take that away, I use it all the time!"

Is there another way of finding this out (other than putting a system trace on all day in the PRD machine), which will slow down the performance of the system ?

Answer:
Transaction ST03 will tell you basically what you want in a summary fashion for up to three months without going through configuration gynastics to get the audit system up and running, the data is in the MONI table and an ABAPer can write a report from it in a bit more freindly manner, but what you want is accessable in St03

Answer:
The easiest way to find out if anybody is using the transaction is to lock it and then see who yells. Somewhat brutal, but very effective.
_________________
Keith
To SEARCH the forum, go here: /forums/search.php

Answer:
Hello,

Could you give me the path in transaction st03 with which you could recover 3 months of transaction access ?

Thanks.

Answer:
After you have typed in ST03, select the "Detail analysis menu", then select the "Statistic records" tab.

You will be able to select your options and run it from there.

BUT BE WARNED - the longer period you search for, the longer the query will run for. If you search for a period of 3 months, don't do it when all the users are expecting a fast responce to there day-to-day jobs.

And don't start the query at 4.30pm in the afternoon! Because you will not be going home on time.

Answer:
THe query has always been relatively quick as ST03 is a summary of data as opposed to STAT. So I am at a quandry as to why a system would "run for a long time" ... But then again I have not experienced everything.

Answer:
By Default, SAP stores only 2 days of txn history (Thro' the help of profile parameters - RZ10 - though I dont know which ones) that of today and yesterday. You need to reset these profile parameters if you want to increase the no of days for which txn history is to be maintained.
_________________
SAPFAN

Answer:
Can somebody please tell what profile parameter needs to be changed? Thanks in advance.
Copyright ?2007 - 2008 www.jt77.com