Navigating between applications on portal

Hello Experts,
My scenario consists of one portal page with a wide narrow layout.Each of the columns contains a webdynpro application.On click of a link in the narrow column, i want to call an application in the wide column. I have already tried using WDPortalNavigation.navigateAbsolute method , the problem is it calls the other application in the same narrow page.I want the new application to be called in the wide page.
Any help is appreciated
Regards,
Virag

Hi
I tried passing the values through fire and subscribe methods. But ti doesnt do anything.
The application from where i am passing the value, i have written the following code:
WDPortalEventing.fire("urn:com.abc.xyz.search","Go",combString);
In the target application, following code is written in the init:
WDPortalEventing.subscribe("urn:com.abc.xyz.search","Go",wdThis.wdGetReactPortalEventingAction());
Code for wdGetReactPortalEventingAction() is:
  String val = dataObject;
wdComponentAPI.getMessageManager().reportSuccess("value:"+val);
here, dataObject is the parameter of wdGetReactPortalEventingAction() and is of type string.
Is there anything which is being missed?
Another thing is, if i want to pass application parameter values to the iview at runtime, how do i make an entry in iview properties?
Thanks & regards,
Anupreet

Similar Messages

  • Navigation between applications

    Hello everyone,
    i had a problem while Navigating from one application to another application.....in webdynpro project.
    i had two application in one webdynpro project. i am passing one url string in first application exit plug.
    using the code below.
    String deployableObjectName =wdComponentAPI.getDeployableObjectPart()     .getDeployableObjectName();
    Map urlParameters = new HashMap();
    //     get URL parameter value entered by user, stored in context attribute
    urlParameters.put("A",                              wdContext.currentContextElement().getA());
    urlParameters.put("B",wdContext.currentContextElement().getB());                                                                 try {
                                                                          WDDeployableObjectPart deployableObjectPart =
                                            WDDeployableObject.getDeployableObjectPart(
                                                      deployableObjectName,
                                                      "TreeApp",
                                                      WDDeployableObjectPartType.APPLICATION);
                                            String urlToTreeApp =
                                                 WDURLGenerator.getApplicationURL(
                                                      deployableObjectPart,
                                                      urlParameters);
                                                                               wdThis
                                                 .wdGetLoginCompInterfaceViewController()
                                                 .wdFirePlugLoginAppExit(
                                                 urlToTreeApp);
                                       } catch (WDURLException e) {
                                            messageMgr.reportException(
                                                 e.getLocalizedMessage(),
                                                 false);
                                       } catch (WDDeploymentException ex) {
                                            messageMgr.reportException(
                                                 ex.getLocalizedMessage(),
                                                 false);
    then this i am receiving in second application inboundplug that is onDefaultplug,there i had given corresponding parameters.
    Everything is working fine.
    My problem is : the parameters whch i am passing are showing in addressbar as query string.I dont want to show them there.
    Is there any other way to witch i can pass parameters from one application to other application without displaying at url.
    anybody help me.
    regards,

    This explains how to use exit plugs for navigation between apps.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial%20on%20inter-application-navigation%20-%2015.htm">Inter-Application Navigation</a>
    Regards,
    Keith L.

  • Navigating between applications

    Hi,
    I have an application in the detailed navigation. It has radio button, input field, a button and a link to action. There are two scenarios:
    1. On click of link to action, another application should open up in the portal content area:
    For this, i tried using WDPortalNavigation.navigateAbsolute(). But it opens the application in new window. I also set th eproperty of the iview so that it opens in portal content area, but still it is opening up in a new window.
    2. The second scenario is:
    On selection of a radio button and putting data in input field, i click a button which should open another application in the portal content area. i need to take both these values to the second application based on which the data will be displayed on the screen.
    I went through docs about fire and subscribe method, but i am a bit confused. Has anyone worked on this?
    Any help will be valuable.
    Both of these applications are in same DC, each having different components.
    Thanks & regards,
    Anupreet

    Hi
    I tried passing the values through fire and subscribe methods. But ti doesnt do anything.
    The application from where i am passing the value, i have written the following code:
    WDPortalEventing.fire("urn:com.abc.xyz.search","Go",combString);
    In the target application, following code is written in the init:
    WDPortalEventing.subscribe("urn:com.abc.xyz.search","Go",wdThis.wdGetReactPortalEventingAction());
    Code for wdGetReactPortalEventingAction() is:
      String val = dataObject;
    wdComponentAPI.getMessageManager().reportSuccess("value:"+val);
    here, dataObject is the parameter of wdGetReactPortalEventingAction() and is of type string.
    Is there anything which is being missed?
    Another thing is, if i want to pass application parameter values to the iview at runtime, how do i make an entry in iview properties?
    Thanks & regards,
    Anupreet

  • SSO between Portal Application and Portal Admin Tool

    Hi All,
    We have a requirement for implementing SSO between a Portal application and
    Portal admin tool.
    We are using WL Portal 8.1 SP4.
    Here is the reason for this requirement -
    A user logged-into Portal Application needs to login to Portal Admin tool to
    do some admin activity. We want to provide a link in the portal application
    using which the user can directly login to the Portal Admin tool without
    having to enter the credentials again.
    If someone has any info on how to implement this, can you please point me in
    the right direction.
    Thanks,
    ~Deepak

    Hi,
    When creating PP you have 2 options
    PP used for compiling and PP used for Building
    You create PP with all the libraries into Developing/Compiling Other DCs
    And another PP with all the libraries into can be packaged into other build results (SDAs).
    Once you have these 2 PP in place you add the DC as used DC.
    And this should resolve the issue.
    Hope this helps.
    Cheers-
    Pramod

  • Navigation between records in a JSP application

    Hi,
    I would like to know how to provide navigation between records in a tabular form liked JSP application using JDeveloper 3.2
    without using the Oracle or Default template.
    I can do it with a singular record view but not in a tabular view. I like to know now I can mimic the navigation provided in Oracle template in which the current selected record is hightlighted. Can we navigate between records using Up and Down
    arrow key like in Oracle form instead of using Navigation Bar. Please provide details code.
    Thanks a bunch,
    Khanh Hoang

    You can refer to the source code in jbohtmlsrc.zip for deriving your own implementation.

  • Regarding T Raja weblog Navigation between BSP Applications part I

    Hi sdns,
    This question is regarding weblog T.Raja Navigation between BSP Applications part I.My doubt is i have done it its  working but i am not able to get the o/p data in the table here. I have revised the code twice & thrice not able to find the table which he used. In this code is there any table he used.Or else he provided data directly from the program.
    I am getting the table but no data in it .I have checked p0006 it is an internal table.
    If there is no data in the table how to enter data and in which table we have to enter the data.
    And other thing i have noticed is .In the blog there are only few fields in tthe o/p.But in my program i got a lot of o/p fields.Please help me in this regard.
    Thanks & Regards,
    Lokesh@EDS.

    Lokesh,
    I hope you are talking about the table:model_id->I_detail. This table is declared in Model Class-ZCL_MVC_PERNR_DETAIL in Class attributes. Look at the screen shots in the blog. it will solve the issue.
    @ Viji:
    Lokesh mentioned abt blog /people/raja.thangamani/blog/2006/12/26/bsphow-to-navigation-between-bsp-applications-part-i
    Raja T
    Message was edited by:
            Raja Thangamani

  • Issues while running a WebDynpro Application through portal.

    Hi,
    I am trying to execute a webdynpro application through portal and facing some issues. I hope to get a significant help from the experts:
    > Initially, a report is called from the portal which in turns calls the WebDynpro Application.
    > After this, I am again trigerring "FIRE" event in order to go back to report.
    At this step, portal shows a message "The Page Can Not be Displayed". Browser link field contains the event name which I am passing to the Fire Event.
    Can anybody let me know the root cause for this issue? Below is the piece of code that I am using for navigating from Webdynpro to Report.
            l_sapgui_manager->fire(
              EXPORTING
                name = 'INDI'
            parameters = lt_parameters ).
    lt_parameters contains some field values which are required in the report.
    Thanks,
    Ashish

    No Solution

  • Calling a web dynpro application via portal using SSO

    Hello Expert,
    i have a requirement where i need to call a web dnpro application via portal.
    But it is asking for user name and password.
    i want to call using single sign on.
    Can u please suggest a way.
    i did the coding like this:-
    CALL METHOD cl_wd_utilities=>construct_wd_url
    EXPORTING
    application_name = l_c_appl_name
    IMPORTING
    out_absolute_url = l_v_gv_url_string.
    l_v_icf_url = l_c_icf_url_val.                      "#EC SYNTCHAR
    CALL METHOD cl_icf_tree=>if_icf_tree~service_from_url
    EXPORTING
    url             = l_v_icf_url
    hostnumber      = l_c_0
    authority_check = space
    IMPORTING
    icfactive       = l_v_m_sso_active.
    IF l_v_m_sso_active = l_c_x .
    CREATE OBJECT o_viewer
    EXPORTING
    parent = o_empty_co.
    CALL METHOD o_viewer->enable_sapsso
    EXPORTING
    enabled = l_c_x
    EXCEPTIONS
    OTHERS  = 0.
    l_v_gv_url_c = l_v_gv_url_string .
    CONCATENATE l_v_gv_url_c l_c_url_string p0022-pernr INTO l_v_gv_url_c.
    CALL METHOD o_viewer->detach_url_in_browser
    EXPORTING
    url        = l_v_gv_url_c
    EXCEPTIONS
    cntl_error = 1
    OTHERS     = 2.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
    RAISING error_occured.
    ENDIF.
    cl_gui_cfw=>flush( ).
    ENDIF.
    but it is not working
    thanks
    Mahesh

    Hi Mahesh,
    You need to setup a Single Sign On between SAP Portal and ECC system where yoy are doing the development.
    Ask basis team to setup the single sign on and usually this is the job done by Basis teams. Refer the below link to get some idea on SSO setup:
    http://scn.sap.com/community/enterprise-portal/blog/2013/12/15/sso-configuration-between-sap-portal-73-and-ecc-60-ehp-6
    Thanks
    Krishna

  • Deploying web dynpro application into portal

    hi
    I have created a simple example in webdynpro in Netweaver developer studio, and I have deployed it into the portal whose version is EP6 SP9.
    where can I see that deployed webdynpro application(in my case it is WebDynpro_Basics.ear) in the portal.
    Can any one tell me the navigation part in the portal.
    thanks
    krish

    Hi Krish,
    You will find the deployed webdynpro application in webdynpro content administrator. You have to access it using portal administrator user-ID. the url is:
    http://<hostname>:<J2EE engine port>/webdynpro/welcome
    If you want to display the webdynpro application as an iView in the portal have a look at the following link.
    http://help.sap.com/saphelp_nw04/helpdata/en/d8/6ee03fc2269615e10000000a155106/frameset.htm
    Regards,
    Aniket

  • How to navigating between layers?( as if they were pages of a book?)

    I need a good advice on design and navigating between some different layers.
    I am a Adobe Director user, and I am used to think of “navigating between frames”. also frames as pages of a book, while in flash time-frames.
    In Director one can navigate between different frames with each containing many components.
    And this does not make any conflict since the frames are some kind of pages of a book, you go to any page you want and back again.
    I am designing math training application in falsh-CS6, in which the user should be able to navigate from start-menu by choosing an
    exercise number and then go to the wanted exercise and then create an exercise by a create_excercise button, there back again to menu to choose another and so on. How I can do it clean in flash?
    As I see I have to place everything in the same “frame” in flash, and it becomes little practical and confusing since there
    are many things all gathered in the same frame, where they should instead appear in their respective “pages”.
    I have done some works in flash:  made 4 layers in flash with the following contents:
    layer 1: for my menu( contains 3 buttons, q1bt, q2bt, q3bt)
    layer 2: for question 1( contains 3 buttons  makeQ1bt, chekAns1bt, and  gotoMenuBtn)
    the same is for layer 3 and 4.
    I see no options rather than making different components visible or invisible whole way! but is there a better way?
    I appreciate any help.

    Flash does allow more than one frame - that is one of the foundations of working with it.  You can restrict yourself to using just one frame if you like, but it is not required and very often people use the timeline instead of keeping things in one place.
    I have no familiarity with Director, but what you just described sounds like designing using the timeline of Flash.  With Flash you can use the timeline in the fashion you just described where different pages occupy different frames of the timeline and you can navigate from one to another.  You are not stuck with one frame in Flash... you can create a new keyframe at any point along the timeline and add new/different content to it, while retaining a menu that exists across all pages (or not - it's your choice)..

  • Large number of http posts navigating between forms

    Hi,
    i'm not really a forms person (well not since v3/4 running character mode on a mainframe!), so please be patient if I'm not providing the most useful information.
    An oracle forms 10 system that I have fallen into supporting has to me very poor performance in doing simple things like navigating between forms/tabs.
    Looking at the java console (Running Sun JRE 1.6.0_17), and turning on network tracing, I can see a much larger number of post requests than I would expect (I looked here first as initially we had an issue with every request going via a proxy server, and I wondered if we had lost the bypass proxy setting). Only a normal number of GETS though.
    Moving to one particualr detail form from a master record is generating over 300 post requests - I'v confirmed this looking at the Apache logs on the server. This is the worst one I have found, but in general the application appears to be extremely 'chatty'
    The only other system I work with which uses forms doesn't generate anything like these numbers of requests, which makes me think this isn't normal (As well as the fact this particular form is very slow to open)
    This is a third party application, so i don't have access to the source unfortunately.
    Is there anything we should look at in our setup, or is this likely to be an application coding issue? This app is a recent conversion from a forms 6 client server application (Which itself ran ok, at least this bit of the application did with no delays in navigation between screens).
    I'm happy to go back to the supplier, but it might help if I can point them into some specific directions, plus i'd like to know what's going on too!
    Regards,
    Carl

    Sounds odd. 300 Requests is by far too much. As it was a C/S application: did they do anything else except the recompile on 10g? Moving from C/S to 10g webforms seems to be easy as you just need to recompile but in fact it isn't. There are many things which didn't matter in a C/S environment but have disastrous effects once the form is deployed over the web. The synchronize built in for example. In C/S calls to synchronize wasn't that bad; But when you are using web deployed forms...each call to synchronize is a roundtrip. The usage of timers is also best kept on a low level in webforms for example.
    A good starting point for the whole do's and dont's when moving forms to the web is the forms upgrade center:
    http://www.oracle.com/technetwork/developer-tools/forms/index-095046.html
    If you don't have the source code available that's unfortune; but if you want to know what's happening behind the scenes there is the possibility to trace a forms session:
    http://download.oracle.com/docs/cd/B14099_19/web.1012/b14032/tracing002.htm#i1035515
    maybe this sheds some light upon what's going on.
    cheers

  • How to keep navigation with in the portal when accessing third party applic

    Hi
      I am trying to integrate Peoplesoft applications into portal.I am able to access the PS applications,but when i try to navigate through the Peoplesoft pages,page is not opening in Content area.Peoplesoft page is opening in the browser rather than in the content area.
    As for my concren in navigation at oneplace its leaving the portal environment to other Ps serevers environment.As PS link is pointing to PS server.
    How to overcome this problem.I want to open all peoplesoft pages within the portal content area.
    regards
    Usman

    Anyone to answer this question.Urgent.
    regards
    Usman

  • Retaining values when navigating between subtabs

    Hello everyone
    I have a subtab region with 3 tabs in my page. I have some form fields in each tab, when I enter some details in tab1 and click tab2, and then come back to tab1 , my details previously entered in tab1 gets cleared. is there a way to retain these values when navigating between subtabs. all the tabs are based on different VO's
    Thanks
    Ravi

    Here's how I do it...
    (1) I always use Sessions.  In the main form of my application, I set up the session and I store a single variable:  Session.Exists = True.  All other forms begin something like this:  (It's actually an include-file.)
    <cflock ...>
    <cfset SessionExists = StructKeyExists(Session, "Exists")>
    </cflock>
    <cfif NOT SessionExists>
       <cflocation ... send 'em back to the home 'cuz their session has expired>
       <cfabort>
    </cfif>
    (2) Now that we know that a session exists, we store various structs in the Session to contain the default or current values that have been used in a particular form.  If the Session scope does not contain a particular struct, it is automagically created with appropriate default values.)  This becomes "what we display," and when we capture the user's responses, we store them there, even before we validate them.  The session pool therefore becomes the vehicle for communication between the various forms.
    (3) If we reach a point where a particular piece of information is no longer useful, we delete the appropriate structure from the Session, thereby wiping out the entire set of values at once.
    (4) Structs and Arrays can, of course, contain other Structs and Arrays.  You can build data structures of arbitrary complexity.
    (5) As of late, I have found myself specifying individual CFCs for each logical "object" in my application.  This is true object-oriented programming, as best as ordinary CFC techniques can do without plunging headlong into the underlying nether-world of Java.  In those CFCs, I deliberately try to conceal just how information is maintained and stored, so that these necessary inter-dependencies within my application are concentrated in just one place.  "The structure is 'the object,' and the methods are found 'here and only here.' "

  • How to analyze the navigation flow in Oracle Portal, Number of unique users, downloads and other estastisticas of use of the Portal and Documents

    Dear
    Experts, I have a very exciting demand, the board of a customer.
    I need to create an analytical application on Oracle Portal, UCM, Spaces, WebCenter, to inform me which quantitatively pages, url and documents are accessed.
    How to analyze the navigation flow in Oracle Portal, Number of unique users, downloads and other estastisticas of use of the Portal and Documents?
    I thought I'd create a ods with the data of Content Tracker and Google Analytics, and model the analysis through the BIEE.
    I ask, what is the standard solution that is used in these cases?
    Thank you
    Miki

    Dear
    Experts, I have a very exciting demand, the board of a customer.
    I need to create an analytical application on Oracle Portal, UCM, Spaces, WebCenter, to inform me which quantitatively pages, url and documents are accessed.
    How to analyze the navigation flow in Oracle Portal, Number of unique users, downloads and other estastisticas of use of the Portal and Documents?
    I thought I'd create a ods with the data of Content Tracker and Google Analytics, and model the analysis through the BIEE.
    I ask, what is the standard solution that is used in these cases?
    Thank you
    Miki

  • Difference between SRM Browser &Portal

    Hi
    please let me know the differnce between SRM Browser,portal&GUI. what is the usage.
    who would be using these in SRM.
    Kindly advise.
    BR
    Sai

    https://wiki.sdn.sap.com/wiki/display/SRM/SRM+Portal - see portal info - SSO access upon a role.
    SRM GUI - Application server  - DIALOG screens - configuration done here.
    SRM Browser- HTM l screens
    All your dialog screens are converted in to HTML screens by INTERNET  TRANSACTION SERVER . now a days it is in built with srm server.
    but beauty here is the end user/purchaser  needs just browser to create his request. he does not want any client software on his machine.
    br
    muthu

Maybe you are looking for