Issue with Opening a new Web Browser

Schell, Kim Kim.Schell at BHPBilliton.com
Tue Jul 5 23:48:12 EDT 2005


Thanks Jocelyn,
The ITS_BROWSER_REDIRECT worked, it's not the ideal solution as it hijacks the current window instead of opening a new window, but it works.
The ITS_BROWSER_WINDOW_OPEN just like WEBGUI_BROWSER_WINDOW_OPEN will only work when run in debug mode.
 
If anyone has any ideas why when calling either of these function modules, they will only work when stepping through in debug mode, I would appreciate the help.
 
Regards,
-Kim
 

-----Original Message-----
From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf Of Dart, Jocelyn
Sent: Monday, 4 July 2005 4:54 PM
To: SAP Workflow Users' Group
Subject: RE: 


Kim, 
Hmmm... think you are getting a little off-track ... 
 
Stop trying to have web->call abap->call web - that way lies madness. 
 
Try a simple ITS_BROWSER_REDIRECT call in your method instead, i.e. just get ABAP to send commands
back to the web browser, rather than try and start more web stuff directly from ABAP. 
 
There's also an ITS_BROWSER_WINDOW_OPEN if you really need it - but usually the redirect is enough. 

Regards, 
Jocelyn Dart 
Senior Consultant 
SAP Australia Pty Ltd. 
Level 1/168 Walker St. 
North Sydney 
NSW, 2060 
Australia 
T   +61 412 390 267 
M   + 61 412 390 267 
E   jocelyn.dart at sap.com 
http://www.sap.com <http://www.sap.com/>  

The information contained in or attached to this electronic transmission is confidential and may be legally privileged. It is intended only for the person or entity to which it is addressed. If you are not the intended recipient, you are hereby notified that any distribution, copying, review, retransmission, dissemination or other use of this electronic transmission or the information contained in it is strictly prohibited. If you have received this electronic transmission in error, please immediately contact the sender to arrange for the return of the original documents. 

Electronic transmission cannot be guaranteed to be secure and accordingly, the sender does not accept liability for any such data corruption, interception, unauthorized amendment, viruses, delays or the consequences thereof.

Any views expressed in this electronic transmission are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of SAP AG or any of its subsidiaries. SAP AG, its subsidiaries, and their directors, officers and employees make no representation nor accept any liability for the accuracy or completeness of the views or information contained herein. Please be aware that the furnishing of any pricing information/ business proposal herein is indicative only, is subject to change and shall not be construed as an offer or as constituting a binding agreement on the part of SAP AG or any of its subsidiaries to enter into any relationship, unless otherwise expressly stated. 

 

  _____  

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf Of Schell, Kim
Sent: Monday, 04 July 2005 2:38 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: 




Workflow Gurus, 
I'm trying to open a web browser pointing to a web page as called from SAP ABAP. 
(This code is called from our Help BOR Object's default method - displaying help info on a web page) 

We have this code working when called from SAPGui (transaction WS_EXECUTE, calling Internet Explorer). 
But I now need to try to get this to work through the ITS (EP6.0). 

Transaction ITS_EXECUTE doesn't seem to work(which I expected to work - tries to open program "WS"), 
but I have got function module WEBGUI_BROWSER_WINDOW_OPEN to work. 
Unfortunately this FM only works when I execute it in debug mode. 

Can anyone tell me how to get function module WEBGUI_BROWSER_WINDOW_OPEN to work while running normally? 
Or does anyone know any tricks to get ITS_EXECUTE to work (so it doesn't try to run "WS")? 

I hope this is not too far off Workflow for this list, any help would be appreciated. 
Thanks, 
-Kim 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20050705/faa2440d/attachment.htm


More information about the SAP-WUG mailing list