Calling other application via forms

Hi
Can we call java applications via oracle forms 6i.
Thanks in advance

Have you looked at this white paper?
http://www.oracle.com/technology/products/forms/pdf/269054.pdf
Maybe it can help

Similar Messages

  • Calling portal application via it 's url from R/3 (with authentication)?

    Hello,
    how to call portal application by its url from R/3 (using ABAP)? How to avoid authentication screen?
    Best regards,
    Josef Motl

    <i>What I want is to call portal application on background (not to call browser).</i>
    you can use CL_HTTP_CLIENT class or HTTP_GET or HTTP_POST function modules for the same. (but you need to pass the user id /pwd in the program) (ITS doesnt fit your case)
    check out the demo programs.
    for CL_HTTP_CLIENT
    RSHTTP01
    HTTP_GET/POST
    RSHTTP20  
    RSHTTP70  
    RSHTTP90  
    Regards
    Raja
    Message was edited by: Durairaj Athavan Raja

  • How to execute or call other application

    I have doubt in executing or calling any exe file using java application.
    For example: i have a button. If i click on that button, then any application (eg. any exe file, any program file, etc) will execute and come out in the different frame. Now, i don't know how to make the coding.
    I need the helps. Please give me any code or ideas.
    Thanks very much

    Sorry. if you are writing a sample program just to get a feel of Java, then the following is sufficient. Note that I have added "throws Exception" after the "main" method signature.
    import javax.swing.JOptionPane;  // import class JOptionPane
      public class Welcome4 {
      // main method begins execution of Java application
         public static void main( String args[] ) throws Exception
            JOptionPane.showMessageDialog(
               null, "Welcome\nto\nJava\nProgramming!" );
             String command = "d:\\test\\test.bat";
         Process p = Runtime.getRuntime().exec(command);
         p.waitFor();
         System.out.println("done");
            System.exit( 0 );  // terminate application
         }  // end method main
      }  // end class Welcome4

  • Setting of service permission to call other application

    I am trying to access from my portal application A another portal application B. To access 
    app B as standalone, it is generally a user authentication necessary. Now I am calling B as
    IView from a JSP file in A and want to display it in the content area.
    To enable every user access B I assigned anonymous user, read permission
    and end user permission on app B
    and other services which are referenced by B. However it still does'nt work and after hitting of submit
    button calling app B in A, user gets portal logon page to login
    before he accesses!
    Which configuration might be still required?
    Thanks

    I try to adapte the question, hope it is now more clear.
    I will access an application which is running under folowing URL in the portal:
    http://my-server:50100/irj/servlet/prt/portal/prtmode/preview/prtroot/pcd!3aportal_content!2fother_vendors!2fevery_user!2fcom.root!2fCompanies!2fEP_Theme!2flayout!2fcom.tmt.ses.ZE_MyApplication
    When a user puts this URL he gets the portal logon to authenticate.
    But I will that the application is accessible for every user without any authentication.
    I did following configuration:
    -     the  security zone in portalapp.xml is defined as u2018no_safetyu2019
    -     there is no AuthScheme in the portalapp.xml defined
    -     the u2018anonymousu2019 and u2018Evryoneu2019 user are assigned read prmission for this application
    I hope, the issue is now more clear and you guys can help.
    Thanks

  • Starting and stopping applications via a Java-application on Windows/Unix

    Hello,
    I want to start java and other applications via a java application.
    This java application should start several different applications on windows and
    on unix systems and take care of their current state (e.g. running/not running).
    For all applications to be started there are .sh-scripts for unix and .bat-scripts
    for windows. In the scripts there could be a java call, e.g. "java someApplication",
    or some executables could be called. These scripts set the applications' environment etc.
    and start the application finally.
    My java application calls these scripts via the ProcessBuilder API, which is working fine.
    But there is the following problem: on windows, when executing a script that starts
    some other application, the ProcessBuilder gives me process-handle to the started
    process. If calling destroy() on this handle, only the cmd.exe gets killed which
    started the application. The application itself is running on. This is undesired behaviour
    since I want to be able to control the started applications, at least start and stop it which
    is impossible that way.
    On unix, it is working when using
    "exec java someApplication"
    instead of just
    "java someApplication"
    in the .sh-scripts. The exec command substitutes the shell process with the underlying
    process started in the script, so everything is working as expected on unix.
    But how could I get this working on windows systems? Is there any equivalent to the exec
    command on unix? Any suggestions appreciated.
    If something's unclear in my description, please let me know.

    Yes - after looking at this option - I think that's the direction I am going to go. It probably makes sense to give my JMS topics and my BPEL server their own OC4J instances anyway - for a number of reasons.
    Lon

  • Passing Prameter to reports via forms

    Hi all
    I have created a form using 10g. My requirement is once I fetch some data to the form, I want to run a report which will referance certain data on a text box on the form and generate report accordingly (call a report via form passing parameters to the report)
    What's the alternative method in forms10g for RUN_PRODUCT() in forms6i
    Thanking you
    Regards Lakmal

    RUN_REPORT_OBJECT. See http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf

  • Call a ABAP Web-Dynpro-application via a BSP-Application

    We have a BSP-Framework, that call several applications among other things other BSP-Applications, ITS-Application and other systems. Now I want to integrate a ABAP Web Dynpro-Application.
    For the moment I can call the ABAP Web Dynpro-Application from our application.
    This application runs in the same session as the Framework (verify in transaction sm04).
    When I want to call another application in the Framework, the session will be killed (no more sessions in sm04). This happens also, when I want to call the ABAP Web Dynpro-Application a second time.
    I guess, that the ABAP-Framework thinks I want to go outside the system (for example www.google.de) and close the session. I found out, that this wouldn't happen, if the application were suspended. But I found no way to tell the application via a url-parameter to suspend.
    Can someone help me?

    Thx for the tip,
    but I can't firea suspend plug. Because I'm in BSP. I understand the docu so, that you have the option to call a other apllication like BSP from a ABAP Web Dynpro.
    I want to call the ABAP Web Dynpro form BSP like this way.
    1. Start BSP-Framework
    2. Call ABAP Web-Dynpro-Application from BSP
    3. Call another Application from BSP without automatically logout by unload ABAP Web Dynpro. (I have a chance to call the ABAP Web Dynpro again via url to suspend before I call the other app.)
    Regards Stefanie

  • Error while calling COM routines via application prog(return code 1028533-)

    Hello Expert,
    In Interactive Demand Planning ( /SAPAPO/SDP94 ), when I'm trying to load data in a planning book , error
    'Error while calling COM routines via application program (return code 1028533-)' is encountered.
    In my selection id, i have only two locations....there is no material selection. 
    When I select the 1st location and load the data its getting loaded properly.....but when i select the 2nd location and try loading data ...the above error is coming.
    I did run /SAPAPO/TS_LCM_CONS_CHECK but the problem persist.
    Any advise to fix this issue would be much appreciated.
    Thanks.
    Tom

    Hi Tom,
    Please see if below exiting threads help you.
    COM error 40134 in Interactive Planning on SCM 5.0 Support Pack SAPKY50011
    Error for COM Routine application program (return code 40028)
    Thukral

  • 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

  • Is it possible that vi form will remain contantly on screen even if I'm calling other vi's from testend test sequenc?

    I'm using testend 3.1 & labview
    7.1. For testing my UUT I'm using  RS232 comunication. I want to
    create a form using labview that will show all traffic via the rs232
    port.
    The problem is that the form is disappeared when I'm calling other vi from testend.

    Hi ofer_o,
    You could use the "Labview Utility/Run VI Asynchronously" Step to call your RS-232 vi.
    See attached.
    Charlie Rodway
    Test Design Engineer
    Rolls-Royce Controls and Data Services Ltd
    Attachments:
    cpr1.zip ‏19 KB

  • Migrating application containing forms calling reports on ids9i

    i am trying to migrate an application with forms and reports.
    problem: menu.mmb contains "run_product(REPORTS..."
    i tried: result:=run_report_object(find_report_object('abr_as'), ' ');
    (and definied this report in the menu.fmb)
    rep-file and rdf-file are in the same dir as fmb-files
    i am working with oc4j standalone (without as)
    => and get: "rep-0503 Sie haben keinen Berichtnamen angegeben"...
    by the way: did anyone successfully used ifconvplsql90 (forms migration util) ???
    if i try this util, it replaces the "run_product"-line with:
    rp2rro.rp2rro_run_product(REPORTS, 'abr_as', SYNCHRONOUS, RUNTIME, FILESYSTEM, ' ', NULL);
    => FRM-41219 Bericht nicht gefunden. Ung|ltige Id.
    (and a lot of following errors...)

    G|nther,
    I am inlining my comments
    >i am trying to migrate an application with forms and reports.
    problem: menu.mmb contains "run_product(REPORTS..."
    i tried: result:=run_report_object(find_report_object('abr_as'), ' ');
    (and definied this report in the menu.fmb)
    So I am assuming that you have a reports object node of the the name "abr_as". Thus "abr_as" is not the name of the Reports module (rdf or rep).
    If abr_as is the name of the Reports physical file, then please create a Reports Object node and add this name as the physical file name in teh properties. use the name of the Reports object within your Run_Report_Object calls
    >rep-file and rdf-file are in the same dir as fmb-files
    i am working with oc4j standalone (without as)
    Make sure that the directory is known by the Reports Server. Use Reports_Path setting in the registry. Forms does not look for the Reports directly but call ReportsServices. make sure that the Reports Object property has a valid entry for a Reports module
    >=> and get: "rep-0503 Sie haben keinen Berichtnamen angegeben"...
    by the way: did anyone successfully used ifconvplsql90 (forms migration util) ???
    if i try this util, it replaces the "run_product"-line with:
    rp2rro.rp2rro_run_product(REPORTS, 'abr_as', SYNCHRONOUS, RUNTIME, FILESYSTEM, ' ', NULL);
    All that this utility does is to take teh Run_Product request and pass it to the plsql library shipped with the utility. The utility also create a Report Object node that is used with the library call. An here is where the possible problem is:
    Menu items don't have a Report Object node. Thus you need to make sure that the fmb file using this menu module does have the rp2rro entries. The easiest way to achieve this is to create a dummy run_product entry in the fmb file and run this through the converter. This adds all the rp2rrp dependecies to the fmb file. Finally remove the dummy run_product entry (that now shows converted) but leave the rp2rro parameters , Reports Object node and attached library.
    >=> FRM-41219 Bericht nicht gefunden. Ung|ltige Id.
    (and a lot of following errors...)
    The are some known issues with the rp2rro.pll (the call to Reports9i Services has a wrong format) that will be fixed in the first Forms9i patch that comes out soon.
    A Whitepaper about integrating Forms9i with Reports9i will be available on OTN in mid december (It's currently reviewed)
    Frank

  • Error while calling COM routines via application program (return code 40028

    Hi ,
    When i am doing these steps i am getting the following error.
    1.from SAP menu...Demand Planning>Planning>Interactive Demand planning
           2.after the transaction gets loaded...click on the 2nd button that is selection window from the left ALV menu..on the top.
            3.type the below
    show -  Material
    APO Planning Version - K01
    Material  - 12345
    4.Material 12345 will be loaded
    5.Double click and i am getting  ''error Error while calling COM routines via application program (return code 40028)''
    Note : Observed that this is not happening everytime, but happening alternatively.
    Can any one say what is the problem for Error.
    Thanks
    Gerard

    Hello Gerard, Hello Krishna,
    -> The liveCache application failed with COM error::
                                   40028 Illegal timestamp in rough timegrid
    More details about COM error 40028 you will see in TA /n/sapapo/om10
         -> Return code: 40028 -> execute ::
    Invalid time stamp in the time buckets profile relation     
    ( om_ts_tgrelinvalidstamp )     
       < click on '?' mark >
    -> Open an OSS message in accordance with SAP note 167280 if further help
         needed to solve the issue on your system.
    Thank you and best regards, Natalia Khlopina

  • OLE with c# for SAP AL - Error calling application via OLE GUIScanDoc

    Hi,
    I am creating a small scanning application which should be accessible from SAP. I read the documents  from SAP side which says, we need to create an OLE 2.0 Enabled application. I created an OCX application in vb6 and configured with SAP. the call is going to my ocx application but dont know how to implement "GUIScanDoc @AID,N" in my application. I tried to create a function named GUIScanDoc () in ocx but getting the same error stating *"Error calling application via OLE GUIScanDoc".
    If anyone has solution then plz plz help me out.
    Thanks in advance.
    P. Ramesh
    Edited by: rapr04 on May 22, 2011 2:37 PM

    I think you posted this in the wrong section of the forums, this area is just for SDK's relating to the BusinessObjects products.

  • Error calling application via OLE GUIScanDoc

    Hi,
    I am creating a small scanning application which should be accessible from SAP. I read the documents from SAP side which says, we need to create an OLE 2.0 Enabled application. I created an OCX application in vb6 and configured with SAP. the call is going to my ocx application but dont know how to implement "GUIScanDoc @AID,N" in my application. I tried to create a function named GUIScanDoc () in ocx but getting the same error stating *"Error calling application via OLE GUIScanDoc".
    If anyone has solution then plz plz help me out.
    Thanks in advance.
    P. Ramesh
    Edited by: rapr04 on May 22, 2011 2:37 PM

    I think you posted this in the wrong section of the forums, this area is just for SDK's relating to the BusinessObjects products.

  • Problem in copying a text item content in forms 10.1.2 to other application

    Hi all,
    I have just upgraded my Form server 6i in Windows 2003 to to Application server 10.1.2 in Linux.
    In previos version Application Users Used to Copy some texts from other Applications like Windows NotePad or Client/server Version of Application to webforms text items or vice versa.
    In Application 10g it doesnt work. whithin the webforms we can copy and past content of texts but within Applications It doesnt wirk at all.
    we are running Forms 10.1.2 on Windows XP, using windows IE as the browser.
    Does Forms 10.1.2 use its Own clipboard?
    does anybody know any workaround to solve the problem?
    thank you in advance.
    Alireza

    Hi Mark,
    Thanks for your attention,
    I Think it's not the certification mater, because in development environment I have Stand alone OC4j installed in Windows Xp witch uses the same version of Jinitiator and copy/paste functionality works fine.
    Surprisingly when I connect to application server 10.1.2 witch is installed in Enterprise Linux from the same PC the functionality does not work.
    I cheked windows clipbord before and after running the form application from and noticed that copy/paste mechanism of form doesnt effect windows clipbord ant it somehow uses a private clipboard within itself.
    Any solution would highly be appreciated.
    Thank you in advance.
    Alireza.

Maybe you are looking for

  • How can I Display my Reports in Excel sheet?

    Hello, I have developed my reports using oracle report Developer 6i, I am getting output in PDF and HTML CSS by the the parameter DESTYPT=HTML CSS/PDF through web. 1.Now I want to show reports in Excel sheet also through web using 9 Internet Developm

  • Cannot view html in email attachments

    While receiving email through MS Exchange emails with html attachments when tried to view will only display as html  but not as a document. I talked to an Apple Tech and they said to try to remove and reinstall the exchance client on the ipone. I don

  • My iphone is stuck in landscape mode.  How do I get it unstuck?

    For apps that automatically adjust between portrait and landscape, it is always on landscape.  How do I get it to rotate when I change position?

  • Help : Regarding text object

    Hi All, Scenario : We have text object in XK02 transaction. at the time of save in user exit i want to check the changes occured in the text of that text object. can you please suggest how to get value of text object before saving. bcoz using FM READ

  • GW Business Data Provider failed

    Hiie, By following the below link i'm able to subscribe for workflow scenario, http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b01f6a02-5464-2e10-bd8b-efa13d7f20b6?overridelayout=t- but while trying to fetch workflow task collectio