FPM : Navigation Between two Application

Hi All,
I am developing an FPM application where, i need to navigate my control to another FPM application.
I have created navigation using Launchpad (LPD_CUST), it is perfectly working fine while testing but when we attached these component on portal Navigation is not working instead it is giving error "
Page not found. Refresh the page or try again later. If the problem persists, contact your Portal administrator for assistance.
Please guide me on this.
Thanks In Advance.
P$G.

Hi,
Refer this link -
https://wiki.sdn.sap.com/wiki/display/WDABAP/ExampleforpassingvaluesfromoneApplicationtoanotherApplicationinWebDynproABAP.
Regards,
Lekha.

Similar Messages

  • Navigation between  two applications under a single webdynpro project

    Hi All,
    Here i needs to work with a webdynpro project which has two application which needs navigation one view form the first application to one view in the next application. I have already tried with "EXIT URL" concept and its working fine. Is there any alternative way to accomplish that task. I am looking for valuable reply from you.
    Regards
    Ravi

    Hi Ravi..
    Try this link..
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/library/webdynpro/wd%20java/wd%20tutorials/inter-application-navigation%20in%20web%20dynpro.pdf">Application Navigation</a>
    Urs GS

  • How to define the dynamic navigation between two component in web ui

    Hi All,
    I have a requirement to create a new assignment block in accounts overview screen .
    1.Created new view(Table view) in the BP_HEAD component.
    2.Created new button on the table view toolbar .
    3.If the user clicks the new button it should navigate to interaction log component(BT126H_CALL).
    Please hekp me step 3 how to do .
    I have checked planned activity assignment block in the account but is dynamic navigation.
    Please explain me how to define the dynamic navigation between two components.
    What is window delegate .
    Thanks,
    Venkyy

    Hi ,
    Kindly follow the link , this will be helpful for your issue :
    http://wiki.sdn.sap.com/wiki/display/CRM/CRM-NavigatingtoyourcustomBSP+component

  • How to do web services between two applications

    I have tried to get a complete example about how to do a web service between two applications in ADF
    but I saw all the put examples that describe only how to do a web service and test it in the same application.
    Please, I want to see a whole example that shows a web service between two applications (in Oracle ADF).

    Hi Frank!
    thanks for your reply!!
    let me please tell you what I exactly did!!
    I built two applications in ADF let's say A and B, and I made a web service from the application A
    and I want the application B to use it .. the problem I encountered was that an error raised ..
    when I tested the web service in the same applicatin (A) everything was right ..
    so can I see a whole example that shows me the exact steps to do it ???
    thanks a lot !!

  • 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

  • Two Application in One EVDRE - check data between two application.

    Dear Sap Expert,
    We want to check data between two applications.
    For example, we have in C_ACCT= 100000000  Amount 5000 in Legal Application, we want to check what amount is in that C_ACCT in ICMatching application.
    Problem is that we can't get data from two application with one EVDRE.
    If we will make it using two EVDRE, problem when we retrieve data, rows doesn't match.
    Our question : is it possible to link to two applilcation using one EVDRE? (Just like dimension? For example for first column it will be Legal, for the next ICMatching.)
    If no, how we can solve our needs?
                                 Legal |ICMatching | Difference
    C_ACCT               5000 | 2000           |  3000
    For example      
    (100000000)

    Thanks for answer.
    Does it mean that for example if i just want to check C_ACCT=100000000 between two application(Legal and ICMatching) i should build TWO EVDRE, and i can't solve this problem by one EVDRE. (Or with two EVGET)
    Our aim that we need to check all BASMEMBERS data between two application, it's huge data, so we want supress all zero data(SUPRESS="Y").
    So if we build first evdre for LEGAL, for example it will have, 500 rows.
    Second evdre for ICmatching, for example, will have 953 rows.
    How we can check data and show difference between them?
    Best solution for us, if in one evdre we can retrieve data from two application, so rows will match and we also can supress data.
    Thanks,
    Kadraliyev Yerlan

  • Session getting lost between two applications deployed on two WLS versions.

    Hi,
    Jdev version 11.1.1.5.
    I am facing an issue of session being getting lost. Let me explain the scenario.
    Our client has a legacy application(xyz) running on Web logic server(10.3.3). We have developed an application which was deployed on Web logic Server(10.3.5).
    The Legacy application will call the developed application using URL invocation. In the legacy application, the logged in user information is stored in session and the same parameter is appended to URL to call the developed application.
    In the developed application, we have a servlet which reads the URL and based on the parameter appended to it, we set the context of the application. Everything is working fine till here.
    But, in the developed application, we have a link to navigate to the legacy application. Once navigated, in legacy application if the user again calls the developed application, the session which was set earlier is lost.
    Because of this, the context is not getting set in the developed application.
    Is there a way, I can resolve this issue? OR can I raise SR with Oracle to look into it. Please suggest.
    Thanks,
    Umesh

    Thanks Frank for the reply.
    Session sharing was not configured in WLS.
    I was searching for Session sharing and I found this article written by Lucas Jellema. http://technology.amis.nl/2012/01/18/sharing-session-state-between-jee-web-application-through-weblogic-session-descriptor-of-sharing-enabled/
    Here it is mentioned that for session sharing, we need to check the Enable session sharing in weblogic-application.xml.
    My question is do we need to make this change in both the application? i.e Legacy application and developed application.
    And it was mentioned in the article that both the web app were deployed to a single Web Logic Server. But in my case the Legacy application is deployed to 10.3.3 and developed application is deployed to 10.3.5.
    In this case will the session sharing works?
    Any how I will let our client know about this change and will give a try.
    Thanks,
    Umesh

  • How to exchange a java object  between two applications using web service?

    Hi,
    I am working with Eclipse 3.2 and the application server is weblogic 10.
    I have two applications, each one works in an instance of the server.
    The first application contains a method called "send " which return a java object.
    The second one contains a method called "receive" which must receive this object.
    The two applications must exchange the object using web service,
    Can you help me please?
    Thanks.

    Have you defined your service class/methods accepting, or returning, the appropriate objects? If so, does the generated WSDL appear to be correct? I have just completed a web service project and found that passing specific objects to be simple, however, I was passing objects which were simply container objects with bean characteristics. Also, might I suggest that you have a play with netbeans. I found that IDE to be great for creating and consuming web services!

  • Navigation between two webdynpro applications

    Hi Colleagues,
    Please let me know some workaround for the below requirement
    here i have two webdynpro application, where i have to call the second application from a button of first application by passing a parameter
    please let me know hoe to proceed here
    i have some information attached below....Is it the right way to do it? or am i missing somethinng here
    String deployableObjectName =  wdComponentAPI.getDeployableObjectPart().getDeployableObjectName();
      Map urlParameters = new HashMap();
      try {
          urlParameters.put("A",CVNR);
    WDDeployableObjectPart deployableObjectPart =WDDeployableObject.getDeployableObjectPart(
    "a1s~cc~checkprerequisites","Preq",WDDeployableObjectPartType.APPLICATION);
    String urlToTargetApp =WDURLGenerator.getApplicationURL(deployableObjectPart, urlParameters);
      IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(urlToTargetApp);
    window.show();
    catch (WDURLException e) {
                wdComponentAPI.getMessageManager().reportException(e.getLocalizedMessage(), false);
                } catch (WDDeploymentException ex) {
                     wdComponentAPI.getMessageManager().reportException(ex.getLocalizedMessage(), false);
    Thanks & Regards
    Swetha

    Hi Swetha,
    Please try this code in the application which is now launched from the 1st application. You can write this code in the wdDoinit() method OR the firstTime loop of the wdDoModify function:
    String applicationParam = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("A");
    Here "A" is the name of the attribute in which you are setting the parameter value CVNR.
    You will get the URL parameter you have passed to this application from the first application. I hope this solves your problem, if yu have any issues please contact back.
    Thanks and Regards,
    Pravesh

  • Stopping Navigation Between two items

    Dear All,
    i have two items in JSF Page and first contains contains validation (with auto submit),
    if i am trying to navigate from first two second with false data , first item will be read , but navigation still going second one, i need to stop this navigation.
    Please Advise

    I believe that in general you should not design web application like that.
    In general you cannot prevent user to navigate away from web pages and components.
    He can allways close explorer or type a diferent url.
    For specific cases though you can do it by java scripts and there is an example at Andrejus blog:
    [http://andrejusb.blogspot.com/2008/04/adf-faces-rich-client-complex.html]
    Yet this would require a lot of effort to do it in all validations.

  • How to make a servlet as a router between two applications ?

    Hi everybody,
    I have two identical applications running under ORACLE AS.
    when one of the application went down , I want from a servlet or anything to map all requests to bakcup application.
    is their any ideas you can share with me ???

    The technology is called failover. Google for it to learn more. Consult Oracle docs for how to do it in Oracle AS.

  • Send data between two applications

    Hi!!
    It's the second time i write in this forum and i hope u undersand my english because i'm argentinian.
    I'm developing an application that processes data received from sockets and the result should be sent to another application but i can't use sockets for that purpose. So i thought in something like a printer queue but i don't know how to implement it and i hope u can understand me.
    Please help me!!!!!!!!!!!!
    Bye!!

    Hi again!!
    I'm gonna explain what i'm doing and what i need:
    i'm developing some applications that communicate via sockets, but i'm not allowed (the owner of the company didn't let me) to use threads. The problem is that one program should be listening to two different clients so i divided it into two differents applications that communicate each other NOT using sockets. So i thought that i could develop something like the priniting queue and both applications every 2 seconds for example will pop messages pushed into de queue. Well, i think i explained a little more what i need and i hope u can help me.
    Bye!!!!!!!!!!!!!!

  • Communiaction between two applications

    Hi,
    Could you gus please guide me how to call another application in current application. and also i want to pass values from current application to calling application. its very urgent for me. explain me how to all application(webdynpro)
    Thanks in advance

    Hi Venkat,
       When you select a row in your table , the entire row will be accessable through the lead selection, which means that you will get all the attributes and values.
    Now you are goin to call a different webdynpro application which shows the details of this specific row.For this i dont think you need to pass all the data to the next application , you need to pass only the key data.For example consider the below table.
    Table  Students
    Student_ID
    Student_Name
    Student_Maths_Marks
    Student_English_Marks
    In this table , the key field is the student ID , which means that , if you have the Student_id , you can get the details anywhere you want.
    So in the same manner , when you are calling the second application .You need to pass the key values to the second application through URL.
    Let us assume that , i have created the second application , and in the DEFAULT plug of window of the application i have specified one parameter,student_id.Which means that , we need to pass the Student_id when i call this application.
    Let my Second application name be DTLS.
    With the WD_UITILITIES class mentioned in my previous post, i will get the URL for the application and with that URL , i will append student_id as a parameter.
    concatenate lv_url '?'  'STUDENT_ID=' stud_id into lv_url.
    Now you can call that URL directly.
    Thanks
    Anzy

  • Navigating between two topics in TOC

    I use RoboHelp X5. I am creating a WebHelp project.
    There are two topics and both are linked to the TOC. Topic1
    in under book1 and topic2 is under book2.
    There is a hyperlink from topic1 to topic2.
    When I click on the hyperlink to navigate to topic2, book2
    does not open in the TOC. It only opens topic2.
    I want book2 to expand and highlight topic2
    How do I enable this? Please help!

    Welcome to the forum.
    You don't say whether or not you have AutoSyn enabled. That
    is essential for what you want.
    You also don't say which browser you are using. If it is
    Firefox, it is a known problem. See Browsers on my site.
    In Adobe RH7 it is fixed. At least it is on my machine and on
    others that I have had some tests run on. However, there are a
    couple of reports of people still encountering the issue.

  • Reg: Integration between two application

    Hi,
    I have a scenario where Application A will drop a flat file in one of the unix directory, and this file needs to be fed into the Application B.
    Appl A ---> Flat file ---> Appl B
    The file needs to be processed immediately when it arrives in respective unix folder.
    Please suggest me the best approach to implement this.
    Thanks
    Kannan

    The following might give some solution for your problem
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14215/ldr_concepts.htm#sthref464

Maybe you are looking for