Skip to Content
0
Former Member
Sep 22, 2008 at 03:47 AM

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

149 Views

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!