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

DataTable transfer

Former Member
0 Likes
1,177

How to transfer data from one table say MARA from One server to other?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

raguraman_c
Active Contributor
0 Likes
1,134

Hi,

also check this out, prasad.

1. Goto SE01, and create a transport of copies request.

2. Goto Object list, and change to edit mode.

3. Add a new line in Object-list, with the following entries:

R3TR/TABU/TABLENAME (which u want to transport)

TABU stands for table-entries, u can pick an other class, for example

TABL (which i believe takes the entire table contents and

definition)

4. ENTER(not save), you get a warning (ignore the warning), ENTER again, now

u see all the lines become white/editable, if not ENTER again.

5. Then Goto Keyfields, or press keyfields-button.

6. Add a new line, and u see the table name appear, now set the keyfields

how/what to transport of the table.

7. Save, release request and transport it.

Feel free to revert back.

--Ragu

9 REPLIES 9
Read only

naimesh_patel
Active Contributor
0 Likes
1,134

Hello,

You can create a transport request and add the required data into the that request. then make transport of that with normal tranport or cross transport.

Regards,

Naimesh

Read only

Former Member
0 Likes
1,134

hi Prasad,

That is possible with all the data migration steps ..

Check

http://www.sap-img.com/sap-data-migration.htm

Regards,

Santosh

Read only

Former Member
0 Likes
1,134

How to do that?

Upto Table creation it is fine to transprt request. But how to move the data of the perticular table?

Any transaction?

Read only

Former Member
0 Likes
1,134

Hi Santosh,

Thanks for help, but i dont want to transfer data from legacy to SAP. I wud like to move Transperant table's data from one server to other.

Read only

raguraman_c
Active Contributor
0 Likes
1,134

Hi,

This is how...

In some unusual cases, you might have to transport data of a SAP table.

Go to transaction SE16, select your entries and go to Table entry -> Transport entries. It's only possible for some tables...

If you cannot do it that way, you have to create a Workbench transport order with transaction SE10. When created, click on it, go in menu Request/task -> Object list -> Display object list.

Go in modification mode and add a new line with:

PgmID = R3TR

Obj = TABU

Object name = Name of your table

Double-click on the created line and, depending on your need, put '*' in the key field or double-click on it and select the key you need to transport.

Feel free to revert back.

--Ragu

Read only

raguraman_c
Active Contributor
0 Likes
1,135

Hi,

also check this out, prasad.

1. Goto SE01, and create a transport of copies request.

2. Goto Object list, and change to edit mode.

3. Add a new line in Object-list, with the following entries:

R3TR/TABU/TABLENAME (which u want to transport)

TABU stands for table-entries, u can pick an other class, for example

TABL (which i believe takes the entire table contents and

definition)

4. ENTER(not save), you get a warning (ignore the warning), ENTER again, now

u see all the lines become white/editable, if not ENTER again.

5. Then Goto Keyfields, or press keyfields-button.

6. Add a new line, and u see the table name appear, now set the keyfields

how/what to transport of the table.

7. Save, release request and transport it.

Feel free to revert back.

--Ragu

Read only

Former Member
0 Likes
1,134

Thank you very much Raghu!

just wanna know Any restrictions on SE16?

Read only

Former Member
0 Likes
1,134

If you are lookin for transporting table entries,

then refer these links:

Regards,

Ravi

Read only

Former Member
0 Likes
1,134

Thank you all!