Headerless Portal window - Same window

Hi ALL,
I want to open a headerless portal window on clicking on a hyperlink in the application .
But I want this to opened in the same window.  I do NOT want this window to be opened in a new window.
Please let me know your thoughts.
Thanks in Advance...

HI Sona,
You may try this -
1. You have a dynpro application. There is a link to open EP application.
2. On this wd application view, add a ViewContainerUI Element. Add a view2 here
3. While clicking on the link, navigate controls to view2.
4. Do a form submit there, to open your EP application. (you may set this view invisible as per your req.)
5. while creating the iview, set the property of the iview to open the view in content area only.
Hope that will result in what you expect. Thanks,
Best Regards
Chander Kararia

Similar Messages

  • Portal favorites open in same window after upgrade

    Dear Experts,
    After upgrade Portal from EP 7.0.1 SP3 TO SP8 KMC Patch 1,  we are facing some issues, the issue is, clicking on the favorites link opens the page in the same window. But in the page properties we have mentioned to open in a new window and via detailed navigation it is opening in the new window only. But when we add this page in portal favorites and click on the link from favorites, it is opening in the same screen.
    Thanks,
    Jay

    Hi Guys. Thanks so much for replying.
    Cedric - I'm in 08. I posted in the 06 forum first by mistake. And I basically don't know "how" I built the site. I just kind of poked around like I usually do, trial by many errors.
    Roddy - I've had the folder and index on my desktop. I hadn't previously uploaded the index and just did so but nothing's changed. My host company doesn't have an actual control panel. I have a feeling it's not a great one. At least for a beginner. Is there anything on their site I should be looking for?
    Cyclo - I hadn't nothiced the Hear button working correctly, since I haven't actually been working there yet! You're right it works. I guess I do have to rebuild the text buttons as you say. I guess this is the down fall of not knowing HTML.
    I really appreciate all the input folks.
    Dave

  • UWL: headerless portal window launches with improper column justification

    Hello,
    We are running Portal 7.0, for our ECC 5.0 and SRM 4.0 production systems. 
    When managers execute an item from their Universal Worklist, such as an absence notification, a new headerless portal window is launched. 
    All of the viewable data should appear in the right column of the newly launched window. 
    However, the window launches with a display that hides 90% of the right column, and the only way to view the data is to drag the column line back to the left side.
    Specifically,I think that it is tied to a column width property of the new headerless portal window; however, I am not sure where that can be edited from.  I am looking at System Administration>System Configuration tab, and then Universal Worklist - Administration>Universal Worklist Configuration Content.   I can view the XML content, but it is not clear which of the multiple "launchInNewWindow" lines is the one responsible for our viewing problem. 
    Any suggestions would be greatly appreciated!
    Thank you,
    Joyce

    In case anyone else ever has this problem, here is the solution:
    The problem was a bug that was fixed in the Basis Support Package SAPKB64018.

  • Business Package 'open in separate headerless portal window' shows masthead

    We have implemented ESS and MSS 1.41 and SRM 7.0 in our development portal.
    When an iView with the property 'open in a separate headerless portal window' is opened, it opens in a separate window but with the masthead and TLN bar.
    I have checked the iView properties and they are set correctly.
    What causes the iView to show the masthead and TLN even when the property states headerless portal window.
    Thanks,
    D. Maupin
    University of Kentucy

    Hi,
    Please check this [link|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d2aeb9-5f92-2d10-d38d-ded09c94330d?QuickLink=index&overridelayout=true].
    Hope it helps
    Regards,
    Samir

  • 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

  • Have search results link open in same window

    Hello,
    I'm looking at the FlexUI stuff and wondering before I delve too deeply... that and my Portal is currently not cooperating.  How can I make it so that when the user clicks on a search results link, it shows in the same window (as opposed to opening a new window)?
    Thanks,
    Mike

    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) <

  • Open a URL in the same window

    Hi,
    My objective is to open a URL when i click on a webdynpro iView in the same window.
    I created a outbound plug in the InterfaceViewController.
    And wrote this piece of code in wdDoBeforeNavigation() in Component controller.
    wdThis.wdGetExternalComponentInterfaceViewController().wdFirePlugGoToUrl(Url);
    Where "Url" is a string variable contaning the value.
    But when i run this piece of sode it gives exception
    "Exit-Plug must no be triggered with an URL when running in portal. Use portal navigation instead to navigate to another application!"
    So what should i do solve this problem
    Regards,
    Paresh

    HI,
    Procudere to create the LogoffURL
    In the Application properties add your URL name.
    LogoffURL = http:
    www.google.com
    1.      Define an exit plug in the interface view of your Web Dynpro component:
                                a.      Enter a name and check the checkbox Exit Plug.
                                b.      Enter the name Url for the parameter and select string as the type.
    This parameter is case-sensitive and must be entered exactly this way.
           2.      In your view, define the action Exit and add the event handler onActionExit().
           3.      In the view layout, define a button and bind its onAction event to the Exit action.
           4.      In your view, define the use of the interface view controller of your Web Dynpro component under Properties.
           5.      Insert the following code in this method of the implementation:
    String logoffURL = wdComponentAPI.getApplication().getApplicationInfo().findInApplicationProperties("sap.logoffURL").getValue();
    wdThis.wdGetTimeCompInterfaceViewController().wdFirePlugExit(logoffURL);
    OR Do u need to generate the URL by using the application?
    Thanks,
    Lohi.

  • How to open another iView in the same window

    Hallo,
    I user following code for opening iView:
    String iView = "http://server/irj/portal?NavigationTarget=ROLES://portal_content/example";
              this.getForm().addRawText("<SCRIPT>\n");
              this.getForm().addRawText("EPCM.doNavigate('" + iView + "',"
                             + "'1',"
                             + "'toolbar,menubar,resizable,scrollbars',"
                             + "'',"
                             + "'',"
                             + "'',"
                             + "''"
                             +
                        //","+
                        ");\n");
              this.getForm().addRawText("</SCRIPT>");
    ... but this open iView in new window. I'd like to open iView in the same window as the primary iView.
    Best Regards,
    Josef Motl

    Hello all:
    And... How could I show some i-views with another contents in the same page, like this?
    photo
    IVIEW
    photo
    IVIEW
    Thanks,
    Alejandro.
    P.D.: Excuse my poor English.

  • How to navigate from webdynpro view to bsp page in the same window?

    hi i want to call a page by its url.
    i am using the "create_external_window" method.
    but it is displying my url in a new window.
    i want to display it in the same window.
    the second page i want to call is a bsp page.
    i tried also the portal manager and NAVIGATE_ABSOLUTE but nothing happens.
    it displays nothing.
    thanks for your hints.

    >
    Achref zaidi wrote:
    > hi i want to call a page by its url.
    > i am using the "create_external_window" method.
    > but it is displying my url in a new window.
    >
    > i want to display it in the same window.
    > the second page i want to call is a bsp page.
    >
    > i tried also the portal manager and NAVIGATE_ABSOLUTE but nothing happens.
    > it displays nothing.
    >
    > thanks for your hints.
    Hi,
    Navigate_absolute method has navigation mode. Can you please tell me what you mean by nothing happens ? This will work only in Portal environment.
    So if you try with portal then remember to use  Navigation_mode as inplace.

  • Open UWL items by default in the same window

    Hi All,
    Appreciate if you could let me know if the following scenaio is possible?
    When the user logs into the portal he will be seeing the "Inbox' page which is nothing but a standard UWL iview.
    We have a task(TS001) for example which appears in the "Tasks" tab. Selecting an entry displays the following:
    - Details
    - Logged-On User Information  
    - Current View Information  
    - Current Navigation Information  
    - Current Item Information  
    All these are fine. Clicking on the "Subject" line, results a new window being opened fir the manager to either "Approve" or "Reject" the leave.
    What I would like to do is:
    I want the same window (that has opened in a new window) to be opened by default in the same window just beneath the "- Current Item Information". Meaning, selecting the row, should display the webdynpro iview in the same page rather than actually clicking on the "Subject" link.
    Hope it's not too confusing....
    Appreciate your reply and thanks in advance.
    Cheers,
    Sathya

    Hi Saytha,
    Is opening the workitems by clicking on the subject in the same window an option?  I can help with this.
    Within the xml files you can use the parameter called launch in new window.  You can set this to No so that when you click on the subject of a task, the content that opens, stays opened right in the main part of the portal.
    Here is some additional information about this:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/2c/05b15de3864040a9426788a12699b3/content.htm
    Beth Maben
    EP - Senior Support Consultant
    AGS Primary Support, Business Suite & Technology
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • Need to open the iview in the same window using the navigateObsolute method

    Hi Guys,
    Iam facing a problem using the Navigate Obsolute method. I want the target iview to be displayed on the same window rather than the seperate window. For this I have selected the WDPortalNavigationMode as SHOW_INPLACE. Still  the target iview is displayed on different window.
    The code I have written is
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/com.accenture.Radar/com.accenture.radar.ProjectsIView",WDPortalNavigationMode.SHOW_INPLACE,WDPortalNavigationHistoryMode.NO_DUPLICATIONS,(String) null);
    Could someone help me out.
    Thanks,
    Suvarna.

    Hope this will help you:
    =========================================================
    Defining WorkProtect Mode Centrally
    You can change the following settings:
    · Standard navigation behavior for unsaved data in portal applications
    · Personalization by the end user
    · Appearance of the newly opened window if WorkProtect mode is active
    1. Choose System Administration ® System Configuration ® Service Configuration.
    2. Choose Portal Catalog ® Browse.
    3. Navigate to the epcfloader portal service and change to edit mode.
    The epcfloader service file is in subfolder Services of application com.sap.portal.epcf.loader.
    4. Define values for the following properties:
    Property:  workprotect.mode.default     
    Value     Meaning
    1           Protect unsaved data by opening a new browser window (standard setting)
    2           Unsaved data is lost
    3           Required behavior can be selected each time the popup appears
    Property:  workprotect.mode.personalize
    Value     Meaning
    on         End users can personalize the behavior.
    off         End users cannot personalize the behavior.
    Property:  workprotect.window.features
    Defines the appearance of the newly opened window.
    Possible values are all the commands accepted by the JavaScript function window.open, such as toolbar=no, location=no
    5.      Choose Save.

  • Navigate from one iview to another and open in the same window

    Hi,
    I created two iviews with Visual Composer 7.0 SP8.
    In the first iview I create a button with hyperlink action, that call the URL of the second iview. The two iviews are in separates pages.
    The problem is that the second iview is open in a different window, and I want to open this iview in the same window. I changed the propertie start in new window with "show in the portal content", but It is still open in another window.
    How can I open the second iview in the same window?
    Thanks,
    Ivan

    Hi Marcus,
    I created two iviews, the property of the first iview is window type = primary window, the second iview is defined like window type = nested window.
    Now the problem is that I can not deploy the second iview in the portal.
    Do you know what is happening?
    Best regards,
    Iván.

  • Open Url iView in same window but full screen

    Hi ,
    I have a requirement where i need to open the url iview in the same window but in fullscreen mode.
    Also for eg if the url is www.google.com ,then the iview should look similar in terms of size as opened in the normal IE browser.Also the url on the portal should change to www.google.com and not http://servername:portnumber/...
    Can you please help me in doing so.
    Regards,
    Preeti

    hi,
    maybe some text as url [ggpage|http://www.google.com] is what u need, not  url view
    A URL iView is a collection of meta attributes, one of which is the URL to the information source (see )Selecting the Source URL). A built-in browser available in the URL iView Wizard and Editor enables you to navigate easily within a Web site in order to retrieve the URL of the source Web page to display in the iView.
    last word: " in the iView"

  • Search Results in the Same Window..as we have in SDN

    Hello Gurus,
    I want the search results to be displayed exactly like we have in SDN. I mean search result should be displayed in the same window rather than opening a new window. Also when click on a document that document should open in the same window.
    Please help in this.
    V

    Hello, we want to implement this functionality as well.
    We are on Portal 6.0 SP15.
    I’ve already modified the ToolAreaIview.jsp to right align the search input box and redeployed the portal archive as a new portal archive to our system.  I’ve created a new iview off this portal archive and the search box is right aligned.    Works great.
    Now we want the search results to appear in the content area iframe? in the same manner as the search results at SDN.  I followed the instructions as kindly outlined by Vaibhav.  I removed the old var searchURL= and window.open code.   My Toolareaivew.jsp now contains this in the function openSearch():
    var searchURL= "http://"location.hostname":50000""<%=url%>" QueryString;
    EPCM.raiseEvent('urn:com.ourcompany','searchResult', searchURL );
    I redeployed the par file to the portal and created a new search iview based on this code.
    I can see the javascript modifications in my browser when I go to view -> source.
    I can event take the variable  searchURL that’s displayed in the  source and paste it into my browser and the URL seems to be correct.  I then modified the com.sap.portal.navigation.contentarea.par ->  workarea.jsp and put in this code:
    // Search Result set
    function handle_searchResult_Event( eventObj ) {
    self.location.href = eventObj.dataObject;
    EPCM.subscribeEvent('urn:com.ourcompany','searchResult', handle_searchResult_Event);
    I saved the par file with the same sap name com.sap.portal.navigation.contentarea.par and redeployed it to the portal.  Now when I search on this newly created iview, it appears this event is not being raised as nothing happens.   I have further read that I may want to rename the .jsp from workarea.jsp to something else.  So I saved workarea.jsp as workarea_new.jsp and redeployed the par file.   Still nothing happens during the search.   I  have even stopped /restarted the portal but still no luck. 
    Could anyone provide any hints at what I might be doing wrong?
    Thanks in advance.

  • Navigate to another page in the same window problem

    Hi,
    I have a problem with the following scenario:
    When a user clicks on a link in a portal, a web dynpro page opens in new window with the url similar to this
    http://server:port/irj/servlet/prt/portal/prtmode/runtime/prtroot/pcd!3aportal_content!2fCompany!2fIntranet_v2!2fApplications!2fZZ!2fPages!2fBrowseCopies
    So basically in this way we only want to display this single application, without portal top level navigation, inner page, masthead etc.
    The problem occurs when we try to implement navigation from this web dynpro application to another page
    When we use WDPortalNavigation a new window opens but we want the navigation to happen in the same window.
    We cannot use LinkToUrl control with _self parameter because its not supported.
    We also cannot use HttpServletResponse by getting it through com.sap.tc.webdynpro.services.sal.adapter.core.IWDWebContextAdapter class.
    We also cannot use ExitPlugs because the error occurs with the message that the ExitPlugs cannot be used in portal.
    Basically I need a redirect to another page. Any ideas how to solve this problem?
    Regards,
    Ladislav

    Hi,
    the link which initially opens this web dynpro application page is contained in a html page.
    Here is the code:
    WDPortalNavigation.navigateAbsolute(
      "ROLES://portal_content/Company/Intranet_v2/Applications/ZZ/Pages/PurchaseRequests",
      WDPortalNavigationMode.SHOW_INPLACE,
      WDPortalNavigationHistoryMode.NO_HISTORY,
      "requestNr="+wdContext.currentContextElement().getRequestNr());
    Regards,
    Ladislav
    Edited by: Ladislav Pomezny on Jul 2, 2009 1:23 PM

Maybe you are looking for