cancel
Showing results for 
Search instead for 
Did you mean: 

How do I check system uptime through ABAP

Former Member
0 Kudos

Hi,

Is there any way to find system uptime during a particula interval using any ABAP fucntion module ?

I guess it can only be achieved by reading SM21 log . If so , what is the ABAP Function module to read the system log ?

Please help .

Thanks,

Suman

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi All,

Thanks evrybody for all your reply .

My sap version is 4.6 C . the file availabale.log is not vaialable in this version .

I am am able to get the downtime by checking the system log thorugh ABAP .

Just need to find the messages for system stop ans start .

Following FMs will help in reading the syslog .

CALL FUNCTION 'RSLG_FILEINFO_INIT

CALL FUNCTION 'RSLG_READ_FILE'

Thanks,

Suman

Former Member
0 Kudos

Hi,

You can try function module SAPTUNE_GET_SUMMARY_STATISTIC

From a bunch of results about SAP buffers, you will get the ABAP stack Startup date and Startup time.

Regards,

Olivier

Former Member
0 Kudos

Hi,

there is a file loggin the uptime and downtime. The file is called available.log and you should

be able to see it with transactions AL11 or ST11. It is located in the work directory where

the developer trace files are located.

hope this helps.

kr,

andreas

g_srivastava
Active Contributor
0 Kudos

Hi Chittaranjan,

I found one function module BP_JOBLOG_READ it fetches the job log execution.

Further more for Application logs On the Pattern give APPL_LOG* and press F4 you will get the long list for logs.Hope your query will be resolved.

Have a best day ahead.