How to move tables with data from one client to another

Hello friends
I have 2 clients 001 and 002.
I have created a table with lots of data on client 001.
I have to get the same table on 002 also with the same data.
Is there an easier way of transfering this data from one table to another?
I would appreciate any feedback on this.
I know that mappings etc., can be done using the export and import of tpz file. So I want to know if there is any similar thing to transfer a table with data.
THanks
Ram

hi
thanks for the response
We are working on a sandbox system for demo purpose.
Actually we have two different group of people using two different clients created on the same server.
Our group is using client 001 and another group is using client 002.
We don't want the changes that one group does to the table to affect the other.
Our group has created a z-table and have entered considerable amount of data.
However, the other group also need to create the same table with the same data.
So to avoid double work, we were trying to see if there is a way to copy the table with data created on 001 to 002.
Any suggestions / feedback will be greatly appreciated.
Thanks
Ram

Similar Messages

  • Moving tables with data from one client to another

    Hello friends
    I have 2 clients 001 and 002.
    I have created a table with lots of data on client 001.
    I have to get the same table on 002 also with the same data.
    Is there an easier way of transfering this data from one table to another?
    I would appreciate any feedback on this.
    I know that mappings etc., can be done using the export and import of tpz file. So I want to know if there is any similar thing to transfer a table with data.
    THanks
    Ram

    If you do not have the client field in your table, then the table is cross-client.
    IF you have the client field filled with 001, then you need to create the same entries with client 002, I dont think that you can do this with a transport.
    You have to write an ABAP that reads and writes the data.

  • Transfer a table with data from 1 client to another client

    Hi experts please focus on this issue.  what is table maintainance generator? what is the main advantages of it.
    how can we transfer a table with data from 1 client to another client.
    Thanks  in advance
    vamsi.

    Table maintenance generator can be generated via se11 on your table.
    The advantage is that the table can manaully be updated via SM30.
    If you want to transport to another client the table content, I think you can :
    - Generate a transport request in SM30 ( Transport button)
    - use SCC1 to transport from a client to another.
    Regards,
    Erwan

  • How to move all app data from one user to another? (One mac)

    Hi. I've been having this problem for a while. So recently, I've made a new account for myself, since I was using my mom's user account. I don't want to keep all of my files, emails, and icloud on her user, since it's used by everyone in my family. I use iMail now because hotmail blocked my email because "Someone hacked me" and they kept it locked for all these months, and I can't give enough proof to show it was mine, since I forgot every email I've sent now.
    And iMail is pretty cool, adding your own rules and stuff. Except you don't need a password to log in. I just deactivate my iMail via system preferences as a log-out, and then re-activate it as a log-in.
    So, back to the question.
    How can I move ALL app data from my mom's user account to my new one? Her acount also has pictures of our germany vacation. So not every file.
    You see, I game on my mac mostly because steam is really complicated, using internet just to play a game that doesn't need internet and stuff.
    And steam doesn't have a lot of casual games.
    So I want to move my game data, save files and every little piece of application info that my games have on my mom's account to mine. I've asked this question on Yahoo answers, and all I got was an answer of "File IS data, or datum itself, You are wrong. I cannot give you an answer." -.-
    I'm not experienced with terminal either, so I'll need a ton of explanation of how to use it if that's how it can be done. It really really confuses me and I'll just give up.
    Thanks in advance.
    Oh and, side question, When will OS X Mavericks be open to public and how much will it cost?

    Nour j wrote:
    Oh and, side question, When will OS X Mavericks be open to public and how much will it cost?
    http://www.apple.com/osx/preview/
    Will be released sometime in the fall.  Cost unknow at this time as Apple has not released this info to the public.

  • ABAP/BASIS: Copying one table & its data from one client to another

    Hi Gurus,
    Is it possible to copy or importing one table and it's data into another client? If yes please advise me.
    Thanks
    Shiv

    Hi,
    You can do this thru your program itself, by using
    the CLIENT-SPECIFIED keyword in addition to you
    INSERT statement.
    This addition deactivates the automatic client handling of Open SQL.
    If the addition CLIENT SPECIFIED is used,
    the client identifier specified in source is taken into account.
    Without the addition CLIENT SPECIFIED, the ABAP runtime environment
    does not transfer the client identifier specified in source
    to the database system,
    but transfers the identifier of the current client instead.
    Regards,
    Samson Rodrigues.

  • How to transfer table data from one client to another client?

    How to transfer table data from one client to another client?

    Hi,
    Look at the Blog
    /people/community.user/blog/2007/01/07/transport-table-entries
    Regards
    Sudheer

  • How can I transport data from one client to another client?

    How can I transport data from one client to another client? 
    Regards,
    Subho

    hmmm, CTS = cutomizing transport?
    If you have a customizing table, there are still two possibilities.
    1. customize in DEV system and transport
    2. customize right there where you need it.
    this depends on how the maintainance view is built. If it is a simple customizing table and you get not asked for a TR when customizing a new record or changing an existing one, you hit possibility 2.

  • How to Copy complete structure of a table with data from one database table to another databse table

    I need a sql query to copy structure of table with data from production table of ONLINEBTREKDB database to production table of Archive database.
    I tried this query
    select * into Archive.dbo.Production from ONLINEBTREKDB.dbo.Production p
    but problem is I am able to copy the table schema and data but not able to copy constraints(PK)
    Any Help?
    seema

    You've multiple options
    1. Use generate scripts wizard available in SQL management studio. This is particularly helpful when you want to script out lot of objects. You can also choose to script data as well inside this. This can be launched by right clicking the db, choosing tasks
    -> generate scripts and then selecting required options inside the wizard
    2. Use object explorer and right click and script out table. You can also use search functionality to find object you want inside object explorer
    http://visakhm.blogspot.in/2013/02/object-filtering-using-ssms-object.html
    3. Use query based on INFORMATION_SCHEMA views like TABLES,COLUMNS,CONSTRAINT_COLUMN_USAGE etc to generate the script
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to transfer data from one client to another client

    Dear Experts,
    Please explain how to transfer data (Materials) from one client to another client?
    Thanks,
    Ajay Kumar

    Hi Ajay,
    Check any of below methods
    Refer thread http://scn.sap.com/thread/171981 where people use IDOCs for master data transfer.
    OR
    This is done by BASIS team, by client refresh or client copy. Check with your basis team for this and there is some predefined time when they plan this activity, and in most project they do it once in 3 months etc to get production environment in test system which helps to resolve issues of production by creating similar case in test system.
    Check below threads for more information
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/cleint-copy-vs-client-refresh-1377848
    http://basissap.blogspot.in/2008/05/what-is-client-copy.html
    OR
    You can download data from one client and upload in another through BDC or LSMW.
    Regards,
    Sharat

  • How do I transfer the data from one iPad to another

    How do I transfer all of the data from one ipad to another one?

    The best way IMO is to sync each iPad with your computer. Having all your stuff backed up on a computer is a good idea anyway. Just read how many folks here are trying to recover lost stuff that could easily be copied back from either backup or iTunes on the computer.
    Sync both iPads to the computer. Transfer all photos to the same computer. Then sync again selecting which items you want on each iPad.

  • Table - populate one table with data from the list of another table

    Hello All,
    I am a newbie in Swing and am a book and few tutorials old.
    I am trying to achieve the following:
    (1) I populate Table1 (a JTable) with a list of data - each row consists of several columns. And I have a Table2 (also JTable) that is in the beginning empty.
    Both the tables (Table1 and Table2) are showed in the window.
    (2) Lets say, there's a button (JButton) in between the two tables.
    Now if I Select a row from Table1 and press the button, this row will be sent/copied to Table2.
    And this way I can choose different rows and pass the data to Table2.
    I have manages to make Table1 and put data in it ... but for the rest, I don't know where and how to begin.
    Would appreciate some ideas and tips.
    Thank you.

    Since you are using a button to start the copy process you don't need to worry about a ListSelectionListener or a MouseListener. You need to create a button with an ActionListener that does the following:
    a) Create an Array based on the size of the number of columns in the table
    b) get the index of the selected row
    c) populate the Array with data from the TableModel by using the table.getModel().getValueAt(...) method for each
    d) Now you can add the row of data to the other JTable by updating its model.
    DefaultTableModel model2 = (DefaultTableModel)table2.getMode();
    model.addRow( theArray );

  • How do you move itunes with playlists from one computer to another

    how do you move itunes with playlists from a computer to ext hard drive, so it will play from the ext harddrive and not the computer

    Type "move itunes library to external hard drive" into the google search bar.

  • How do I transfer personal data from one iPhone to another?

    How do I transfer personal data (contacts etc) from one iPhone to another (3GS to 4)?

    You're gonna have to start over if you want to use the backup of your 3GS to restore to your iPhone 4. So, in iTunes>Preferences(under the edit menu if using Windows)>Devices...delete any and all backups listed for your iPhone 4(there should only be one). Then, on your iPhone 4: Settings>General>Reset>Erase All Content & Settings. That should take but a minute or so, then plug your phone in, iTunes running, name it what you want & restore it from your 3GS backup. Follow this by syncing your iTunes content back to your phone.

  • Replicate data from one client to another in a production system

    Hello,
    I have two client in production system. Whenever a equipment is created in one client it should be replicated in another client and whenever a equipment is changed in one client the changes should be replicated to another client.
    Data should be immediatly replicated to the another client.
    Can basis do some setting so that the two client will always have the same data for equipments.
    or i have to get the data from one system and send it to another system through idoc and update that data in another system. This will take a lot of time.
    or is there any easy way

    Hi Sachin,
    You need custom program to achieve this requirement. Either you can use ALE+IDoc or direct BAPI function module call.
    This should happen within seconds if designed properly.
    Regards,
    Avinash

  • How do i transfer all data from one mac to another?

    When I started up my new iMac, there was an option to transfer all my data from my older mac (macbook air) to the new iMac. I skipped this step at first, how can I get back to this step and utilize this feature?   

    Choose Utilities from the Finder’s Go menu and double-click the Migration Assistant. Note that if you move a home folder, it’ll create a new user account for it.
    (123782)

Maybe you are looking for