‎2007 Sep 24 5:27 AM
hi,
In my sap there are tables but i dont any records in those tables,
is there any way to copy table records from on sap to another sap
if any other way pls help me by steps
thank you
regads,
Jagrut Bharatkumar shukla
‎2007 Sep 24 5:31 AM
Bharath,
We can move the tables in one server to another server by creating a transporting request and then subsequently releasing the request from Dev to Quality and Production.
One SAP to another SAP? I didn't get this.
K.Kiran.
‎2007 Sep 24 5:31 AM
Bharath,
We can move the tables in one server to another server by creating a transporting request and then subsequently releasing the request from Dev to Quality and Production.
One SAP to another SAP? I didn't get this.
K.Kiran.
‎2007 Sep 24 5:33 AM
Hi,
What you meant by SAP is not very clear. But from your statement it is clear that that the database tables have not records. If you want to copy the data from one system to another you can either use BDC or if withing the same system you can copy the clients.
For the BDC you need to tell the tables names so that the code can be generated or developed in ABAP. For the client copy functionlity you can get in touch with the BASIS expert of your SAP System.
Thanks,
Samantak.
<b>Rewards points for useful answers.</b>
‎2007 Sep 24 5:34 AM
You can write two separate programs - one to read the data into a file (use select and then GUI_DOWNLOAD FM) and another to write data from the file to the database (use GUI_UPLOAD FM and then insert)
Table data can only be transported via a transport request if the table is a customizing table