Call a program of another  system from one system

Hello Gurus,
I have a module pool in R/3 in which i have a tab  which call
a progam of another system.
Actaully a screen is call,
as the user which i hav to use is a system user i can not use call transtion.
its gives me a error.
Dynpro_send_in_background.
So please me with anothe way of calling the transaction with user type system user.
points will be surely awared
aditya.

Hi  all,
I know that if i use user type as service or dialog it will work
with the call transaction.
But  i have to use usertype as system user, as it is recommanded from security point of view.
So i need to get that screen from my R/3 system user user type as system user.
Do any one have any altanative solution to it.
Thanks
Aditya.

Similar Messages

  • How to start a java program on another machine from one on my machine.

    During the next few weeks, I will be designing a grid computing system for a research project I am working on. The grid will be written entirely in java using java 2 SE. The question I have is, is there a way for the main program to remotely start the other programs on the other machines? I am very familiar with most networking concepts, but java is not my primary language so I was having trouble tracking down this feature if java even has it. Any suggestions you have would be greatly appreciated.
    thanks

    The administrators of each machine have agreed to install my java programs so that I may run my software. Worst case scenario I can have them manually start my program on each machine. The grid is to be the backbone of a very large simulation software to simulate around 18 million ISO shipping containers and the boats and ports they are on. The simulation will be used to test several security system designs. Because of the large scale of the problem, the solution has been decided to be a distributed system so that we can spread the load over a large number of systems. I understand the whole start a service on the other machines concept. I am looking for a way to start an already installed java program with as little human intervention as possible. The service idea will work. What I was looking for more specifically was a way to start the java virtual machine and run my code without having to leave a program running on their machine because like i said earlier they are personal machines. anyways if it is not do able I understand. Like I said, java is a second language and I don't yet know its limits or restraints.

  • SCAT program for copying BOM from one material to another material??

    Hi Gurus,
    Tried creating SCAT program for copying BOM from one material to another material and founf that the copying function does not work.
    Please advise??
    Thank you.
    Naveen.

    HI Satish Ji,
    We are using version 6.0.
    We were able to create SCAT for creating new BOM but, for copying we are facing an issue.
    Kindly advice.
    Thank you.
    Naveen.

  • Java Program to copy file from one directory to another failing

    Hello All,
    Oracle Applications 12.1.3
    RDBMS: 11.2.0.30
    SQL*Plus: 10.1.0.5.0
    Java beginner here so help is much appreciated.  I'm have some java code that I'm using to copy a file from one directory to another in an Oracle Applications Server.  I notice that when moving to a new instnace I started to get file not found errors.  I think it's because of the directory.  My question is, does the directory in which I trying to pick up the file have to be a DBA_DIRECTORY, or a UTL_FILE directory in order for the java to find the file and move it?
    Here is my code...
    CREATE OR REPLACE AND COMPILE JAVA SOURCE NAMED "COPY_FILE_JVS" AS
    import java.io.*;
    public class COPY_FILE_JVC{
      public static void copy(String SourceFile, String DestDir) {
        File source = new File(SourceFile);
        File dest = new File(DestDir);
        File cpDestFile = null;
        try {
          if (dest.isDirectory()) {
              if(source.isFile()) {
                System.out.println("File name = " + source.getName());
                System.out.println("File name dest = " + dest.getPath() );
                System.out.println("File name cpDestFile = " + dest.getPath() + File.separator + source.getName());
                cpDestFile = new File(dest.getPath() + File.separator + source.getName());
              else {
                System.out.println("Directory or File Not Found");
                return;
          BufferedInputStream  br = new BufferedInputStream (new FileInputStream (source));
          BufferedOutputStream  bw = new BufferedOutputStream (new FileOutputStream (cpDestFile));
          int read = 0;
          while((read = br.read()) != -1) {
            //System.out.println((char)read);
            bw.write(read);
          br.close();
          bw.close();
        catch (FileNotFoundException e) {
        e.printStackTrace();
        catch (IOException e) {
        e.printStackTrace();

    I get these messages when calling the java from SQL Plus as follows...
    serveroutput on size 100000;
    dbms_java.set_output(1000000);
    MY_PKG.CopyFile('/home/my_user/set_env.sh','/interface/home'); (this is call to oracle pl/sql package which calls the java.)
    PL/SQL procedure successfully completed.
    Directory or File Not Found
    PL/SQL procedure successfully completed.
    If I change the directory from /home/my_user/ to any directory that is defined in DBA_DIRECTORIES or is a UTL_FILE directory to program works.  Is it perhaps because the java is in a PL/SQL package as seen below?  The PL/SQL program runs as the APPS user and I have issued the following the command grant JAVASYSPRIV to APPS.
    Here is the PL/SQL Package....
    CREATE OR REPLACE PACKAGE BOLINF.MY_PKG AUTHID CURRENT_USER AS
    CopyFile(p_SourceFile IN VARCHAR2, p_DestDir IN VARCHAR2);
    +++++++++++++++++++++++++++++
    CREATE OR REPLACE PACKAGE BODY BOLINF.MY_PKG  is
    CopyFile(p_SourceFile IN VARCHAR2, p_DestDir IN VARCHAR2)
    AS LANGUAGE JAVA NAME 'COPY_FILE_JVC.copy(java.lang.String, java.lang.String)';

  • Call ABAP program on R3 system from BW system

    Hi
    How can I call abap program residing on the R3 system from the BW system ?
    It is simple program (select single from table) returning or not one record.
    Regards
    Adam

    Ceate a remote enabled function module and call it from anywhere you like.
    Make sure the systems talk to one another with defined RFC Destinations
    To create RFC destinations use T-code SM59.
    Have a look at this link how to create function Modules.
    http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm
    Amandeep
    Message was edited by:
            Amandeep Bal

  • Program for transferring amount from one GL to another based on due date.

    Hi
    There is one requirement to show customers in differnt way (i.e. dues less than 6months seperately and more than 6 months seperately).
    I have created one GL (customers due less than 6 months)
    Now all balances are in one GL account i.e. customer due more than 6 monhts)
    So is there any program which will transfer all the amount for due less than six months from one GL to other GL.
    I also need such program for items (like prepaid accounts) which are entered directly into GL accounts.
    Edited by: Meenu_ND on Dec 23, 2010 5:01 PM

    Hi,
    Yes there is one functionality available that is Reclassification or sorting of Receivables and payables. The tcode is FAGLF101 - Sorting/Reclassification (New), for this you need to do some configuration settings. The navigation path is New gl- periodic processing-Reclassify-Transfer and sort receivables & payables.
    Regards,
    Azeem

  • Calling a program in another program

    Hi guys,
    I have 2 reports.
    Report1-uploads file into internal table ITAB1.
    Report2-To be called in Report 1 and shd be able to access the TAB1 values.
    How shd i do this?DO guide me precisely.

    hi ,
    if you want to use an internal table from one report to another,
    then you can use export and import statements to do so.
    in report 1 :
    data: indxkey like indx-srtfd,
          wa_indx type indx.
       concatenate sy-uname '_' sy-datum '_' sy-uzeit into indxkey.
      export <internal table name> from <internal table name>   to database indx(st)  from wa_indx id indxkey
    submit report2
    in report 2 :
    data: indxkey like indx-srtfd,
          indx_wa type indx.
    concatenate sy-uname '_' sy-datum '_' sy-uzeit into indxkey.
      import <internal table name>   = <internal table name>
             from database indx(st) id indxkey to  indx_wa.
    note ; the definition for internal tables in both the programs should be exaclty the same.
    Edited by: Srinivas Manchikalapati on Nov 25, 2008 7:18 AM

  • Calling a program of other system

    its possible to call a program (like when using submit) of other sap system different from the actual system?
    thnks

    Hello Peleida
    This remote SUBMIT is similar like running a report in a background job. For example, define a selection screen variant for your report and use this variant as input for the function module (parameter VARIANT).
    Regards
      Uwe

  • RFC -programing to send table from one SAP box to other

    can some one share info on how to communicate data between two SAP boxes through RFC

    Hi,
    Goto SE 37. Create a RFC by selecting RFC in the Attributes. Enter the IMPORT/EXPORT/TABLES parameters.
    Build the logic and activate it.
    Now in the another system.
    Logon to the same system/client. Call the RFC with the data. Import the return data.
    If you want more details, please let us know your requirement in detail.
    Best regards,
    Prashant

  • How to call a method in IMPL class from one context node

    Hi, I´ve been only study the posibility to access a method in the IMPL class  from one context node class...CN## without using events, is there a way to call it ??? I don´t have it as requierement just learning thanks !.

    Hi,
    Try this by following this you can get the custom controller instacne in the view context nodes, for your requirement you can keep the view implementation class instance instead of cuco..
    To get the custom controller instance in Context node getter/setter method:
    1. Declare Cuco instance reference variable in ctxt class..
    2. Set this cuco ref. in the Create context node method of ctxt class:
    try.
    gr_cucoadminh ?= owner->get_custom_controller( 'ICCMP_BTSHEAD/cucoadminh' ). "#EC NOTEXT
    catch cx_root.
    endtry.
    you can avoid this step as this is not needed in case of view isntance
    3. Assign this instance to the respective context node Create method using:
    BTStatusH->gr_cuco ?= gr_cucoadminh.  " here assign the view implementation ref. " me" instead of gr_cucoadminh
    Here gr_cuco is the ref. variable of custom controller in the respective context node for eg. BtstatusH
    Sample implementation of this can be found in
    ICCMP_BTSHEAD/BTSHeader ->context node BTACTIVITYH-> attr ->GR_CUCO(instance of cuco)
    Cheers,
    Sumit Mittal

  • Call Another DC from one DC.

    Hi,
    I have a scenario where I have an application DC. In that, I have a button which is suppose to call another DC. On click of the button a View in the second DC should appear as a pop-up. How to I go about it?
    Thanks,
    Prasanna

    Hi prasanna
    1) In the  dc1 (popup dc)
    Component controller
    Create a pop up calling method
    //@@begin javadoc:Callpopup()
    /** Declared method. */
    //@@end
    public void Callpopup(  )
    //@@begin Callpopup()
    //popup steps
    //@@end
    2) component interface controller
    Add the usage of component controller of model dc component
    create a method in interface controller for calling the method Callpopup in component controller
    //@@begin javadoc:Interfa_ctl_mthd()
    /** Declared method. */
    //@@end
    public void Interfa_ctl_mthd( )
    //@@begin Interfa_ctl_mthd()
    wdThis.wdGet<modeldc>Controller().Callpopup();
    //@@end
    3) Open the DC Metadata>Public Part>New public part
    Give a name and Select the API and in the Select Entity type, select the web dynpro component and in the select entity which is at the bottom of select entity select the dc1/component (Ie component inside the web dynpro component)
    4) Build and deploy the  dc1
    DC2
    1) Expand the DC metedata > used DC >right click and select add used dc and select the  dc1 and select the build type in dependency tab
    2) Expand the web dynpro component structure and Select the Used web dynpro component and right click and select used webdynpro component and browse the component and give a name ie popupcomp
    3)In the view of project dc define the usage of the component popupcomp
    In any action of button , call the popupcomp comp like this
    //@@begin javadoc:onActionGo(ServerEvent)
    /** Declared validating event handler. */
    //@@end
    public void onActionGo(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
    //@@begin onActionGo(ServerEvent)
    wdThis.wdGetpopupcompInterface().Interfa_ctl_mthd();
    //@@end
    for popup code look at this thread
    Re: How to create pop up window ?
    Hope this helps,
    Regards,
    Arun

  • ADF: Calling concurrent program in Oracle Apps from ADF

    Hi All,
    I am using Jdev 11G...
    I have a requirement to call a concurrent program which is in Oracle E-Business from ADF page.
    i will have ADF page with one button, On click of that ADF button we need to call the concurrent program and show the output generated by the concurrent program from ADF.
    Plz help me to get out of this.
    Any answers will be really useful.
    Thanks.

    Hi Frank,
    Thanks for ur quick response.
    That is a Report and the output of the report is generated by running concurrent program.
    The output of the report is in pdf format.
    So we need to call the report from ADF and show the pdf output.
    Thanks.....

  • How to call a program in another program in java

    first program: test1.java
    seccond :main.java
    run main.java in which i call test1.java
    Edited by: user13488971 on Dec 15, 2010 6:15 PM
    Edited by: user13488971 on Dec 15, 2010 6:15 PM

    user13488971 wrote:
    first program: test1.java
    seccond :main.java
    run main.java in which i call test1.java
    Edited by: user13488971 on Dec 15, 2010 6:15 PM
    Edited by: user13488971 on Dec 15, 2010 6:15 PMYou sound like you're coming from a procedural programming backround, as did I ... as did a lot of us. Sounds like you are thinking of these two as a main and a sub program. If not, I apologize, and promptly bow out. But if so, don't think like that in Java (or any OOPs based language). What you want to do is think "class", not program. A Java "file" is only loosely a program, in the more traditional sense. It can contain more than one class - though only one top level public class. Classes both within and outside each java "file" (test1.java, for instance) can create instances of other classes and call their methods - as others just explained. There are many caveats to this, but that's the gist of it.

  • Can you route fax calls coming in to another system

    Hi all
    We have an issue whereby we have some fax numbers that come in on one of our ISDN's but these devices are on another site.
    we have call manager on the main site where the numbers come in, then these fax numbers need to route to another telephone system via a gateway.
    We ran a test and we can hear the fax coming in, but it beeps and never completes.
    can the call manager route these type of calls to another pbx ? if so do i need to check anything ?
    cheers
    Carl

    Standardize on one faxing protocol, ideally protocol based T.38 across all systems. Fax relay is Cisco proprietary and will not work well with other systems.
    Chris

  • Passing value to bind variable of another table from one table

    hi,
    I have a multi select table. When one row is selected from this table (no button is clicked, only selection is done), an attribute from that selected row (say userid) should be passed to the bind variable of another table and the corresponding details of that particular userid should be displayed in the other table. When more than one row is selected, the other table should display no rows.
    My main problem is what code has to be written to pass value to bind variable and where it should be written.
    Please give me a detailed explaination as soon as possible.
    Thank you.

    Sorry, didnot add this. The table is multi select table.

Maybe you are looking for

  • Inventory - Stock report

    Hi, Could anyone tell if there is any standard report in SAP that lists excess stock based on a comparison of Re-Order Point, current stock, and open purchase orders/inbound deliveries. Your help will be much appreciated. Thanks in advance, Regards,

  • Can i chang genre of all my music at once

    Im a diehard country fan and i changed it all to country after downloading it, well their is a space after one of some of them and it would be easer to change them all at the same time, can i do that(it screws up the menus on my Ipod)

  • Exclude destination address from sig

    New to Cisco IPS.... I wish to EXCLUDE a single destination IP address from a signature -- have the sig fire it it trips for all BUT one IP address (which is a confirmed false positive). The sig name is BO2K-UDP. want to have it ignore events for a s

  • Can I still retrieve my downloaded files if I accidently right clicked "Clear" while trying to get rid of just one file?

    I no longer can locate files downloaded. Are they still retrievable?

  • Iphoto not showing thumbnails from iphone

    I have an iPhone 4S with latest software update 6.1.1. Mac mini on OSX 10.6.8 iPhoto '09 v 8.1.2 My iPhone appears in iPhoto, but the photo thumbnails do not...just dotted lines where the thumbnails should be. And there's no ability to edit or import