Transaction launcher: open URL in new window

Dear all,
I know many threads have already been posted about "stateful URL" created with transaction launcher, that open a new browser window AND navigate to an empty screen with the following text (which is more than useless):
"The requested page has been opened in a new window, please press back button to go back to the last page."
Carsteen gave some useful hints already in the following thread:
Transaction Launcher in a new window
But maybe someone found something new since then... At the moment I'm thinking about "simulating" a clic on the BACK button (like mentioned in this useless message), with something like :
  DATA:
  history TYPE REF TO if_bsp_wd_history_manager_disp.
  history = view_manager->get_history_manager_display( ).
  history->go_back( ).
Any better idea ?
Thanks & regards,
Nicolas Busson.

Hi Nicolas !
How are you? :-)
I assume that since then you have found a way to fix your issue, but as the post is not answered I can tell you that SAP has taken into account this point in SAP 702 EHP1, with a new attribute in the customizing of the transaction launcher called "Keep Work area" :
Keep Work Area When Opening Launch Transaction in New Window
This indicator defines whether the work area content is kept when you open a launch transaction in a new window.
Use
If this indicator is not set and a launch transaction opens in a new window, then the main window loads the base page of the transaction launcher into the work area.
If this indicator is set and a launch transaction opens in a new window, then the main window keeps its current content in the work area.
Dependencies
This indicator is only evaluated if you have also set the indicator for using a new window.
Imed.

Similar Messages

  • Transaction launcher for url in new window need "Back" to continue working

    Hello Experts,
    In the CRM I've created a Transaction Launcher for url, when I press on the link and open it in new window
    I got the following message:     "The object you have selected is starting in a new browser window. You can continue working normally in the current application. However, you may have to navigate back to the page you were working on. "
    how do I can still open the url ( which is BSP page)  in new window & can continue working with CRM without clicking on the Back button ?
    Thanks

    Have you solved the problem, Jamil?
    Hi Experts,
    I am also facing the same problem.
    The other possible solution I am thinking of calling the pop up window and then close the pop up.
    I don't know how can we call custom bsp page from view in pop up window. And then close the same pop up without asking user to click on any button.
    Thanks and Regards,

  • Open URL in new window

    Hi folks,
    I am working on WAD3.5 where in I have created several links to open either WEBGUI i.e to open various customized TCODES in SAP-Bi or other queries. BAsicaly its a work bench sort of thing from where we can access various tools developed for client. I am using below mentioned HTML code:
    <TD class=SAPBEXBtnStd vAlign=top>
          <DIV style="HEIGHT: 20px"><A
          href="/sap/bc/gui/sap/its/webgui?~transaction=ZBI_AUTOMATION_TOOL"><B><FONT
          face=Verdana color=#000080>BI Automation Tool</B></FONT>
        </A></FONT></DIV></TD>
    where ZBI_AUTOMATION_TOOL is a customized TCODE. Issue is whenever i click on the link it opens the WEBGUI in same screen and when i click back the page expires. I want to open the URL in new window.
    Please help me by providing the exact syntax. It would help to resolve my issue. I have tried couple of things but they are not working.
    Thanks
    Rahul Mahajan

    There is a parameter on the web template that should be set..
    it is
    Open dialogs in new window - set this to either automatic or "Open Window  X"
    or add this to your template properties list:
    <param name="ENABLE_OPEN_WINDOW" value="X"/>

  • Open URL in new window when button pressed

    Version: 4.1.1
    Hi there,
    Under the button options we can set it to redirect it to a URL. However, the page opens in the current window. Is it possible to get it to pop open in a new window?
    Thanks,
    Ryan

    Hello Ryansun,
    Just make the button to be Defined by DA.
    Create a new DA.
    Event: Click
    Selection Type: Button
    Button: MY_Button
    Action: Execute JS
    Code
    window.open("http://www.w3schools.com")
    Best Regards,
    Fateh

  • Open url in new window on button click of adf table

    Hi,
    I have a requirement in which i need to open the constructed URL in a new tab/window on button in adf table.
    I am using action listener for the button, using action event i am getting the values of the particular row to the bean and using those values i am constructing url.
    Now i have to use the URL and open it in a new tab/window.
    Please suggest me different approaches.
    jdev version 11.1.1.5

    Hi,
    Check following will match for your use case
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/33-open-page-in-new-tab-169175.pdf

  • Open URL in new window from page process

    I have a Page process that returns a URL (stored in 'l_val' field). Within this process, what is the best way to open that URL (stored in l_val) in a new window?
    thanks
    DECLARE l_clob clob;
    l_xml xmltype;
    l_val clob;
    BEGIN
    for c1 in (select clob001
    from apex_collections
    where collection_name = 'CENTRIS_IEP_VIEWER') loop
    l_clob := c1.clob001;
    exit;
    end loop;
    l_xml := xmltype.createxml(l_clob);
    l_val := dbms_xmlgen.convert(
    l_xml.extract(
    '//GetIEPUrlWithAuditResult/text()'
    , 'xmlns="http://www.iepdirect.com/CentrisWebServices/IEPViwer"'
    ).getstringval()
    , 1
    END;

    Hello,
    You can create a application process using this code and call that process from a javascript function and return that URL to the javascript function there you can open a popup easily.
    If you want you can open a popup from process, you can do that using htp.p() function, I had tried this once but what it does was, it opens a popup but it clears out my parent page, I was not be able to see anything on my parent page.
    Thanks
    Tauceef

  • Open URL in new window function not working.

    Please please please can someone help. The openURL function that I have linked to a button and a click box will just not work anymore in a new project. I have searched everywhere for an answer and all I can find is that it is something to do with a flash update preventing this and some code was provided as a work around. However I only have captivate 4 and 5 and have no way of editing this code to allow the new windows to function. If these functions are no longer available within captivate then captivate is nolonger any use to me. Can anyone help?

    Welcome to our community
    See if the link below is what you are after:
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Custom Buttons launch URL in new window

    How can one get the Custom Buttons in a final chm help file
    to launch the URL in a new window. When a supplimentary web page is
    launched inside the chm using a custom button on the navigation
    pane, it doesn't fit properly. Is there any way to launch the URL
    in a new window?
    Can I include some kind of HTML coding in the URL itself? If
    so, what syntax?
    The only options Robohelp gives you is entering the label and
    URL

    Deet,
    It sounds like you're posting a RoboHelp HTML Help question
    in the RoboHelp for Word Forum by mistake.
    However, the answer is "No." The Custom Buttons can't open in
    a new window like the links in topics do.
    If you want a button to open in a new window, you have to use
    a third-party product to make your own custom button. For more
    information, see Pete Lees' response to a similar question in this
    RoboHelp for HTMLHelp Forum thread:
    http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=449&threadid=10838 64
    Regards,
    Cindy

  • Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL..

    Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL. However, if I right click on a link and select "Open Link In New Tab", the Tab shows URL in address bar. So it's working when it's a New Tab but not a New Window.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • When I click on a web link to open in a new window - it has double bars, no URL...

    When I click on a web link to open in a new window - it has double Browser bars (chrome), no URL. I close that window and do it again it often works correctly.
    I have made screen shots and placed at pageaccess.com/FireFox_5-6_issue.pdf

    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
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Open a new url in new window

    Hi all,
    I have implemented an application & integrated in EP. In my view i have provided a link on click of which i should be able to open a separate url in a new window.
    Again, I need to pass some url parameters which should not be visible in the url string when i am opening that url in new window.
    Any suggestions...
    Thanks,
    Arch

    Hi,
    First u have to create outbound plug in interfaceview
    1)Open the node WebDynpro -
    > Web Dynpro Components -
    > <ComponentName> -
    > Component Interface -
    > Interface Views in that click <interfacename> interface view .
    2) Select the Plugs tab in the Plugs area.
    3)Choose New next to the outbound plug table.create new outbound plug.for example,Name GotoUrl, and choose Type Exit Plug.
    4)Select the new outbound plug GotoUrl and choose New next to the parameter table.taEnter the name Url datatype as STRING.
    5)Open the view in the View Designer and select the Properties tab. Choose Add next to the Required Controllers table and add the <interface name>InterfaceView
    Place 1 button and check,
    onActionButton write this code
    wdThis.wdGetSampleInterfaceViewController().wdFirePlugGotoUrl(
    "http://www.google.com");
    Regards,
    Suresh.T

  • Opening a url in new window using a button after running a process

    I need the folowing to happen:
    When a button is clicked, a process runs - updates a table in the DB. then a URL opens in a new window.
    I created the process and related it to the button - click of the button makes it work.
    If I write in the button properties the URL - optional URL redirect:
    javascript:popupURL( 'http://www.mysite.com');
    the process does not run. url opens in new window.
    If I create a branch - writing there javascript:popupURL( 'http://www.mysite.com'); the process works but URL does not open. only writing http://www.mysite.com works - but it does not open a new window.
    The question is: how can I click on a button, make a process run and URL opens in a new window?

    If you post your page, then the browser must go some place. You can post your page (say page 1), you can then branch to page 2, then the js on page 2 can open a new window. Once you post your page you must goto another page before you can open a new window.
    Perhaps what you want is to press a button on a page and have it do work without posting the page, e.g. make an AJAX request, and then based on that work popup some corresponding page.

  • Open link in new window

    Is there any way to get a link to one of my own files (or pages) to open in a new window the same way that external links can? I tried using the url as an "external link" but iWeb wasn't fooled.

    It's not the answer to your question.
    So there is nothing wrong in iWeb, but some mysterious intercepting of the code.
    I have that often.
    When I upload files, I hear my neighbor laughing out loud.
    When I ask him why, he says "I'm intercepting your lost code."
    Most of the problems raised in this forum are not technical or iWeb related.
    It's usually human stupidity. And it's getting worse.

  • Report link that will open to a new window

    Hi,
    I need a report link that will open to a new window. Below is my code.
    {="<ahref=\"http://<server>:<port>/OpenDocument/opendoc/openDocument.jsp?sRefresh=Y&sPath
    ParentFolder,subfolder&sDocname=<Report Name>=wid"\">"[ID]+"</a>"}
    Thank you.
    Rose

    Add the parameter sWindow=new to your URL
    ...openDocument.jsp?sDocname=SalesReport&sWindow=new
    OpenDocument Documentation:
    XI 3:
    http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_url_reporting_opendocument_en.pdf
    R2:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/800f7400-bf3e-2b10-fa81-c6c74f457ab4

  • Open link in new window Webapps

    Hi All,
    I wonder if you can help.
    I have created a directory site, with web apps.
    When you get to the listings page it has a link to there website but the links do not open in the same window.]
    A link to a page is here so you can see what I mean
    Air Con Repair and Service A1B1C1
    The line of code for the link is "<div style="text-align: center;"><span style="color: #0070c0;"><a href="http://" target="_blank">{tag_web address}</a></span><br />"
    Which from my research should mean it opens in a new window.
    Has anyone got any advice?
    Cheers
    Duncan

    Hi Duncan,
    Tag Web address - You use the url custom field. Dont - Delete that and remake it.
    That renders its own link - {tag_web address} and if you view your html markup on your rendered site you will see you have two split anchors, a blank one with your target and the BC rendered one. Use a custom text field and paste the links in. Then you can form you code as you have above.

Maybe you are looking for

  • Trouble with Creative Zen

    Hi I've been checking the topics for a problem similar to mine but haven't found any. I've had my creative zen for about 3 years now and have loved it. However, in the past few months I've been having trouble with it. While playing a song (either whi

  • Dual boot on Toshiba Satellite L855-S5372

    Hi, I am trying to dual boot Windows 7 on my Toshiba. When I put the CD in with Windows 7, it won't install even though I went into the BIOS and set the boot option to boot from DVD first. What are the steps for me to dual boot Windows 7 with Windows

  • Can i still get my photos back ?

    My I plus in iphone 4 to the computer. frist time go to www,Icloud.com by mistake I erased the phone  and than automatically up date my ios to 7.1.1 I do not have any backup photos on my phone or computer I did not backup photos at all.. On the phone

  • ITunes 9 syncing issues

    Hei everybody, I was trying everything myself, I was googling all around, but couldn't find the answer to my problem. So I came here to ask for help. Ok here is my problem: My iTunes doesn't normally sync with my iPod. The thing is, I always manually

  • Need a volunteer to correct WPA_supplicant page

    As the title suggests. The existing wiki article is woefully out-of-date, and I have no experience with wpa, or I would do it me-self. I'd greatly appreciate it if anyone is feeling up to modernizing and cleaning it up, as it is quite wordy at this p