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.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.