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.

Similar Messages

  • 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.

  • 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.

  • 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

  • Difference/Comparision between two tests

    Hi every one,
    I am trying to write a script for comparing any two tests.
    I got an example script in help, speed_comparision.vbs, Which is very help ful for my script. 
    But I have all files in .dat form. i am converting it to .tdm each time by follwing steps manually,
    1. Load test 1
    2. Load test 2
    3. Keep only time channel and acc in test 1 and acc in test 2. (Delete rest all channels.)
    4. Now save this as speed.tdm or acceleration.tdm.
    Instead of doing this each time for all the .dat files, how can i make it automatic in script. Is it possible. 
    or
    Is there a way to find the difference / comparision between two tests with out converting them to tdm.
    I understand that load 2 tests and come to analysis and integrate the two two tests, I wil get the difference. But I am trying to plot my output in speed_comparision.tdr, which is in help. Plz help me in this regard.
    I need a script for doing this. 
    Thanks ,
    Rash
    Attachments:
    Dat files.zip ‏226 KB

    Hi Shilpa,
    The simplest way is to check the latest requests that has been released and imported in all the concerned servers. to do this u need to go to the table E071, give the Object type as FORM and Object Name as the <name of the Smartform> and execute.
    If u see the top most row of your results contain the same Request No. then u can conclude that there are no differences in the smartform in both the servers.
    Otherwise u can also check the requests displayed after executing the table entries in Tcode SE10 and check whether they have been released or not.
    Hope this helps,
    Arnab.

  • Semantic comparision between two word (urgent help)

    Dear friends,
    Is there any one knows sematic comparision between two keyword? could you please inform me any source code or link which can help me . I am developing sematic classifer . In need to compare two kewyord and get parent- child relationship ??
    please send me if you have any souce code or any existing code to my mail or this forume .
    thanks!
    / Nicks
    here is my e-mail: [email protected]

    But you're the one developing the semantic classifier!
    I really doubt you'll find some code to generically determine the parent-child relationship between two words because, as you say, this is semantics and derived from context not from content. Google might help you out though:
    http://www.google.com/search?hl=en&q=Semantic+Classifier+Java
    Good Luck
    Lee

  • 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.

  • 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

  • WM- Material staging between two warehouses

    Hi all.
    My question is: is it possible to make material staging when warehouse in production order is different from raw material warehouse and raw material warehouse is managed by WM in two steps? I mean, confirming when it has been picked from origin warehouse and when it has arrved destination warehouse.
    We need to transfer components from 0001-WM (raw material) warehouse into 0007 (production) and it is necessary to do it in two steps because most of the materials wait in a intermediate area. I thought in creating deliveries to use two-step picking but I don´t want to use purchase order (I am not sure if this flow is possible without pruchase order).
    Is there any other choices to handle this process?
    Many thanks in advance and best regards.

    1 - Why the R/3 divided the material staging into two tab portions?
    The first part obviously is for materials staged via pick parts. The second is a comprehensive list of materials that have to be staged from the warehouse irrespective of the type of staging.
    2 - Can I use the LP10 and LP12 to manually perform material staging instead of directly via CO02 menu route?
    You can use LP10 for staging pick part relevant materials. Typically, WM staging is triggered automatically however, you can manually stage either via CO02 or LP10. Note that LP12 is used for release order parts and it'd require the relevant control cycles that have 'release order part' indicator.
    3 - Since our setup is using WMPP delivery, will LP10 and LP12 create delivery order as my understand is that LP10 and LP12 will create TR.
    Since your staging set up is set via deliveries, LP10 will trigger the same.

  • [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

  • 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.

  • Tracking of Material Movement between two customers

    Dear All,
    We have already sold product to customer using SD Cycle.Being Non Moving at Customer end , Is it possible to trannfer to other customer? We don't want any accounting entry in SAP , But want to track serial number base material transfer.Also want to give warranty to new customer.
    Pl suggest how to configure this senarion in SAP.
    Regards,
    Sanjay

    We have already sold product to
        customer using SD Cycle
    Is it possible to trannfer to other customer?
    I am sure, your comments fulfills the requirement of movement type 601 (normal sales) in which case, you cannot transfer the goods to other customer.  If at all, you want to transfer due to non moving at customer end,  from SAP point of view, you need to create a return order, do PGR, raise credit memo and redo the sales process to alternate buyer. 
    Here again all these can very well done but it will be documented in SAP.
    We don't want any accounting entry in SAP
    Sorry not possible in SAP
    thanks
    G. Lakshmipathi

  • 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,

  • 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

Maybe you are looking for

  • Object text not coming in report selection screen

    Hi, i have an object task type for which text has been loaded.this is included in one reports selection screen.But in F4 only kee is displayed and not text.If check button is pressed text is displayed besides key.Also text doesnt come after report is

  • Accessories For IPod Touch 5G?

    Hello, this is RJ Micheal which is my real name. I just wanna know if the new iPod touch (5G) will cases, screen protesters & more accessories be available on October?

  • How can we release the locked objects..

    Hi, I have created some objects such as pages and iviews in the portal. If i edited any of the object, then when next time when i access the object, I am hgetting a message as object is locked by admin, you canot edit it. Infact, I have logged in as

  • Missing file in elements 13

    Downloaded, ran, installed elements 13, got message that a file is missing and won't open

  • ALE R/3 TO SRM

    HI THERE previously i have connected two r/3 systems vai ale/idoc for master data distribution. is the same way to follow for ale config for r/3 to srm. i need to replicate material master from r/3 to srm