cancel
Showing results for 
Search instead for 
Did you mean: 

Can't move Popup

Former Member
0 Kudos

Hello,

we use SAP GUI for HTML to display some Z-Transaction in CRM WebUI. They work fine, except one thing. We open a dialog Popup with Function Module POPUP_GET_VALUES or other Methods. They appear an work properly. But when someone is moving this Popup to have it in the middle of the screen, it just disappears.

Does someone know this issue and has a solution for it?

Kind regards and thanks in Advance,

Bastian Stritt

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

I have investigated something more. When I move the Popup then SY-UCOMM is set to the Event Code of the "Enter" Key. I can see this in the Debugger when I'm in the PAI Module.

We use CRM 7.0 EHP1. This also happens if I move a Popup created from SAP Standard, e.g. Excel Export Dialog from ALV Grid.

Don't know if this is something new with EHP1.

Kind regards,

Bastian Stritt

former_member194364
Active Contributor
0 Kudos

Hi Bastian,

I cannot replicate this on a WAS 701

and testing the following standard report

BCALV_TEST_GRID via Transaction:se38

I can move the "Select Spreadsheet" popup after clicking the "Export -> Spreadsheet" button on the ALV Grid

Can you test the above? What are the results?

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin,

in SAP GUI everything works fine, but not in WEBGUI.

Can I start a WEBGUI transaction through SE38?

Cheers,

Bastian

former_member194364
Active Contributor
0 Kudos

Hi Bastian,

Yes you should be able to call /nse38 from the OKFieldCode in the WEBGUI service.

If you can't - then you may have this disabled. Check the parameters in the GUI Configuration of the WEBGUI service in SICF

Regards,

Oisin

Edited by: Oisin ONidh on Apr 29, 2011 3:00 PM

Former Member
0 Kudos

Hi Oisin,

create thing, didn't know that. Give you points for that.

Ok, there it works as expected. But why does it not work when we call it via Transaction Launcher? Any Idea?

Regards,

Bastian

former_member194364
Active Contributor
0 Kudos

Via the Portal/CRM,

Are you using the WEBGUI service or an IAC when calling the Z transaction via the Portal/CRM?

What are the parameters that are being passed?

Former Member
0 Kudos

Hello,

sorry, for not answering for so long. But I have been in Holidays.

We use the Transaction as IAC via IC_LTX in CRM.

So, I have investigated the Problem a bit. It seems that everytime I move a Popup the Function Code which is assigned to the Key "Enter" is released. In SY-UCOMM or in Field OK_CODE there is the corresponding FC. And then, in PAI, it often means: close/finish Popup.

Strange thing I think. Do you have tested in also on EHP1?

Kind Regards and thanks for your help,

Bastian

former_member194364
Active Contributor
0 Kudos

Hi Bastian,

If you call Z-Transaction via the SAP GUI for HTML directly - does the pop-up display correctly when moved? If the same transaction is called via the SAPGUI does moving the pop-up work correctly?

Is the POP-UP in the background - or does it just disappear?

What's the BASIS and Kernel that you are using?

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin,

thank you for your answer.

I have investigated the Problem a bit more. I call the Function Module an then it opens the popup - so far so good. When I move the Popup the Function Module is normal finished - as if I have closed it via Ok Button. So the Problem is in the FM I think.

Can you reproduce this error in your system?

Best Regards,

Bastian Stritt