cancel
Showing results for 
Search instead for 
Did you mean: 

Popup window ( Technical Information ) is displayed after almost each user command

zhuxiaobing
Explorer
0 Kudos

I have two financial users who recently experienced strange phenomena when using SAP GUI 740.

During the operation, the "Technical Information" window pops up suddenly and cannot be closed. You can only forcefully close the gui and log in again. The content in the "Technical Information" also appears randomly, please see the screenshot.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi zhuxb

I see that is a 'Z'.

I would recommend a tracing. Use this SAP note for that purpose - 158985 - Automation: How do I create an automation trace?

Also, please review the following code. If you are using VBA script, you might be able to use it to get that pop up window closed.

<code>While objSess.ActiveWindow.Text = "Information" 
objSess.findById("wnd[1]/tbar[0]/btn[0]").press 
Wend

Kindly accept the answer if this helps to clarify your topic.

Regards,

Luis