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_member194094
Active Participant
0 Likes

Hello,

The Method GET_SCREENSHOT of class CL_GUI_FRONTEND_SERVICES is contained by SAP GUI in the security module and will "always" return the explicit question to the user : "The server is trying to take ... do you want to allow it?"

You can test that method in transaction SE24 -> CL_GUI_FRONTEND_SERVICES => Execute -> GET_SCREENSHOT => execute

That rule is installed permanently in the SAP GUI security module and cannot be inactivated on the client. This response was actually implemented based on customer feedback.

Thanks ad regards,

Eric Van de Catsije

NW Clients Moderator