cancel
Showing results for 
Search instead for 
Did you mean: 

How can I capture mouse click events on BSP or Web Dynpro ABAP Screen

Former Member
0 Kudos

hi Guys,

Currently we have a user inactivity problem,

the requirement is: if user is clicking on BSP/Web Dynpro ABAP screen, he/she is considered active. so we need an mechanism to capture the mouse click event.

Using Firebug, we found that this js is in the iframe which contains BSP/web dynpro scrren: /sap/public/bc/ur/nw5/js/languages/urMessageBundle_en.js

we want to find this js file & put in some javascript code to track user's mouse click, but i cannot find it on server.

while in ie if we type http://host:port/sap/public/bc/ur/nw5/js/languages/urMessageBundle_en.js

this file can be downloaded, means this file is there.

Any one can help on this issue? find the js file or another way to capture the mouse click event.

Thanks a lot with points!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197348
Active Contributor
0 Kudos

Hi Feng Guo,

We can not capture mouse click events on Web Dynpro ABAP Screen . I am not sure about BSP. But as for as I know the portal keep active the iViews until unless mouse clicks happens.

But for your problem I think you can get solution by setting iView Expiration to some more time period.

Regards,

Siva