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

table which stores the data present in tcode SM04/AL08

Former Member
0 Likes
3,527

Hi,

I am looking for a FM or a table which stores records similar to the one showed in transactions SM04/AL08

These transactions show the current user + tcode + time details.

      • I am interested in getting the post dated records (month/week) ***

i know Current date SM04 records can be retrieved from FM "THUSRINFO" .. any table or FM giving us date wise data?

Thanks

Renu

Hi,

I am looking for a FM or a table which stores records similar to the one showed in transactions SM04/AL08

These transactions show the current user + tcode + time details.

      • I am interested in getting the post dated records (month/week) ***

i know Current date SM04 records can be retrieved from FM "THUSRINFO" .. any table or FM giving us date wise data?

Thanks

Renu

4 REPLIES 4
Read only

Former Member
0 Likes
1,866

This message was moderated.

Read only

0 Likes
1,866

Hi

I don't think there's a table, but fm only because the data are got by system function.

SM04 is based on system function 'ThUsrInfo', this is called by ABAP function THUSRINFO just as you've just indicated

It's the same for AL08, but this transaction uses also the ABAP function TH_SERVER_LIST to get the server list, this function is based on system function ThSysInfo

Max

Read only

Former Member
0 Likes
1,866

Hi,

I think that SM04 transaction is used only for Displaying and Monitoring CURRENT SESSIONS logged on a particular application server.

Regards,

-Sandeep

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,866

For this kind of information take a look at report [RSSTAT26|http://www.sdn.sap.com/irj/scn/advancedsearch?query=rsstat26] or at FM like TH_SERVER_LIST and [SAPWL_STATREC_DIRECT_READ|http://www.sdn.sap.com/irj/scn/advancedsearch?query=sapwl_statrec_direct_read]. (As table is MONI (cluster) and some files (dataset) on application servers)

Regards,

Raymond