IView: opening content in same browser location

Imagine an iView and there's a link in it, e.g. to another iView.
the iView is located in a typical portal page, left the navigation bar, above the menu, etc...
Is it possible, that the other iView, which is called from the link, opens in the same location (that means in the same area that displays the first iView)
The first iView is not emebedded in a html frame. If it was, the second iView would open in the same frame.
That might be a solution, but of course I dont't want to put a html frame construct around the first iView. It should be easier.
Is there an easier way?
Is it possible to access the specific area in which an iView is displayed?
Is there some strange SAP construct in the Portal-Interface-classes?

You can navigate to the different iview using WDPortalNavigation.navigateAbsolute() and set the parameter WDPortalNavigationMode mode as WDPortalNavigationMode.SHOW_INPLACE to show the new iview in the same area.

Similar Messages

  • Open PDF in same browser when the preference is set to open in new window.

    The corporate policy for all applications is to open the PDF document in new browser/reader but our application needs the reader to open in the same browser even the preference "Display PDF in Browser" is unchecked.... The setPreference from javascript (html) doesn't seemed to work... How do i make this work?
    Also, I need the links the browser to open in new browser once the PDF is loaded... do I need to reset the preference once it is loaded for the links to open in new browser?
    thanks,
    - Ray

    There is no way to override that from your application.   And if the Links in the PDF have an explicit "open in new window" setting, that is respected over the preference.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Wed, 19 Oct 2011 22:02:53 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Open PDF in same browser when the preference is set to open in new window.
    Open PDF in same browser when the preference is set to open in new window.
    created by h_ray<http://forums.adobe.com/people/h_ray> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3981167#3981167

  • I have a pdf registration form on my website.  It has a link that take the user to a payment page within my website.  They pay then submit the form.  The link currently opens in the same browser tab as the form and the user thinks that is the submission,

    I have a pdf registration form on my website.  It has a link that take the user to a payment page within my website.  They pay then submit the form.  The link currently opens in the same browser tab as the form and the user thinks that is the submission, which it is not.  I want my link to open into a new browser tab.  How do I do that?

    You can use the following JS code:
    app.launchURL("http://www.example.com", true);

  • Oracle Reports: Opening within the same browser all the time

    Hi there,
    I am running Oracle Report 10g using Oracle AS 10.3.
    The report output is PDF to a browser.
    Each time I run the report, it opens within the same browser.
    Is there an option to open the report in a new browser all the time.
    http://server_name:port_number/reports/rwservlet?server=report_server_name&recursive_load=NO&paramform=NO&destype=CACHE&desformat=pdf&report=report_name.rep&orientation=portrait&paramter1=1
    Thanks for any help.
    Jim

    I guess you run the report from a form using WEB.SHOW_DOCUMENT? If so, use '_blank' as second parameter, this will open the given url in a new window.
    btw.. if you use forms to start a report you may consider to use RUN_REPORT_OBJECT to start the report instead of using the url-syntax.

  • Opening Content in New Browser Window

    Is there a way to change the behavior of portal to allow more than 1 additional browser window to be used in displaying content? The behavior that I am seeing is that page items configured to "open in new window" reuse the same browser window. Looking at the Portal Users Guide, all references to 'open in new window' specify "open in new/second window". Aside from the using the right-click/open in new window workaround, is there a way to configure Portal to perform this way by default. We are using 10.1.4.
    Thanks!

    Hi,
    please check thread [integrate SAP Netweaver Portal 7.0 with SSM|integrate SAP Netweaver Portal 7.0 with SSM]
    Cheers, Anja

  • NavigationTarget not opening link in same browser

    Hi All,
    I created LinkToURL element and using NavigationTarget to portal page  and Target Property is set to _SELF, but still its opening in new browser, i want to open in same browser.
    I tried      WDPortalNavigation.navigateAbsolute(
         "ROLES://portal_content/...",
         WDPortalNavigationMode.SHOW_INPLACE,
         (String) null,
         (String) null,
         WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
         (String) null,
         (String) null,
         "Name=" + wdContext.currentContextElement().getName());
    on button action , This is doing nothing.Please give your suggestions.
    Thanks,
    pkv

    Hi PKV,
    Go to LInktoURL  UI properties and set the target -
    > _MAIN instead of _BLANK
                      That's it
    Regards,
    P.Manivannan

  • I am unalbe to add a window when I am on line. I have to open an entire new window instead of having a second window open on the same browser. What am I missing

    when I hit teh tab to add another page it doesnt do anything

    I GOT THIS EXACT PROBLEM. Here's my solution though: Go to the top of the page and click on HELP. Than Click on FireFox Help. That way you automatically get a new tab and than just start it from there :D Hopefully it'll help?

  • Open in same browser window

    I made a flash element for my dreamweaver website. I have an
    invisible button on the top so when you click it, it opens a new
    page. i'm trying to make it so when you open it, it opens in the
    same browser window. I tried making the target self and it didnt
    work. Any ideas??

    on (release) {
    getURL("
    http://www.frsind.com/specials.html",
    _self);

  • Open HTML pages in the same Browser

    HI All,
    I have a GUI with Help buttons which are required to open Help files in the default browser.
    Now i am able to acheive this using Runtime.getRuntime().exec("cmd /c start iexplore url")
    But the problem here is everytime the user clicks on the help buttons on various screens of the UI it opens a new browser instance where as i want all the help files to open in the same browser window.
    How do i acieve this?
    Also i tried using rundll32 url.dll, FileProtocolHandler url... the problem with this command is it doesnt recognize the querystring part of the url.
    For ex : http://forum.java.sun.com/post.jsp?forum=31&skldfsdkfj
    here the cmd only recognizes until http://forum.java.sun.com/post.jsp and the rest of the url is truncated when the browser opens. Do i need to escape "?" in my java application itself
    I escape & with ^& and this works..But how abt for "?"
    Anyone has any idea abt this....Pls help
    ADN

    all browsers ask you when you install them if you want that one to be the default one.
    So yes, start or run32dll.exe can be used to launch the default browser.
    No, you can't control which window to show it in, with the possible exception of Mozilla (or a derivitive (sp?)) might have some command-line options to do that. But you can't know that it's a Mozilla browser that will run with start or run32dll.exe.
    Your other choice would be: search the file system for browser, or just ask the user for the path to the browser's exe in a preferences dialog or something.

  • When i click on one particular bookmark it opens in a window in the same browser page that is open but on the left side so that I have two dirfferent urls open

    I will have page open in the browser and when I click on one particular bookmark it always opens in the same browser but as a second page on the left side of the page. How do I stop this from happening--it is apage that I need to visit often for business and it is very restricting.

    Awesome, really, it was so annoying. It's the small things in life that make such a difference. Problem solved 100% spot on easy as toast. [email protected]

  • Opening hyperlinks in the same browser window

    Hey Gang!
    How does one create a hyperlink such that it opens in the
    same browser window and doesn't keep opening a new window each
    time?
    Cheers!
    Gregory

    Do you meant that you want to "open the hyperlinks of your flash file in the same browser window"
    You flash file will be put on the internet and I think you have to configure your brower to achieve this goal.
    We all know that IE can be configured to open the hyperlinks in the same window.
    Thus if you want your flash file achieve this feature you need to write a code to control your brower.
    This code can be a simple JS code. You can just google this to find out the answer.
    good luck
    I love using flash quiz generator

  • Open portlet in new browser window

    Anyone know of a way to open a portlet, or a page containing a portlet, from a link into a new browser window? This is different than showDetailsPage, which opens in the same browser window.
    Thanks.

    I tried to do this through Item Attributes for the portlet (clicking the little pencil), where there is a radio button for "Display Options."
    One choice is: "Link That Displays Item in New Browser Window."
    (I do have something in for the "Display Name" which seems to be required to get a link.)
    However, this doesn't seem to work. No link shows.
    (It works fine for
    I have tested this with a Discoverer portlet, and also with a more generic portlet (the "Developer News" portlet in the 9iAS Community portlet provider).
    Is this broken / a bug?

  • 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

  • Discoverer Viewer Open Link in New Browser Window

    We have created cubes with links to details (using Manage Links).
    When selecting the link from Discoverer Plus OLAP, a new browser window opens.
    When selecting the link from Discoverer Viewer, it opens within the same browser window.
    How can we force Discoverer Viewer to open a link in a new browser window?
    We tried adding the TARGET="_blank" to the link but that only gets added to the last parameter (or passed as a parameter).
    Unlike Discoverer Plus parameter, there is no _popup option.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    This article by Ted Padova will give you the JavaScript code that will accomplish this: http://acrobatusers.com/blogs/tedpadova/opening-pdfs-new-browser-windows

  • How to open iview in same browser window

    Hi.
    I am using EP 6.0
    I have created sever iviews of type IAC. All was working fine.
    Now suddenly the iviews have started opening in a new browser window. I have check the iview poperty "Launch in new window " . Its set to "Display in Portal Content Area".
    All I want is, when I click on any iview, a new internet explorer window should not pop up, but the iview shud open in the same window.
    Can anyone advise me how to achieve this ?
    Thanx
    Vikram

    Can you try and check what happens by changing the work protect mode as follows
    Systemadministration -> Systemconfiguration -> Service Configuration -> Applications -> com.sap.portal.epcf.loader -> Services -> epcfloader. Set the "workprotect.mode.default". After you have saved the entry. ricght click on com.sap.portal.epcf.loader in the tree menu and choose "administrate". Click on "restart".
    Check this url might be relevant for u
    ESS Links open in new windows

Maybe you are looking for

  • Camera not recognized!  Green image only.

    Here's a mystery for ya... I've got a brand new Powerbook G4, 1.67GHz, 2GB of RAM with a 120G harddrive. A few of the applications I can hook up my DV camera to via firewire freeze up, freak out or just plain don't work. On my older Powerbook (1GHz,

  • BDC to create SO(VA01) for multiple line items

    Hi all, My requirement is to create SO for multiple line items in ECC6.0 My recording for VA01 is like this. start-of-selection. perform open_group. perform bdc_dynpro      using 'SAPMV45A' '0101'. perform bdc_field       using 'BDC_CURSOR'          

  • Creating user in AD error

    Hey , I downloaded your sample app for java , all worked fine until I wanted to create an user with Display Name that has accents or not so usual characters. I get response code 500 , internal error... Request: "userPrincipalName": "[email protected]

  • Graphics Power output through Thunderbolt/Displayport?

    I'm considering connecting my 2011 iMac 27" to my HDTV via Thunderbolt/Displayport to HDMI adapter to try some HTPC-style gaming.  If I do this, will I be fully  utilizing the 6970m's graphics power to output to the HDTV, or will performance suffer? 

  • Stretched text in table

    I have text in a table which I have had to stretch horizontally - the text has stretched with the table but the character pallet shows it as normal. How can I reset the text to its normal 100% horizontal/vertical scale? If I delete text from a cell a