2006 Oct 24 4:33 PM
Hello,
I would like to download the content of ma specific table and to upload it to the same table in another R/3 system. How can i do this?
Thanks!
Hello,
I would like to download the content of ma specific table and to upload it to the same table in another R/3 system. How can i do this?
Thanks!
2006 Oct 24 4:36 PM
Hi Lee,
I assume it to be a z table.
for downloading
1) Select data into an internal table.
2) Use GUI_DOWNLOAD fm to download to your PC.
3) In second system Use GUI_UPLOAD fm to upload the data
4) Use modify statement to upload data into the table.
modify ztab from table itab.
REgards,
ravi
2006 Oct 24 5:31 PM
OR you can transport table entries from one system to other system.
OR you can compare/adjust customizing tables
OR you can call some functions from function group SR1T via RFC (like GET_TABLE_REMOTE)
2006 Oct 24 6:14 PM
2006 Oct 24 6:18 PM
Hi
No!
The easier solution is create a request with the data of that table:
- Create an empty request by SE09;
- Insert the hit R3TR/TABU/<TABLE NAME> as object of the request
- Release the request
- Copy the file (datafile and cofile) generated after releasing the request
- Past that file in the new system
- Import the request in DEV queque
Max
2006 Oct 26 8:41 AM
I can't make request because my 2 r/3 systems are not on the same version, so I have error when I copy an order to my first system to the second.