Current transactions in use

Question:
I've performed a search but came up with nothing.
I want to know if there is a table which contains all transaction codes in use in realtime.
Our ABAP'er wants to point a program to it, hence the requirement for a table lookup as opposed to visually checking AL08 or SM04.
I literally need the information from SM04 in a table...
Thanks in advance.
Answer:
table TSTC
Answer:
sorry - just sena you aked in realtime - transaction ST03/N provides that information - The abap'er should be able to re-use the code behind that
Answer:
Thanks for the responses ileola. I'll run it by our ABAP'er, but am open to any other suggestions.
Thanks very much.
Answer:
St03 an dST03n Do not have real-time information, it has summary data extracted from the STAT table (not a database table), also the tcode and is at best 24 hours old unles the collector programs are rune hourly.
The tcode STAT will not have real time data either as it is a system level file that houses what was done. The ABAPers will have to look in the tcode AL08 to find the way SAP extracts this data.
_________________
John A. Jarboe
Answer:
Thank you John.
Answer:
Hi,
I thought that the data was fetched from the MONI table.
Then what is the difference between Moni and Stat table...
_________________
Hey we too can be good friends
Mail me at:
urbane4u@rediffmail.com

Answer:
MONI is a table. STAT is a file at OS level.

More Articles:

mail configuration with liunix?
SAPinst?
Infotype attributes?
Transaction PT50 - Quota Overview?
ORA-03113: end-of-file on communication channel?
Data Archiving & unwanted print output?