Launching OA page from Third party application.

Hi,
We would like to launch an existing OA framework page from third party system. We do not mind entering the user name and password if prompted.
Following URL have been tried by us ... with no success.
http://tru-64.ashokleyland.com:8050/OA_HTML/RF.jsp?function_id=22195
&ImcGenPartyId=123&ImcGenPartyName=abc&OAHP=IMC_NG_MAIN_MENU
&OASF=IMC_NG_ORG_OVERVIEW
http://tru-64.ashokleyland.com:8050/OA_HTML/OA.jsp?
OAFunc=IMC_NG_ORG_OVERVIEW&ImcGenPartyId=123&ImcGenPartyName=abc
&OAHP=IMC_NG_MAIN_MENU&OASF=IMC_NG_ORG_OVERVIEW
Error : You are trying to access a page that is no longer active
thanks
Yj

in Login page, get userid and pwd from user and use below query
String sql = "select fr.responsibility_key responsibility_key";
sql = sql + " from ";
sql = sql + " fnd_responsibility fr";
sql = sql + " ,wf_all_user_role_assignments waur ";
sql = sql + " ,wf_local_roles wlr ";
sql = sql + " where waur.user_name=:1";
sql = sql + " and waur.role_name = wlr.name";
sql = sql + " and wlr.orig_system = 'FND_RESP'";
sql = sql + " and wlr.OWNER_TAG='<ur custome>";
sql = sql + " and fr.RESPONSIBILITY_ID =WLR.ORIG_SYSTEM_ID ";
get the correct resposnsibility key then use below code
String sessionid = sessionBean.createSession(request, response, dbcFullPathName, userName, userPassword, appShortName, responsibilityKey);
String transactionid = sessionBean.createTransaction(sessionBean.mRespInfo[0], sessionBean.mRespInfo[1], sessionBean.mRespInfo[2], dbcFullPathName);
HMAC macKey = sessionBean.getMACKey(session);
String url = URLMgr.processOutgoingURL("OA.jsp?page=<PG url>&transactionid=" + transactionid, macKey);
Do all this in your custom JSP page. Once done then redirect to OA page using URLMgr.processoutgoingURL method.
Hope this will help you.
Message was edited by:
user566918

Similar Messages

  • Help me!    How to use it as a web service from third party application?

    After using JDeveloper to develop BSSV object e.g. JP550010, how to use it as a web service from third party application?
    TKS!

    Obviously the OP is working on a project for the Bead Society of Southeastern Virginia http://www.bssv.org. Oh, wait, maybe he's researching the Blueberry Shoestring Plant Virus http://abbreviations.yourdictionary.com/bssv
    :D
    John

  • Calling Apex Page from third party

    Hi All,
    I have a requirement where I need to integrate Oracle Apex with third party application.
    In the third party application, I have to create a link and on the click of the link have to open the APEX application page in another window.
    Here the username and password needs to be sent through the link itself and user should not be asked to enter the login details.
    Can anyone guide me how this can be achieved?
    Regards,
    Arvind

    Hi Jonivdb,
    Thanks for your reply. I think you have understood my problem. I am new in Apex and there is one link by which I can login into Apex.
    The link which I used is to connect Apex from html page is using action as "http://site/pls/apex/wwv_flow.accept" with method type "post".
    Now my problem is I have to pass username and password as hidden parameters. Client do not want to pass username and password in this format.
    What they wanted is to encrypt it at there side and the wanted us to decrypt it. My problem is I do not have any idea How to customize "wv_flow.accept" method or URL.
    Any help would be really useful.
    Regards,
    Arvind

  • BAPI for Sales Order Creation from Third-party Application

    Hi,
    I need to create a Sales order in a SAP system from a third-party applications. Please provide the list of BAPIs/Interfaces that are involved in creation of Sales Order.

    Hi,
    Check this link, explains step by step.
    http://abaplovers.blogspot.com/2008/02/bap-sales-order-create.html
    Thanks,
    Krishna

  • Import Suppliers from third party application

    I was wondering if anyone is aware if you can automatically import Suppliers from a third party application.

    HI,
    If you are planning to import customer from your legacy system or any other data base..there are some ways..
    do specify wht exactly u want to do..
    regds,
    tarak

  • How can I set up printing to queues on a Windows 2008 server directly from the iPad apps and not from third-party applications without using AppleTalk or Bonjour?

    We have a Windows 2003/2008 server-based network with a dedicated print server which we would like to be able to print to over Wi-Fi.  How can I set up the printers on the iPad without downloading a third party application such as Print Central or Print N Share?  I want to just click the arrow and "Print" then choose the printer, which doesnt show up.  I want to be able to use the existing TCP/IP-based network that we have to reach these queues, not having to install Bonjour or AppleTalk to reach them.
    Thanks,
    KMQ7

    This would really be the "Holy Grail"   right now.  I think this a feature that every large organization requires. AirPrint works on a small scale, but is not really an enterprise class application.  In addition it uses the Bonjour discovery process which is difficult in a large LAN WAN environment.  For those that would remind me, I am aware of the enhancement link 

  • Number of remote RFC connections to SAP from third party application

    Hi All,
    We are using an external application which is using the JCO API to make a connection to the SAP server to pass invoices. But the connections are note properly closed after invoking the RFCs and SAP seems to be not able to handle further requests once the numer  of connections reach the maximum limit.
    Could you tell whether there is a max limit on the number of connections opened to SAP from remote function calls from a third party product?
    Is there anyway by which we can make sure that connections are properly closed in SAP after the each remote call?
    Thanks in advance for your pointers.
    Regards
    Arun

    Dear Arun,
    Here are the parameter settings which you can do to set up RFC connections to SAP servers.
    http://help.sap.com/saphelp_nw70/helpdata/en/c3/ce70a5cf0ab1499bfbf464e6e92de0/frameset.htm
    This will resolve all your problems.
    Thanks & Regards
    Vivek

  • How to authenticate oracle application user from third party application -

    Hi All!
    I am using OC4J as a J2EE container with an Oracle Applications setup (11.5.10, LINUX version). This is for an application which gets called from Oracle Applications. We need the user, responsibility and session information of Oracle applications to be passed on to our application which is running on a different port in OC4J. We are unable to get the information when we call our application from a menu option in Oracle Applications.
    Various papers have been mentioning mod_oc4j.so module, which we are unable to find in our Oracle Applications setup.
    Any help as to
    (1) where we can download and install mod_oc4j.so from and
    (2) passing the above mentioned information to our application running on the OC4J port will be greatly appreciated.
    Thank you
    Narasimha Rao M L V

    Hi,
    thanks for your reply, but i don't wanna see that user in my list then what should i do??? This is not possible, you cannot delete the user from the application.
    if i set end for that user in that form then anyway the user will be there and visible....am i right??? please correct me if i am wrong...Correct.
    is it so that when the end date is passed, the user will be deleted from list which is shown in user management form??No, you will still see the user in the form/table.
    Regards,
    Hussein

  • Add page on logon page from third party system and from KM

    Hi All,
    I have one requirement where i need to embade other html file in logon page of Portal.
    Where the pages will come from othere server as well as from KM.
    VS

    Hi ,
    Hey "It seems it solved my problem"  ?????
    still having any problem ... do let me know....
    well i don't remember that i replied to your question .....
    Any way  say thanks to SDN Support Team who work hard to give us such a nice platform to share our issues.
    Cheers SDN Support Team.
    As you wrote that you have tested on local system .. now try on portal and let me know that its working or not.
    Suppose if rendering of  page taking time then try to use ajax or some java script function to embed the page
    which leads to quick load.
    Regards,
    Piyush

  • Accessing Performance Data from third party Application

    I have a requirement where in I have to fetch the performance metrics from SAP through a Java application.  I know there are some RFC's available in CCMS module.  But the customer is not interested in CCMS module.
    So, is there any way to achieve it?
    If anyone had come across this situation, please let me know.
    Thanks in Advance,
    Vijay

    Hi vijay,
    IBM tivoli will work for IBM servers,please follow this link may be it will help full to you.
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/e704f8999a3ee8e10000000a1553f7/frameset.htm
    Regards,
    Raju.

  • Firefox does not open links from third party applications correctly

    Hello,
    I have problem with my Firefox Developer Edition. The browser does not open links correctly. If I click on some link e.g. in Thunderbird Firefox open only blank (default) window. No target of given link. Has anyone an idea how to solve this issue?
    Thank you

    Have a look and see if SPDY is enabled. Enter about:config in the address window and spdy in the search window. If "network.http.spdy.enabled" is true, double click on the entry to disable it.

  • Sender RFC from Third Party System

    I have a vendor who is actually communicating through RFC from third party Application to SAP R/3. Now we are trying have XI in between. Where as with minimal impact on both sides.
    Solution.
    1. Have the RFC made as ZRFC in XI. Let the vendor call the RFC in XI ABAP and internally make an RFC call through XI Interface to R/3 as Sync Interface. Because we need to report the information back to the system where the request initiated.
    2. Have RFC INI file copied as SAP Suggests under one of the folders. Develop the regular RFC to RFC Interface via XI.
    Is there any other alternatives other than the above mentioned solutions? Or out of those 2, which one will provide the best performance
    Appreciate any feedback. Please advice

    That's exactly what we are trying to achieve here. By Eliminating direct connection R/3, we are placing XI in between. But with the budget/timeline constraints from the Partner side, we are trying to have minimal change on the partner side. They might not change something to web service etc...
    Here is the text about INI file
    You can configure the non-SAP RFC client to connect to the sender communication channel in the following ways:
    ■       By defining the parameters PROGID, gateway-host, and gateway-service within the saprfc.ini-file using RFC-SDK.
    ■       By using appropriate parameters in the function RfcOpenEx.
    If you use the saprfc.ini-file, the respective RFC destination has to be of type R.
    All the parameter values used within the saprfc.ini-file or with the function RfcOpenEx should match the entries maintained within the corresponding sender communication channel.
    Example for the saprfc.ini-file is as follows:
    DEST=RFCCLIENTEXT
    TYPE=R
    PROGID=P106646.HKExternalClient
    GWHOST=pwdf2153
    GWSERV=sapgw40
    Please check the following link, for the same  text on RFC Sender
    [Help.SAP|http://help.sap.com/saphelp_nw04/helpdata/en/67/6d0540ba5ee569e10000000a155106/content.htm]
    Using the same Sender RFC for non-SAP System, please share any ideas

  • How do I disable auto-launch of third party applications (i.e. TeamViewer)  at startup?

    I've loaded a few third party applications like TeamViewer which installed themselves as startup applications which I cannot disable in the system preferences login items.  The obvious answer is don't load these apps but that being said, how do I disable them now that they are loaded without uninstalling to prevent them from launching automatically during startup.  I can quit them after they launch but I'd like to prevent them from auto-starting during startup.  Any insight would be appreciated.

    Look in TeamViewers preferences for this:
    Uncheck it.

  • I am going to update my iOS from 10.6.8 to Mountain Lion. What problems will I face with third party applications? Alberto

    I am going to update my iOS from 10.6.8 to Mountain Lion. What problems will I face with third party applications? Alberto

    Are my applications compatible with Mountain Lion?
         See App Compatibility Table - RoaringApps.

  • How to call the RFC's from the third party applications or Non SAP applicat

    Hi,
    For calling RFC's from the wedynpro , SAP has provided the modeling concept.
    In the same way, if i want to access or call the RFC 's from the third applications or Non SAP applications what is the procedure and what is the methodoligy.
    As per my knowledge, we need to expose those RFC's as webservices . Then we must be able to acces in hetrogeous environment from any third party applications..
    Please revert back soon, It is very urgent.
    Regards
    Vijay

    Ayyappa Raj,
    Thanks for the reply.
    Please let me the detailed information for implementing.
    AS you said . I need expose the RFC's as webservice. This point is clear to me.
    2) Use tthe JCo to connect and create client proxy.
    Can u please elabrate the above point?
    If u have any steps created in the document or url to refer. Please forward it to me.
    Please forwar the document to this id "vijay00" in yahoo.
    AS the sdn is not allowing to give  the maill id i have given only the id details in yahoo.
    I am new to this procedure.
    Regards
    Vijay

Maybe you are looking for