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

Table data Transportation.

abhijeet_mukkawar
Active Contributor
0 Likes
914

Hi,

I have transported the table structure from one server to another, now I want to transport the table data.

Could u please guide me through this giving detail steps?

Regards,

8 REPLIES 8
Read only

Former Member
0 Likes
860

Hi abhijeet,

1. It seems the z table which u created,

has the delivery class 'A'.

2. If we make it to C = customizing,

then whenever we add/edit/delete

records in this z table,

via sm30 (table maintenance, provided we generate it),

then it will AUTOMATICALLY

ask for REQUEST Number.

regards,

amit m.

Read only

Former Member
0 Likes
860

Hi,

To allow transport of table data, the application class of the table should be "C" - Customizing table.

Change the application class of your table to C and transport the request.

Regards,

Shashank

Read only

0 Likes
860

hi shashank,

changing delevery class to 'C' and then transporting again will also transport the structure.

but could you tell me the solution,

if i dont want to transport the structure again and i just want to transport data?

Regards,

Read only

0 Likes
860

just delete the privious request for transport structure...

in privious post method to transport table with data....

Read only

Former Member
0 Likes
860

Is your table a customizing table? If so, you should be prompted for a transport request each time you save data in it using SM30.

Otherwise, you can create a manual entry in your transport request, using tranport type TABD.

Sudha

Read only

0 Likes
860

Go SE56-> give table name

Go to Env->Maint.object-> Here you`ll see the Object attributes

it should be Category = CUST

Trasport = "Automatic trasport "

Adjustmnet = automatic adjustmnet

Client-specfic = 'X'

and let me know ...

Hope this’ll give you idea!!

Pl... award the points.

Read only

Former Member
0 Likes
860

Hi,

Change the delivery class of the table to 'A', and from se10, add the table entries using the following,

Progid = R3tr

obj = TABU

objname = name of the table

double click on the record and give the key as '*',

Rgds,

Read only

Former Member
0 Likes
860

Hi Abhijeet,

You use SE01 to create a Customizing or workbench transport request .

Then when you've completed the transport attributes, you save and enter the task editor in change mode.

You insert an entry:

Program ID : R3TR

Object type : TABU

Object name : xxxxxxxx

EG: where xxxxxxxx is the table name.

You must also GOTO --> Object Key(Click on the "Object With Keys" and then insert the Keys you want.

EG: Client "170"

Company code "1000"

Now table key will be displayed as "1071000"

Enter as many table key as you need.

You may also enter * to select all table entries.

Save and release your transport.

Award points.....