Calling a html page as a NEW window from a method...

Toledo, Joe (NBC Universal) Joe.Toledo at nbcuni.com
Thu Sep 22 18:41:35 EDT 2005


Thanks Paul, 

Our version of CALL_BROWSER does not have the parameter "NEW_WINDOW"

Are you referring to the FM or Portal IView parameters?

Thanks.


These are I/O for the CALL_BROWSER FM.

FUNCTION call_browser.
*"----------------------------------------------------------------------
*"*"Local interface:
*"  IMPORTING
*"     VALUE(URL) TYPE  C DEFAULT SPACE
*"     VALUE(WINDOW_NAME) TYPE  C DEFAULT SPACE
*"     VALUE(BROWSER_TYPE) LIKE  TOLE-APP OPTIONAL
*"     VALUE(CONTEXTSTRING) LIKE  SDOK_IFACE-CONTEXTSTR OPTIONAL
*"  EXCEPTIONS
*"      FRONTEND_NOT_SUPPORTED
*"      FRONTEND_ERROR
*"      PROG_NOT_FOUND
*"      NO_BATCH
*"      UNSPECIFIED_ERROR

-----Original Message-----
From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf Of
Paul.Bakker at osr.treasury.qld.gov.au
Sent: Thursday, September 22, 2005 3:28 PM
To: SAP Workflow Users' Group
Subject: Re: Calling a html page as a NEW window from a method...


Joe,

 Sorry if I'm stating the obvious, but did you set the parameter NEW_WINDOW
= 'X' when invoking CALL_BROWSER?
I tried it in our portal(EP 6.0) on cnn.com, and it works as expected.

cheers,
Paul



 

                      "Toledo, Joe (NBC

                      Universal)"              To:       "'SAP Workflow
Users' Group'" <sap-wug at mit.edu>                                
                      <Joe.Toledo at nbcun        cc:

                      i.com>                   Subject:  Calling a html page
as a NEW window from a method...                           
                      Sent by:

                      sap-wug-bounces at m

                      it.edu

 

 

                      23/09/2005 05:04

                      Please respond to

                      "SAP Workflow

                      Users' Group"

 

 





Hi there everyone,


I'm working on workflow that requires an html page be loaded and the user
to perform a function in that web page, and then return back to the method.


It is simple when the method is executed from R/3, since all that needs to
happen is to make a call to FM CALL_BROWSER and an IE window opens up and
the user is able to see the page, perform the activity, close the window
and then return page to R/3.


The problem I'm having is that when the user is accessing the work item
from the Enterprise Portal.  When the CALL_BROWSER FM is executed, it
"steps" or overrides the current IE window URL, and it messes up the
navigation.


This may or may not be a workflow related question, but does any one know
of a way to call a web page from R/3 and always force it to open up a NEW
IE window?


Thanks in advance for you help.


Cheers...


FYI, we are on 4.6C and executing the work items from SBWP, accessed via an
IView in the portal.


_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug









_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20050922/97d96c35/attachment.htm


More information about the SAP-WUG mailing list