Open portal window in another portal

Hi all portal experts,
I need connect from one portal to another one.
Explanation: I need to create iview or something like that which will open another portal in my portal, but like another user. It have to connect automatically, and I can't see the user name and password. Can you help me where to start?
Milos

Hi Milos
                  If you mean that you want to share content of a second Portal onto yours then you can use the Federated Portal Concept.
Please go throug SDN and you will find numerous documents regarding that.
This could be a start:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/351402eb-0a01-0010-50ab-a85edf485856
Or maybe you want a URL iview pointing to another portal.
Cheers.
Please award points for helpful answers.

Similar Messages

  • Import portal settings to another portal

    Hi,
    is there any way to import portal settings to another portal
    Thanks &  Regards
    Anoop

    What all setting you want to pass on..

  • Opening one window from another

    I've created a method which opens a window that takes an input from the user and then closes and returns the input to the main program. When I called this method from a test program it seemed to work perfectly but when I tried to call it from my main GUI via an action listener on a button it just seems to crash.
    So my input window would wait until the return button was pressed, I set up a while loop which delays the program until a flag is changed by pressing the return button. As far as I can tell it is this while loop which is causing the problem. Has anyone got any idea why this method works with my test program but not through a GUI? I expect that there is also a better way of retrieving this information from my input window and that I have probably just forgotten something very simple. If anyone has got any suggestions I would be very grateful.
    Thanks, Tom

    Hi Tom,
    the while loop is not very suitable for this situation.
    The best solution, in my opinion, is to attach ActionListener to the 'submit' or 'ok' button of your child window, from the main GUI.
    Let's say A is your main GUI class and B is the JDialog (better if modal) that should return the value. Proceed as following:
    1. in the class B implement a method that attaches a listener l to the Ok button
    public void addOkListener(ActionListener l)
      okButton.addActionListener(l);
    }2. in the class A, create a ActionListener object like:
    ActionListener al = new ActionListener()
      public void actionPerformed(ActionEvent)
          do whatever you like, this code is executed when the user clicks
          on the button OK in the JDialog.
          For example you may want to retrieve the value from the JDialog:
          System.out.println(b.getMyValue());
    }3. in the class A, attach the listener to B:
      b.addOkListener(al);Antonio :)

  • Opening new window in xMII Portal navigation tree

    I'm doing a 5-level deep drilldown where each drilldown needs a new window (browser page). I do it with JavaScript and window.open(strURL); and xMII 11.5.
    This works well with "standalone" pages, but I would like to use xMII Portal navigation tree all through.
    So, is there a way to open a page (with JavaScript) in xMII Portal Navigation tree so that user gets "jumped" to this location while staying in portal without a new window or popup window. Just like I would do with mouse (navigate tree, open page) but with code?.
    I have found nothing relating to this in SDN or help files.
    Message was edited by:
            Matti Nummi

    Hi, Matti.
    If you specify a target attribute of "MainContentWindow", it should open up in the portal content area.
    Best regards,
    Rick

  • URL Iview in portal window, substituting the Portal window

    Hi there,
    we are trying to open an ITS Transaction via the Portal (EP 6.0 SP2 Win32). The user though should not see the Portal at all. We want some sort of redirect from the reverse proxy, which also does the portal authentication (NTLM) into the ITS.
    Regards,
    Bodo

    Hello Bodo,
    you've marked your question as solved. Can you describe in detail what was the solution?
    Regards
    Gregor

  • Opening a window in another .nib

    Hi guys,
    I have two .nib files, the default MainMenu and the MyDocument Interface Builder files here, but when I click a button (in this case "New file") I want the MainMenu window to activate the window that's inside the MyDocument file.
    How can I do this?
    Thanks in advance,
    Ricky.

    Is your "New File" button on a window inside the MainMenu.nib file, and is the purpose of button to create a new blank document?
    If so, you need to set the buttons target to first responder. You probably want to set the button's action to the same as the File > New menu command (I don't remember of the top of my head what the action name is).

  • How to open multiple windows from ALV?

    I have a button on each line of ALV.
    If the user clicks on the button on the first line, it shoud open a window in another session.
    Now the user will be able to click on the button on the next line and another window should popu up.
    Thus the user can compare the window contents and do the corrections.
    How to achive this opening of windows simultaneously?
    Thanks,
    Ven

    I tried the above function module and it does open anotehr session - but I am not able to pass values . I have to pass SAP Script texts and opent he window. but the above func mod calls t codes and allows bdcdata, messages or spa/gpa parameters only.
    So I am back with my question - how to open the session with the text lines?

  • How to open a new window with no Portal Header and Portal Navigation bar

    Hi,
    I am working with the EPCM.doNavigate() method and passing the value "1" for the mode parameter in order to open it in a seperate window without the Portal header.
    For some reason, the Portal header is still seen in the new window.
    Do anyone know the reason?
    Thanks,
    Aviad
    int openType = 1;
    "EPCM.doNavigate(\""Url"\", "openType"); \n"

    Hi Aviad,
    Try out the command
    EPCM.doNavigate(\""Url"\", "openType",'toolbar=no','status=no','menubar=no');
    <b>Put opentype=1</b>
    I think it will work
    Thanx & Regards
    Anish

  • 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

  • Direct URL to Federated Content opens in new portal window

    Help!  I have Remote Delta Links on my producer portal to my consumer portal BW IViews.  I have both the producer portal IViews and the consumer portal Remote Delta Links configured to open in a headerless Portal window. 
    I have built an URL to call the Consumer Remote Delta Links.  The call works, but the browser opens up to the full portal view instead of the headerless Portal window.
    Is there an URL parameter I can use to force it to open in a headerless window?
    Anyone know why? Can Anyone help?
    Help!  Thanks!

    I found an url parameter and forced it to open the way I want it to:
    The solution parameter is:
    &NavMode=3
    Thanks!

  • Opening View in new Portal Window

    Hi
    I have a requirement to open a new portal window on clicking a link in the portal.
    I have done the required setting in 'SPRO' and given the Page ID to the link . But i am not able to make out how to make that page open in new window on clicking the link. I have tried changing the property of view to 'Launch in separate window but it didnt work.
    Regards,
    Puneet

    Hi Puneet,
    I also have the same issue - did you find a solution?
    Thanks,
    Oloy.

  • Small pop up window inside a portal page

    My portal page has one html portlet. I need to have a small pop-up window on this page which contains periodically changing messages(message is retrieved from a table in the database). The popup window should appear if the message inside the popup message has changed, otherwise it should not appear.
    this is my code below:
    declare
    cursor cur_popup is
    SELECT POPUP_MSG_READ_FLG
    FROM app_users
    WHERE PORTAL_USER_ID = portal30.wwctx_api.get_user();
    BEGIN
    open cur_popup;
    fetch cur_popup into msg_read;
    close cur_popup;
    IF msg_read = 'N' THEN
    url := PORTAL30.wwv_user_utilities.get_url('CAPS.LINK_POPUP');-- links to a portal page with popup
    portal30.wwv_redirect.url(p_url => url);
    ELSE
    url := PORTAL30.wwv_user_utilities.get_url('CAPS.LINK_without_popup');--links to a duplicate portal page without popup
    portal30.wwv_redirect.url(p_url => url);
    END IF;
    END;
    I don't want to maintain duplicate portal pages -one with onLoad=window.open('popup') and the other page without the pop up.
    Pls. suggest an alternate method. How can I pass parameters to the portal page and retrieve it in my portlet's javascript? Please let me know as I need it urgently.

    Hi Lavanya. I have implemented the same.
    Within my oracle tags, I'm using htp.print to produce the javascript for opening the window if it has not yet been viewed. It gets a bit confusing to produce one language syntax with another, but seems to work fine - you're kind of saved by pl/sql's single quote syntax vs. javascript double quotes!
    Some improvements I'd like to make are for cases where the browser has cached the content (which tells the browser to open a popup window) and to produce a receipt when the user clicks "OK" in the popup, rather than when the page is delivered.
    Let me know how it goes. Sounds like a common need - maybe we should get together and publish a new portal component! :^) Thanks, Luke.
    My portal page is not generated from within my pl/sql. My code just calls the link which,in turn calls the portal page. The portal page contains a html portlet, and the popup window is opened from <body onLoad = window.open(.....)>
    so, i cannot use htp.p here.
    Pls. help!!

  • How to impersonate another portal user?

    Anyone pls,
    how can i impersonate another portal user when i logged into the Portal with my userid. my requirement is i would have an iview with list of users(portal users). On click of the user i should open a new window which logs into the portal with that user credetials.
    could anyone pls let me know how to do this?
    anyone plss
    Thanks,
    Raghavendra
    Message was edited by:
            Raghavendra Pothula
    Message was edited by:
            Raghavendra Pothula

    Thanks SK.
       I try and get currentUser with the codes you provide in Web Dynpro Application.
       But when I deploy the Web Dynpro Application into a portal and running it in a portal, I will get null all the time.
    Here is the codes in Component Controller:
      public void wdDoInit()
        //@@begin wdDoInit()
        try
          IWDClientUser user = WDClientUser.getCurrentUser();
          String userName = user.getSAPUser().getUniqueName();
         catch(Exception ex)
           ex.printStackTrace();
           wdComponentAPI.getMessageManager().reportException(ex.toString(), false);
       //@@end
    when running in portal , It always raise null Exception.

  • Changing Variant Pop up window name in Portal for BI reports

    Hi All,
    I have integrated Bex analyzer with portal, from which when i select variant it will open pop window to select options.. here i want to change the  pop window name as " sale order report name itself. I have changed the name of the report and it is showing in internet explorer...
    when i select variant...im getting Bex internet explorer name, instead of sales order report name.
    Please suggest where can i change this settings in portal or BIW level.
    Thanks
    Pradeep

    See if this link helps
    http://www.vrusso.com.br/blog/2011/03/unobtrusive-confirm-javascript-replacement-with-jquery-ui-dialog/Effectively you are calling a jQuery dialog box with custom buttons and events. Optionally you can hide the close button(or even the titlebar) and prevent closing the modal window when escape key is pressed.

  • Open KM Navigation Content in Portal Content area

    Folks,
    We have a km navigation iview and want to open the contents in the portal content area instead of opening the links in a new window. I don't find any configurable options. What are the development effort options and how big is the effort? Any hint will be very helpful.
    Regards,
    Tridib

    Hi Tridib,
    see /thread/87593 [original link is broken] for the example of external links. If I'm right in this, the same would hold for other renderers.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

Maybe you are looking for