Communication set up between two clients

All,
I am trying to set up distributed WM using SAP R/3 systems. For this i have choosen client 805 (Central ERP R/3) and client 800 as decentralized WM system which is also R/3. i have completed the configuration for decetral-WM both in Central and D-WM systems and the consistency checks are fine. using SM59 i have set up R/3 systems communication profiles for the above two clients.
But the IDOCs showing a statsu-03 in central system  in BD87 (client 805) not showing up in D-WM system.  i believe the tRFC set up is missing something. Both the clients are in the same ERP instance. Can any one please let me know the steps to set up communication between two clients running from the same oracle SAP instance and same database. ( I am trying to exchange Communication documents which are relevant to Decentralized WM). Will apprecaite any help.
Thanks.

Please try using commit statement after triggering the Idoc from client 805 (Central ERP R/3) . This should work.

Similar Messages

  • Connection between two clients

    Hi,
    I want to get some guidance on connection between two clients. Suppose I need to connect client 500 with client 900 in the same system without changing the logical names.
    Thanks & Regards
    Nabarun

    Nabarun -
    It almost sounds as if you just want an RFC to go from one client to the other.  RFCs (SM59) are not client dependant so you can create one in any client.  You can create one with the system name and point it to the client number using a specific user and password.  I would recommend for security it be a communications user and not a dialog user depending on what you will be sending between the clients.  However, the user will need the correct permissions and again, depending on what you are trying to accomplish, it may have to be a DIAG user although I would be wary.  Then create a 2nd RFC pointing back to the other client.  For example...
    RFC 1
    System Name = <System>
    Client = 500
    User = <userid in clnt 500>
    RFC 2
    System Name = <System>
    Client = 900
    User = <userid in clnt 900>
    Then when you are in client 500, there is a path/connection to client 900 via that clients ID and password and vice versa using the appropriate RFC.  Again, with out more info on what you are attempting, this may be your solution.  Hope this helps.  Good luck
    Regards,
    Zecher

  • RFC BETWEEN  TWO CLIENTS IN DEVELOPMENT

    hi everyone,
    here connection is already exists in between two clients(development) now i have to transfer ztable from client 1 to client2.
    if any body have the steps and code please guide me.
    Best regards,
    Sunil

    Hi,
    Log on to your destination client (where the form doesn't yet exist).
    Transaction SE71, menu option Utilities -> Copy from Client.
    Fill in the name of the form, the client number where it already exists, and the name of the copy (it can be the same of different to the existing form).
    Execute.
    This will prompt for a package for your new form, which can be different to the original.
    Job done.
    Regards,
    Nick

  • Data mismatch between two clients

    Hi,
    I have a query on data mismatch between two clients.
    For eg assume a functional consultant would have configured intially some 5 custom document types and captured that in a transport request (TR1234) and promoted from one system/client (in my case QG1/821) to another system/client (say QG4/821). Again he would have configured another 3 custom document types and put in a transport request (TR4567) and promoted it. The transport request TR4567 some how did not reach QG4/821. Hence it shows only 5 records in T003 table (document types table) in QG4/821 and 8 records in QG1/821. How do we identify which is the correct transport (in this case TR4567), so that this transport can be promoted to QG4/821, so that both QG1/821 and QG4/821 are in sync.
    Similary such a discrepancy exists for custom tables also. I am not able to catch hold of any basis people for inputs on this. Hence pls advise.
    Regards
    Vimal Kumar

    development objects can be compared using, Compare the active versions in both the system. (Use remote comparision)
    But this you have to maually check.

  • Material Comparision between two clients

    Dear Friends,
    We want to compare material between two clients. The material has same material characterstics in both client. Is it there is any std. functional module to search it? There is one FM i got CLS_SEARCH_OBJECT but it gives short dump at selectiont tab.
    Kindly give me solution as it is urgent
    Waiting for the reply,
    Thank you,
    Nilesh Shete

    Hello Nilesh,
    This is the first time that I'm coming across such a requirement of such a kind. You can easily compare the materials in two different systems. But within the same system it is difficult to compare between two clients, since the oncept of a client basically exists to separate the data.
    One crude method is:
    data: mara_1 type mara,
          mara_2 type mara.  
    data: client_1 type mandt,
          client_2 type mandt.
    data : material_1 type matnr,     
           material_2 type matnr.
    select single *
      from mara
      client specified
      into mara_1
      where mandt = client_1
        and matnr = material_1.
    select single *
      from mara
    client specified
      into mara_2
      where mandt = client_2
        and matnr = material_2.
    check mara_1 eq mara_2.
    I did not understand what you mean by "....same material characteristics.." do you realize that <i>characteristics</i> has a specific meaning in the context of a material in MM ? And if yes, are you referring to that ?
    Regards,
    Anand Mandalika.

  • Communication between two clients

    In Java Networking, communication between server-client or bwtween server-multiple clients is general. But How will be the communication between two cients, means two clients can send & receive messages to & from each other(being guided by server).

    Sorry,
    I didn't get your reply clearly.
    I want, if Server is running, and two clients(two instance of a same program) are opened, whatever message(string)client1 send to Server,then the Server needs to send those to client2.Again, the some response should come from client2 to client1 thru Server.
    How can I implement this?
    If you have idea, or some sample code about this, please let me know.
    Regards.

  • [urgent]communication between two client.

    currently i am developing an online game, i only own one computer at home,so i got a problem of how to make two client connected together?in case, there is a lot of clients here,now i wish that client1 do something, client2 will see it, how this can be done, how my server program tackle client1 and client2's IP address, so that client2 only communicate to client1 but not the other client? can please have any guidance on it. i really headache about this problem. please help. can i have some any simple example code to help me had better understanding on this problem? thanks a lot

    well,you best don't let the client comunication each other
    because the client open up some port and listening will got some problem
    the custom solution is through the server , all client must be through the server to communicate
    client1 <---> server <---> client2
    if client1 connected to server ,and the server will take some
    information ( client1's ip , username etc.) to the database.
    client1 and server will keep connection
    when the client1 is connected to server ,it will got the information about client1 , of course server also
    take the information as client1's to the database,at this time,the client1 will get the client2's information
    then,finished the client's information exchanged

  • Comparing settings(ALL) between two clients

    Dear Experts,
    Can anyone tell me how can we compare two clients (Within a system and between systems). I have checked in help.sap.com and found something like SCU0, SCMP and Custom Scout(Hope, this works only in solution manager).
    Is there any separate tcode where I can compare the complete config settings of two clients.(My requirement is I need to compare the settings of development client with that of quality client)
    Please help.
    Regards,
    Sharath

    Hello,
    I think the ones you mentioned are the only options.
    Regards,
    Siddhesh

  • How to tranfer file from between two client?

    Hi, all:
    I'd like to tranfer file from client A to client B. Basically, I will treat one of them is client and one of them is server, then create a server socket/socket connection, then they can conmmunicate. I know how to talk between them. However, I don't know how to trasfer file from client to server, or from server to client in the same class. I mean not two class: Server socket and client socket.
    Consider the following case:
    There is a function, just like MSN file transfer: transfer file from localhost to "10.4.155.8". How can I transfer file from localhost to "10.4.155.8"?
    Help please.
    --Paul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi, man:
    Thanks.
    I agree with you at most.
    I am doing my practise project: the other MSN Messenger and more, I will include file encryption and file decryption, etc.
    My point is one connection will make center server too heavy. Then I have to adapt your first means:
    promote either Client A or Client B become server, leave the other guy still being client, because I know their IP address. This will free the server a lot.
    BTW, I finish my code pretty much, say 70%. However, I felt tired for coding. I have my full time job in software development at daytime. I am looking one or two guy to share this project. My point is to improve the performance of the this Messenger. I feel my code maybe work fine with hundred of con-current user, maybe not, or maybe more, not sure. My email: [email protected]. (I put my name means I am searious).
    Could anyone feel he/she is good at Messenger, please email me, then we can share my code with you.
    Code sample for file transfer:
    //For Client side
    import java.io.*;
    import java.net.*;
    class Client
    public static void main(String args[]) throws Exception
    String sentence;
    String host = "localhost";
    int SERVER_LISTEN_PORT = 5432;
    BufferedReader inFromUser = new BufferedReader(new InputStreamReader(System.in));
    Socket clientSocket = null;
    DataOutputStream outToServer = null;
    BufferedInputStream inFromServer = null;
    try
    clientSocket = new Socket(host, SERVER_LISTEN_PORT);
    outToServer = new DataOutputStream(clientSocket.getOutputStream());
    inFromServer = new BufferedInputStream(clientSocket.getInputStream());
    }catch(UnknownHostException e)
    System.err.println("Don't know about host: "+host);
    }catch(IOException e)
    System.err.println("Couldn't get I/O for the connection to: "+host);
    sentence = inFromUser.readLine();
    outToServer.writeBytes(sentence + '\n');
    FileOutputStream fos = new FileOutputStream("c://test.doc");
    int totalDataRead;
    int totalSizeWritten = 0;
    int DATA_SIZE = 20480;
    byte[] inData = new byte[DATA_SIZE];
    System.out.println("Begin");
    while ((totalDataRead = inFromServer.read(inData, 0, inData.length)) >= 0)
    fos.write(inData, 0, totalDataRead);
    totalSizeWritten = totalSizeWritten + totalDataRead;
    System.out.println(totalSizeWritten);
    System.out.println("Done");
    fos.close();
    clientSocket.close();
    //For Client side
    import java.io.*;
    import java.net.*;
    class Server
    public static void main(String args[]) throws Exception
    int SERVER_LISTEN_PORT = 5432;
    String clientSentence;
    ServerSocket welcomeSocket = null;
    try
    welcomeSocket = new ServerSocket(SERVER_LISTEN_PORT);
    }catch(IOException ioe)
    System.out.println("Could not listen on port: " + SERVER_LISTEN_PORT);
    System.exit(1);
    while(true)
    Socket connectionSocket = null;
    try
    connectionSocket = welcomeSocket.accept();
    }catch(IOException ioe)
    System.err.println("Accept failed.");
    System.exit(1);
    BufferedReader inFromClient = new BufferedReader(new InputStreamReader(connectionSocket.getInputStream()));
    BufferedOutputStream outToClient = new BufferedOutputStream(connectionSocket.getOutputStream());
    System.out.println(inFromClient.readLine());
    int data;
    int totalSizeTransferred = 0;
    int totalSizeRead;
    int PACKET_SIZE = 20480;
    byte[] packet = new byte[PACKET_SIZE];
    System.out.println("reading file...");
    FileInputStream fis = new FileInputStream("c://JVM_Profiling_Report.doc");
    while ((totalSizeRead = fis.read(packet, 0, packet.length)) >= 0)
    outToClient.write(packet, 0, totalSizeRead);
    totalSizeTransferred = totalSizeTransferred + totalSizeRead;
    System.out.println(totalSizeTransferred);
    System.out.println("done reading file...");
    outToClient.close();
    fis.close();
    My question, any good idea for creating progress bar?
    Thanks.

  • Copying selected user between two clients

    Hello to all experts,
                                 When we do client copy using either SCCL or CLIENT EXPORT OR IMPORT, how can i copy selected user.
    Eg: If i am copying users from client 001 to my own created client say 300 and i want to copy only selected users of 001 to 300 how can i do that?

    you must create, manually.
    if you want to copy all users, you can use local client copy option via tx-code sccl and choose correct profile
    but, if you want only selected, create user via tx-code su01 on your new client
    you can create a transport request on your soruce client and put necessary roles for user. after you import this request to new client via tx-code scc1, you can give these roles to created user
    regards,

  • How can we share  setting Header between two servlets-Urgent

    Hi ,
    I have setting one Header on my 1st servlet and but I need to access same header on my 2nd servlet. Please tell me how can I solve this issues?
    Regards,
    Pattanaik

    Sorry, misread the first time.
    As long as you don't write to the body of the response in the first servlet, you should be able to write to the header in the second. So is your problem that both servlets try to write to the body of the response?
    Edited by: paulcw on Nov 12, 2007 9:07 PM

  • Can Firefox Sync be set up between two Mac computers, both with Firefox v36, but not running on the same OS X versions?

    I have a MacPro desktop (10.8.4) and MacBook laptop (OS 10.6.8). Both have the latest version of Firefox (v36). I've noticed some of the add-ons for one is not available for the other. How will Firefox Sync handle this? Can Firefox Sync be safely set up?
    Thank you,
    no1uno

    '''''"To give one example, one of the add-ons in the laptop is 'SEO for Firefox 3.6.4'. It seems this add-on is not available for (or compatible with?) the more recent OS of the MacPro. How would Firefox Sync handle this? "'''''
    I don't even see an extension by that name at the official Add-ons website - AMO. https://addons.mozilla.org/en-US/firefox/
    If you installed that extension from anywhere except for AMO I would expect Sync to just ignore it.
    ''I have at least a half-a-dozen extensions that don't get sync'd, because they aren't available from AMO - they were installed from the author's own websites.''
    As far as how Sync would handle versions of the same extension, but for different operating systems or OS versions - I would like to see an example of such an extension, that is the exact same extension ''[but maybe different version numbers]'' that is hosted at AMO.
    Also, Sync doesn't actually "synchronize" extensions, it "installs" the same extension that is "noted" as being installed on one device, and installs those same extensions on the other devices that don't have the same extensions.
    And that creates another problem ''[IMO]'', the preferences don't get "sync'd" '''''if''''' an extension isn't specifically made to be compatible with Sync. There is no "standard" at AMO for add-on extension authors to "tell" users that their extension is specifically compatible with Sync, as far as synchronizing preferences and "data" is concerned.
    One example is - https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ - '''yes''' it is Sync-compatible and the GM scripts do synchronize, but the AMO page says nothing about that "feature" being available. Also, Adblock Plus is partially compatible - but only as far as the Filter subscriptions are concerned, none of the user created "custom" filters are synchronized.

  • Transfer BDC recording between two clients?

    Hi all,
    I have a BDC recording in one client and I need to transfer this recording to another development client. How can I achieve this? Is there any standard tcode for the same as we do in transfering SAP scripts? Please guide.
    Regards,
    Anu.

    Hi Anu,
    There is no Standard Tcode but after saying your recording How will save in program in the same way do there and upload the program in wht client You need. or copy and past.
    regards,
    sg

  • DataBinding between two list compoments

    Hello there
    I wonder how to bind data between two list components using AS3. Here is my  xml data. I have loaded base xml data into productList listCom but I don't know how to get the features data into featuresList comp. can somebody help me please.
    Appreciate your time.
    Thanks
    Krish
    -----------------xml data----------------------
    <?xml version="1.0" encoding="utf-8"?>
    <products>
        <product>
            <name>Macintosh OSX</name>
            <catagory>OS</catagory>
            <imgtmb>images/macosx.jpg</imgtmb>
            <desc>The best os on earth</desc>
            <features>
                <feature>Fast</feature>
                <feature>Muti touch</feature>
                <feature>Easy to use</feature>
                <feature>Life time support</feature>
            </features>
        </product>
        <product>
            <name>Macintosh OSX</name>
            <catagory>OS</catagory>
            <imgtmb>images/macosx.jpg</imgtmb>
            <desc>The best os on earth</desc>
            <features>
                <feature>Fast</feature>
                <feature>Muti touch</feature>
                <feature>Easy to use</feature>
                <feature>Life time support</feature>
            </features>
        </product>
        <product>
            <name>Macintosh OSX</name>
            <catagory>OS</catagory>
            <imgtmb>images/macosx.jpg</imgtmb>
            <desc>The best os on earth</desc>
            <features>
                <feature>Fast</feature>
                <feature>Muti touch</feature>
                <feature>Easy to use</feature>
                <feature>Life time support</feature>
            </features>
        </product>
    </products>

    Hi,
    According to your post, my understanding is that you want to set Connection between two list views inside a sharepoint hosted app page.
    If your lists will reside in the app web, here is a link to a code sample project that is doing similar things:
    SharePoint 2013: Execute basic tasks using the JavaScript object model (JSOM).  If you open the project, go to the Scripts folder, open the App.js file and look for
    the readItems() method.
    Here is a similar thread for your reference:
    https://social.technet.microsoft.com/Forums/en-US/b328a372-1c33-4ea9-91e1-372a3075b935/how-to-show-connected-lists-on-a-sharepoint-hosted-app-page?forum=sharepointdevelopment
    For more information, you can refer to:
    SharePoint App And Web Part
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Applescript: How do i loop a script between two sheets in one workbook?

    My office uses excel for its invoices and they have tasked me with finding a way to automatically name the invoice tabs in the workbook which are set up between two dummy sheets. What I have works but does not do exactly what they asked.
    This is what I have so far:
    tell application "Microsoft Excel"
              repeat with x in (get selected sheets of active window)
                        try
                                  set name of x to string value of range "T18" in ws
                        on error
                                  display dialog "Re-name failed" buttons {"Cancel"} with icon 0
                        end try
              end repeat
    end tell
    As of now I have to highlight the sheets in the workbook I want the script to run on. I would like to be able is to run the set name script between two sheets (Dummy 1 & Dummy 2) without having to highlight any scripts. I thought of using a from to with the repeat function but that has to be an integer. Any ideas would be welcome as at best I would call myself an ametuer with just enough knowledge to get in trouble.

    Ah, that is a little tricky.  try this instead.
    tell application "Microsoft Excel"
              tell workbook 1
                        set sheetHolder to sheet "Dummy 1"
                        repeat
      -- get next sheet
                                  set currentSheet to next of sheetHolder
      -- check for end sheet and exit
                                  if name of currentSheet is "Dummy 2" then exit repeat
      -- rename (exit on failure)
                                  try
                                            set name of currentSheet to string value of cell "T18" of currentSheet
                                  on error
                                            display dialog "Re-name failed" buttons {"Cancel"} with icon 0
                                            exit repeat
                                  end try
      -- crawl across sheets, inchworm style
                                  set sheetHolder to currentSheet
                        end repeat
              end tell
    end tell

Maybe you are looking for

  • Rendering problems with bulleted slides

    I am having a problem with the latest version of Keynote 3. When I create a slide with one field with a bulletted list, and choose the "word pop" effect on the field, the bullets are randomly disappearing and won't appear on the slide. If I turn off

  • Check Duplicate data during data key-in Multi Record Block

    Dear all, I have a situation where i have to check duplicate data entry(on a particular field,which is a mandatory field,i.e. it cannot be skipped by user without entering value) while data key-in in a Multi Record block. As for reference I have used

  • Run Flex App in Frame?

    1. Can I run a flex app in a frame? Like a nav bar at the top of an html page for example. 2. Can the flex app register mouse clicks from an html frame that it is not running in? 3. Can anyone point me to references on these subjects? Thank you very

  • Using mdb without other ejbs

    I have a message queue(with some XML files) and i am trying to write a mdb so that it can access that asynchronously and pass it to another java class for further processing. My project is not using EJB and i am not so proficient in ejbs. I DO NOT wa

  • Phone not loading images on Facebook/Instagram

    Has anyone been having an issue with images loading on Facebook/Instagram? My images will only load if I am connected to Wifi. When not connect and using 4G- I can't see any pictures on facebook or instagram. HELP!!