cancel
Showing results for 
Search instead for 
Did you mean: 

How to trigger a BAPI where user session expires

SidBhattacharya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Is there a way to write custom code (server side) when the user -

1. Logs off

2. Session Times out

3. Browser crashes?

Any standard EPCF event/code that I can use?

Accepted Solutions (1)

Accepted Solutions (1)

holger_stumm2
Active Contributor
0 Kudos

I would start with javascript and using the "onExit" etc. events. You can use this to trigger an iview, which calls the BAPI.

For browser crashes, the only way (to my knowledge) is to write (very tedious) a "session watch" job, that watches for timed out sessions that are not detected by the browser.

Answers (0)