cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Gurus,

I have enhanced the popup notification to attach it a screenshot of the top front transaction used by the user. To do this, I'm calling the method CL_GUI_FRONTEND_SERVICES=>GET_SCREENSHOT.

Everything is working fine except that I always get a popup asking me if I allow or deny the server to take a screenshot of the active SAP window ? (see attached picture).

Is there a way to not get this popup and always allow the screenshot ?

From business perspective, it is really boring to ask user each time to agree because we now that he will always agree.

0 Likes
View Entire Topic
Former Member
0 Likes

I do not know if your can disable the security pop for your specific request.

You can disable popups globally (http://scn.sap.com/thread/2067201).

Ravi

Former Member
0 Likes

Hi Ravi,

I already followed this thread but it didn't solve my issue.