How to open km document in same window

Hello all,
When working with KM Navigation iView such as AdminExplorer, I need to open a document in the same window or IFrame. I can't seem to find a way of doing so. The document always pop-ups.
Can anybody help?
Haguy
Message was edited by: Haguy Eis

Hi there,
we had the same issue - I opened an OSS and got following reply :
<i>
<b>08.03.2007 - 12:45:49 CET    SAP    Reply</b>
I have checked from my development colleague and confirmed that
this parameter is not supported currently and development has recently
no plans to support this feature.
I apologize for the inconvenience caused here.
Thank you for your cooperation.
Best Regards
</i>
Can you believe this ? I don't, as this parameter has been around since SP12 or so and still there is no official note regarding this issue.
> Please reward points :o) <

Similar Messages

  • Open a document in same window

    Hi
    We have a requirement to open a document in same window(lower part) when a link or button is clicked. Is there any sample explaining how to do that?

    Hi,
    you can use af:inlineFrame component
    Frank

  • How to open pdf document in other window by using java script

    Hello All,
    I am working in R12 Application.
    My jdeveloper version is 10.1.3.3.0.3
    I want to open pdf document in other window on clicking the button
    for that i have written following code in process request of the controller:
    pageContext.putJavaScriptFunction("doFilterSwitch", "function doFilterSwitch(){window.open('/t01/oracle/TEST/inst/apps/TEST_appsdev2/logs/appl/conc/out/545042.pdf'); }");
    OAButtonBean moHelp =(OAButtonBean)webBean.findChildRecursive("Download");
    moHelp.setOnClick("doFilterSwitch()");
    but when i hit download button it gives me the below error:
    The webpage cannot be found
    HTTP 404
    Most likely causes:
    There might be a typing error in the address.
    If you clicked on a link, it may be out of date.
    What you can try:
    Retype the address.
    Go back to the previous page.
    Go to and look for the information you want.
    More information
    please help me out
    Regards,
    sheetal

    Instead of giving the link in Process form request, give the link directly in Destination URI property of the button and in target property write _blank.
    Note : use normal button not submit button

  • Acrobat 9 Pro: Open all documents in same window - don't want!!

    In Acrobat 7 there was a setting under
    Edit/Preferences/Documents that said "Show each document in its own window"
    I had this unchecked.
    I can't find this setting in 9, there is no such option (at least what I can find). I don't want all documents in separate windows, I want them in the same window! How do I fix that??

    But that's just plain stupid! I don't want 20 windows open when I drag 20 files into Acrobat for printing. I just want one.
    I wonder why they have done it like this.
    There are a lot of things missing from Acrobat 7 that I wish they hadn't removed. I thought upgrades was supposed to make a program better, not worse! Now I have to find work-arounds for a lot of things that was easy before and now doesn't work at all or works but takes a lot of time to do.

  • How to open BSP in the same window of WD?

    Hi,
    I have a WD that I would like to link to a BSP.
    I added a link and put the relative path to the BSP.
    Once I click on that link, the BSP is opened in a new window.
    I want the BSP to open in the same window, replacing the WD.
    I tried putting in the TARGET of the link: '_self', frame name and more but it does not work.
    (BTW, I am trying to call SRMSUS BSP).
    Any ideas?
    Thanks,
    Itay

    You need to use an Exit Navigation Plug instead:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/frameset.htm

  • How to open search results in same window in Firefox 22 Always did before last update

    Before the last update I would do a search on let say google and when I found what I wanted and clicked on it the window would switch to the result in that window, now it opens a new window. Another issue is I noticed when I have gmail open in a window and open another window that result comes up then switches back to the original window that was open last and the new window stays minimized on the bottom taskbar and I have to go back to open it again. If there are steps that need to be taken please list them.

    Type '''about:config''' in Address bar and search '''browser.search.openintab''' and change the value to false
    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    <b> To Enable SafeMode </b>
    *You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    *''Once you get the pop-up, just select "'Start in Safe Mode"''
    If it works in Safe Mode and in normal mode with all extensions (Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: "Firefox > Quit Firefox"; Linux: "Firefox/File > Quit")
    * https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to open links in the same window, without changing preferences?

    What I want to know is if there's a way to force a click on a link to open in the current window just one time, if the page was using target=_blank or other methods to open a new tab/window.
    The context menu doesn't have an option for that, was hoping for a modifier key option or something, or perhaps a plugin that would add such an option.
    I know there's an advanced pref to change the behaviour of clicking on links to control new tabs, windows, etc. I don't want to change the default, I just for certain links want to prevent the new tab on a one-up basis.
    (currently on Firefox 30 for Mac)

    Firefox actually doesn't have any built-in preference for overriding the target attribute. If you are on a site where you know the link is coded to open in a new tab, currently, the best workarounds are:
    * drag and drop the link on the address bar
    * right-click > Copy Link Location and then paste in the address bar
    Neither is convenient...
    You might be able to find an add-on for this. For example, Tab Mix Plus, Tab Utilities, and other multi-functional tab-related extensions might have an option to force links into the same tab. In a brief search, I saw one called TargetKiller that is more focused on this but recent reviews mention conflicts with other extensions. If this is a frequent pain point, you could search further on the add-ons site.
    * https://addons.mozilla.org/firefox/addon/tab-mix-plus/
    * https://addons.mozilla.org/firefox/addon/tab-utilities/
    * https://addons.mozilla.org/firefox/addon/targetkiller/
    Let us know the progress of your search.
    Another possibility is to solicit someone to write a userscript. A userscript is a JavaScript add-on that can modify web pages, but not the user interface (for example, it cannot add a right-click context menu item). You need the Greasemonkey extension to run userscripts, and you need to evaluate them carefully because they are not formally reviewed by anyone.
    You can contact userscript authors through these sites, and if someone is interested, they'll usually write the script for free and post it for everyone's benefit:
    * https://greasyfork.org/forum/categories/script-requests
    * https://openuserjs.org/corner

  • How to open my documents on windows 8?

    how to open my documents on windows 8
    pavilion p7-1234
    model:mxu23701n8
    This question was solved.
    View Solution.

    There are a couple ways you can do this, here's one:
    1. On the Windows 8 Start screen, move your mouse to the bottom left corner of the screen.
    2. Right-click in the corner, and a menu should appear. Click File Explorer.
    3. The Computer window appears on the Windows desktop. Click the file location from the navigation panel on the left. (Example: If the file you're looking for is in the Documents folder, click Documents, and browse to the desired file.)
    I hope this helps. If have further questions please let us know!
    Please click the thumbs up button to say "Thanks!"
    Clicking "Accept as Solution" on a reply that solves your problem makes it easier for other people to find solutions.
    I am an HP employee.

  • How to open pages documents with windows vista

    Does anyone know how to open pages document with windows vista? i saved it onto a usb stick but when i tried to open it on the computers in my university which support windows vista, it didnt reconise the file and opened with a page of question marks!!!! Im panicking now!!!!!
    Id appreciate any help!!! thanks!!!!!

    beckstarr wrote:
    Does anyone know how to open pages document with windows vista? i saved it onto a usb stick but when i tried to open it on the computers in my university which support windows vista, it didnt reconise the file and opened with a page of question marks!!!! Im panicking now!!!!!
    You cannot open it on Windows Vista. The only application in the world that opens a Pages document is Pages, and it is Mac OS X only.
    Your options:
    1. Find a Mac with Pages installed, and save the document as doc or pdf, which you can open on Vista.
    or, if that is impossible,
    2. Open the files in a texteditor like Notepad.exe on Windows and try to piece text fragments together to get at least part of your original text back. The images should also be available somewhere, even though all formatting is gone.

  • Opening PDF Document in New Window

    Hi,
    I have requirement to open pdf document in new window. I'm using Travel Expense form. I'm using the FM PTRM_WEB_FORM_PDF_GET. When I give 'X' to i_display_form, it displays the pdf document in same session or window. But I would like to open the pdf file in new window.
    The FM gives me pdf data of type RAWSTRING. Is there any FM or class where I can pass this data and open it in New Window.
    Can anyone please suggest on this.
    Regards,
    JMB

    download it using  gui_download and use cl_gui_frontend_services=>execute to execute that pdf file

  • How to open iCloud documents with ios8

    hi,
    i recently updated my iPad to ios8. and when it asked me to install iCloud drive i said yes.
    Now when i open pages on my iPad, there are no documents.
    when i go to iCloud.com on my mac i can see those documents, so they still exist.
    how can i open my 'iCloud'  documents on pages on my iPad?
    most forums say i need to install the beta version of os yosemite, whom installation is not working those days.
    the only thing i can do was to open a document on iCloud.com on my mac and send it to me via email. from my iPad i could read that email and open the document in pages. But this work only with small documents, a document bigger than 20 Mo, cannot be sent via email ( i'm using gmail)
    please help me, i really need those documents, i'm working with them.
    thank you

    beckstarr wrote:
    Does anyone know how to open pages document with windows vista? i saved it onto a usb stick but when i tried to open it on the computers in my university which support windows vista, it didnt reconise the file and opened with a page of question marks!!!! Im panicking now!!!!!
    You cannot open it on Windows Vista. The only application in the world that opens a Pages document is Pages, and it is Mac OS X only.
    Your options:
    1. Find a Mac with Pages installed, and save the document as doc or pdf, which you can open on Vista.
    or, if that is impossible,
    2. Open the files in a texteditor like Notepad.exe on Windows and try to piece text fragments together to get at least part of your original text back. The images should also be available somewhere, even though all formatting is gone.

  • Opening .pdfs in the same window/tab.

    I look at a lot of .pdfs (Journal Articles) in my browse. Generally, I only download a fraction of the ones I look at. Recently, Firefox has stopped opening .pdfs in the same window/tab. Instead, it prompts me to download every .pdf I want to look at. I then have to save them, open them on my desktop, look at them, and then delete the ones I do not want to keep. Does anyone know how to get Firefox 10.0.2 to start opening .pdfs in the same window/tab again?

    Adobe PDF Reader is not on your list of Plug-ins submitted with your question (click on "More system details" to the right of your original question). If it is disabled on the Plug-ins list (''Add-ons > Plugins''), click "Enable". If it is not installed on your system (in your Programs folder), then download the installer and run the installer after it is saved to your hard drive (install with Firefox closed).
    *See --> [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox] ('''''NOTE:''''' un-check any items on the Adobe download page that you do not want installed on your system)
    *Also see --> [https://support.mozilla.org/en-US/kb/Opening%20PDF%20files%20within%20Firefox Opening PDF files within Firefox]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *'''''Adobe Shockwave for Director Netscape plug-in''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.org/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Opening URL in the same window

    Hello,
    I have a webdynpro Java Application which is opened on the click of the iview which is created for it.....now i want to specify a URL for it which should open it in the same window.....rather than an external window.....how can i achieve the same...? how can i specify the URL in the Default Plug (event handler) of the Interface View Controller.....so that it opens up...
    Any help would be highly appreciated...
    Regards,
    Shikhil

    Hi Shikil,
    use this
    String navigateto="ROLES://portal_content/";
    WDPortalNavigation.navigateAbsolute(
                                                 navigateto,
                                                 WDPortalNavigationMode.SHOW_INPLACE,
                                                 (String) null,
                                                 (String) null,
                                                 WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
                                                 (String) null,
                                                 (String) null,
                                                 (String)null);
    navigateto is the pcd of your iview.
    thanks,pkv

  • Open Web Dynpro in same window

    Hello Everyone!
    We've got a really really big problem.
    We use in our KM a Web Dynpro. In the Image Map we want to call this Web Dynpro and open it in the same window. But at the moment we are just able to open the Dynpro in another window.
    Is there a possibility to open it in the same window?
    Hope that anyone of you, has a solution for our problem.
    Many thanks,
    Isabel

    Hi,
    Please post the URL of your webdynpro application.
    Chk this
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/808fb397-1fcf-2910-7884-8f075c939666
    NavMode parameter determine, whether the application should open in new window or same window.
    mode 0 for internal window,
    mode 1 for external window with content,
    mode 2 for external window with full navigation,
    mode 3 for external headerless window
    http://<host>:<port>/irj/portal?NavigationTarget=navurl://50e00a3ef7d094e3d05ae768f98b8761&NavMode=0
    This link will open in same window.
    Regards
    Baby

  • How to open attachments in email from windows users

    How to open attachments in email from windows users.

    That would be totally dependent on what type of file has been sent. What is the windows user sending to you?

Maybe you are looking for

  • Double booking when clear open item on G/L account

    HI! I use bank account 193200 as a clearing account to clear open items. I have made two postings on this account in different currencies. Now I wan't t o clear this items in f-03, and the difference of apprix 10 EUR is to be posted on an exchange ra

  • Creating AICC compliant Menu in Captivate 3

    Using Captivate 3 and publishing to AICC (for use in an LMS), would it be possible to access multiple units/chapters (in a specific order) from a menu page, check off the units as they are completed, and send that information to the LMS? Here's an ex

  • Xdebug 2.1.3-2 and netbeans issue

    After upgrading to 2.1.3-2 I encountered issues with debugging php code in netbeans 7.2 (netbeans kept loosing socket). Downgrading back to 2.1.2-1 saved the day. I am curious if I am just alone and if anybody found the way how to fix it eventually.

  • Export file too big! I need help.

    I am trying to export a text book from pdf to word.  How do I export a file if it is too big?  Is there a way to export half? Or export certain pages?  I am not computer savvy so this may have an easy solution.

  • IBooks on iPad not showing images in PDFs

    I have a bunch of PDFs that are synched to my iPad. On Preview, the PDFs look perfectly fine. However in iBooks, on the iPad I find that about a third of the PDFs show all the text, but none of the images. Anyone have an idea what could be going on h