Call new URL in same Browser

Hi @ all,
I try to call another WD4A-Application with:
lr_window = lr_window_manager->create_external_window( url = lv_url ).
The system create a new browser window, but I want to start it in the same browser window (or close the parent window).
Have somebody an idea to solve this?
thanks
Jürgen

>can you clarifiy please how it comes to the general statement
I don't have any details I can share. If development makes such a statement, they must have encountered some incompatibilites that cause they not to support this technology within the Portal.
Here is some additional detail from the 7.02 online help:
http://help.sap.com/saphelp_nw70ehp2/helpdata/en/43/6b972329d23d33e10000000a11466f/frameset.htm
For every interface view, you can flag exactly one inbound plug as a resume plug. When navigating in the portal, the existence of a resume plug results in the following behavior: If the Portal Navigation recognizes such a plug in the running application, the latter is not exited when navigating away but is instead transferred to a suspend mode. The session ID and contents of the context are retained and a new application is started. If a user then goes back to the original application via the navigation menu of the portal, it can be processed in exactly the same state in which it was left. Note the following:
If an application features a resume plug, the corresponding session is retained when navigating away in the portal. However, in many cases it may be sensible or even absolutely necessary to close the application completely. In such cases, you must not implement a resume plug for the interface view.
While your applications are running within a portal, the portal navigation takes care of the suspend step without you having to implement it at design time. The mere existence of a resume plug ensures that an application is only interrupted and not exited in the case of a portal navigation. However, this does not take place if the application is not running in the portal and can thus not make use of the portal navigation mechanism.
If an outbound plug is flagged as a suspend flag in a Web Dynpro ABAP application, this can lead to errors when the application is executed in the portal. If you are not completely sure that your application is executed solely outside a portal, you should avoid the use of suspend plugs.

Similar Messages

  • Open new URL in same window

    Hi all,
    I am using "linktourl"  element for open a new url page.
    This is done by reference property(opens in new window).
    My need is to open the New URL in same window instead
    of new......
    Anyone can help me plz and send the codings.....

    I think this is double posting.....please close one thread
    [link|open new URL page in same window;

  • Want to start new session in same browser instance when user ReTypes URL

    HI All,
    I am facing one problem in my sturts application.Its giving me problem that values in the session persists in the my JSP form.
    I entered Userid and password and logged in and gone forward now when I retype Url and give request in same Browser instance a values in my JSP form are visible to me.
    actualy this should be considered as new request and JSP form should appear blank.

    I think Struts is not JSF ....

  • Launch an URL within same browser window

    Hi ABAP WebDynproExperts,
    Here is a short scenario description what I want to achieve.
    I have a ABAP WebDynpro Component which has "Input-Parameters" (Parameters of the Inbound-Plug - Default). Within the handledefault Method I want to call one of my own Function module which generates another URL.
    Now I want to launch this URL directly in the same browser window directly without putting the URL on an button. So the ABAP WebDynpro Component/Window/View has no UI elements itself - it should just be used to parse the "importing paramaters" via the url parameters to the backend and executing the URL without user interaction.
    Unfortunately I was not able to find a WD specific method how to call a URL in the same browser window? Do you have any ideas?
    Thank you & kind regards,
    Daniel

    Hi again,
    thanks for that. But that was not what I am looking for. Maybe it is unclear what I need.
    I try to reduce my point:
    Simplified I have the following coding in the implementation of Method "handledefault":
    METHOD handledefault .
       DATA: l_url type string.
       l_url = 'http://www.sap.com'.
    ENDMETHOD.
    I am looking for an ABAP WD command with which I can start this URL in the same browser window?
    Thank & kind regards,
    Daniel

  • Open a new url in  same  window

    I am displayed a button using web dynpro abap,
    if i click the button means a new url page should be
    opened in the same window.
    I did the application but when i click the button means
    a new window is opened.It should not be happened.
    Anyone can plz send me the correct coding immediately....

    >
    cranjith kumar wrote:
    > I am displayed a button using web dynpro abap,
    > if i click the button means a new url page should be
    > opened in the same window.
    >
    > I did the application but when i click the button means
    > a new window is opened.It should not be happened.
    >
    > Anyone can plz send me the correct coding immediately....
    First of all how is anyone supposed to help you correct your coding when you have posted any.  We can't possibly know what is going on inside the event handler for your button. I suggest that post some of your coding here.  In general if you want to open another URL in the same page without using the linkToURL UI element, you should consider the usage of Exit Plugs:
    [http://help.sap.com/saphelp_nw70/helpdata/EN/45/1bc575ba064574e10000000a114a6b/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/45/1bc575ba064574e10000000a114a6b/frameset.htm]
    Second, please don't ask people to do something "immediately".  Everything done in the forum is on a volunteer basis and people help out as fast as possible.  Your prompting for immediate action is quite unnecessary and could be considered somewhat rude.

  • BSP call new URL page blank

    Hi,i call from my bsp application a new url with:
    navigation->USE_AUTO_SUBMIT_FORM( TARGET_FRAME = '_blank' ).
             navigation->CALL_APPLICATION( url = url_role ).
    call the new url ok, but my page turn in  blank, i want to see my page, when i call the new url, how i do that?
    thanks
    Angel G.

    Hi,
    why do you need two statements? I thought the following statement should be enough..
    navigation->goto_page( url = 'http://www.sap.com' ).
    Regards,
    Suresh Datti
    P.S. PL post BSP questions in the BSP forum for a better response

  • Redirect to new URL in same window?

    Hi all - I have a SWF embedded in an HTML file. After the movie has finished playing, I want a new URL to load. I currently have the following code in the final keyframe of my actions layer:
    navigateToURL(new URLRequest(http://www.someurl.com));
    ...which works, but the problem is that it opens up a new window for the new URL instead of redirecting within the same window, which is what I'd prefer. Is there a different command that I can use to force the new link to open in the same window?
    I guess I could use a Javascript redirect within the web page's HTML, but it seems safer to me to use Actionscript within the Flash movie. Anyway - thanks much in advance for any help.

    It is pretty much the same as what you would do with html...
    navigateToURL(new URLRequest("http://www.someurl.com"), "_self");

  • Error at JSObject when called 2nd time in same browser session

    IE 5.0/5.5
    JRE 1.3
    I have a window launched using window.open(...).
    In the child window is an applet that needs to call a Javascript function in the child window's document.
    The following is a a reproducible effect:
    In a given browser session, the first call to JSObject in the child window applet works and via the window handle, Javascript methods in the document can be accessed. Lets say this child window is closed, either via self.close() or simply closing the child browser window's X button. Now, if the link to popup the child window is clicked again, the child window pops up, but the applet in it simply freezes up at the JSObject statement.
    Restarting the browser seems to reset something, since the first call works again and the second fails...
    Any clues?
    Thanks in advance.
    - Aamir

    You have to reload the applet every time you need to use it. I used to get the same problems, so I used the JSObject to call javascript on my JSP page. all you need is a function to reload your page after each window opens a child window. That way you reload the applet and will be able to do it again.

  • If i open same url in same browser without making signout in SharePoint FBA site, it login user again automatically which should not happened

    Hi All.
    I have SharePoint 2010 FBA site, and when user close there browser without logout button and if they enter same url in browser then it allow user to login on application which is security risk.
    So can you please help me to solve this problem.
    Thanks
    Ajit Shinde

    Hi Ajit,
    See this similar thread (with answers):
    https://social.technet.microsoft.com/Forums/en-US/5bf1dfdf-cc1c-422c-9c25-094fc7aaad61/user-details-retained-if-user-does-not-signout-and-closes-the-browser-and-opens-page-again?forum=sharepointgeneralprevious
    Nico Martens
    SharePoint/Office365/Azure Consultant

  • Opening an href'd page in new - vs the same - browser screen

    Hopefully, this is a simple thing that I'm unaware of, but I'd like for users to be able to open certain .html pages in a new screen when browing vs. "writing over" the existing screen.  Help?
    Mike

    Hi
    Use the target attribute e.g. -
    <a href="http://www.w3schools.com/" target="_blank">Visit W3Schools!</a>
    See - http://www.w3schools.com/html/html_links.asp.
    PZ

  • Calling a url from forms

    Hi!
    i have created a website using ARCIMS - (if you are not familiar with ARCIMS it is software that is used to create maps) I now want to call URL (website) from a button on my form. I have tried to use web.show_docuement and I am getting errors such as 'register failk'.
    I was able to run this same URL succesfuly from my browser. any ideas please?!?

    Kayla.
    web.show_document() is the right buit-in to do this and it works the same as calling a URL from a Browser. if it says "register failed" (not sure if I am correctimng your error message the right way) then this does not look like a Forms error message but one coming from teh program you call. Please check teh URL that is composed before calling web.show_document(). Check for invisible characters added to it.
    Frank

  • Call a new WDA in the same browser........

    Hi
    I am using CALL METHOD lo_window_manager->CREATE_EXTERNAL_WINDOW to call a WDA from another WDA, but its opening it in  a new browser..
    I want to open in the same browser.
    Can anybody help me.
    Niraja

    Friends,
    Kindly give me some help on calling one WDA from other WDA event.  i want to even comeback to WDA1 from WDA2 once CANCEL button is hit.
    I am unable to find any help friends, pls help me with an example or steps.
    I just know that it can be acheived with suspend/resume/startup/exit plugs, but i dont have any good knwledge.
    Please fnds give me some example or steps
    Thanks in advance .
    Niraja

  • Opening a new URL in an existing browser window from a Java application

    I've tried one of the many codes to open a new browser window and it works, but I need something else.
    Is there any way to open a new URL on the same window on a Java desktop application? (Changing the URL on the current browser window without opening a new one, I mean).

    You can do that by using an add-on such as:
    * NewTabURL - https://addons.mozilla.org/firefox/addon/newtaburl
    * New Tab Homepage - https://addons.mozilla.org/firefox/addon/new-tab-homepage
    Another way of opening the home page in a new tab is to middle click on the home button in the navigation toolbar.

  • Open new URL page in same window

    Hi all,
    I am using LinkToUrl UI element for opening a new URL
    page.
    I did it successfully by giving the URL in reference property.
    But the link is opening in new window.It should be opened
    in same window instead of new window.
    Any one can help me........

    Hi
    Use the target property of LinktoURL .
    You can specify the window name where you want to load new URL.
    Check the following Link.
    [Link|http://help.sap.com/saphelp_erp2005/helpdata/en/25/e2f0416ab6da6fe10000000a1550b0/content.htm]
    Regards
    Naresh

  • I can not type a url in the browser window when I open a new tab. Why not?

    I open a new tab click in browser window and see cursor but it does not blink. If I click in google search window it works fine. I can redirect using bookmarks but if I want to just type it in, it acts blocked or locked. Could I have done something to cause this? How can I fix this?

    Are you using the same extensions on both computers?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]

Maybe you are looking for