Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

help SAP

Former Member
0 Likes
463

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

1 ACCEPTED SOLUTION
Read only

kiran_k8
Active Contributor
0 Likes
444

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.

3 REPLIES 3
Read only

kiran_k8
Active Contributor
0 Likes
445

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.

Read only

Former Member
0 Likes
444

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>

Read only

former_member189059
Active Contributor
0 Likes
444

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