cancel
Showing results for 
Search instead for 
Did you mean: 

System message warning before user session terminates

Former Member
0 Kudos

Hi,

Our SAP system parameters are set to logout a session that has been inactive for 30 minutes (rdisp/gui_auto_logout = 30 M). Is it possible to send the User a warning message within SAP to alert them that their session will expire in a few minutes?

Please let me know.

Thanks in advance.

Pradeep

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

A Big No from SAP Standard Functionalities. But you can sit with your abaper and create a customizing program for such alerts.

Regards

Iliyas

rupali_karbhari3
Active Contributor
0 Kudos

Hi Pradeep,

Yes , there is no standard duncationality available for ABAP stack i believe.

Rather you can set SM02 warning message mentioning about session timeout for inactive users for that SAP system.

Check with ABAPer if it is possible to customize any such application for timeout sessions.

Regards,

Former Member
0 Kudos

Hi ,

Thanks for your suggestions. But I interested to know where does SAP look for the idle time of a user?

marcin_cholewczuk
Active Contributor
0 Kudos

Hi,

Can't say for sure, but I would suspect that there is system batch-job that is checking that (or maybe it takes place direct in Kernel). Such data are normaly stored in Kernel and can be checked with CALL statement. You can check function modules (transaction SE37) that stats with TH_ like TH_USER_INFO or TH_LONG_USR_INFO.

Best Regards

Marcin Cholewczuk

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

No, I don't see any such functionality in SAP.

Thanks

Sunny