<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2658.24">
<TITLE>Calling a html page as a NEW window from a method...</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>Hi there everyone,</FONT>
</P>
<P><FONT SIZE=2>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.</FONT></P>
<P><FONT SIZE=2>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.</FONT></P>
<P><FONT SIZE=2>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.</FONT></P>
<P><FONT SIZE=2>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?</FONT></P>
<P><FONT SIZE=2>Thanks in advance for you help.</FONT>
</P>
<P><FONT SIZE=2>Cheers...</FONT>
</P>
<P><FONT SIZE=2>FYI, we are on 4.6C and executing the work items from SBWP, accessed via an IView in the portal.</FONT>
</P>
<BR>
</BODY>
</HTML>