Application Development 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: 

Table DATA transfer

Former Member
0 Kudos

Hi All,

I want to know .I have a table with attributes as

Delivery class A

Data Class APPL0

Suppose i have data in this table in the development server .How can i move the data to Quality.Is there any way to do that.

Regards

Ahasan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You will need to change the delivery class to 'C'.

Only then you can transport the table contents.

Regards,

Shashank

13 REPLIES 13

vinod_gunaware2
Active Contributor
0 Kudos

U can attach data to request and release & trasport request to QA1.

regards

vinod

Former Member
0 Kudos

Hi !

If I'm not totaly wrong you'll have to write a little Export- Import-Report to unload an reload the data to the target system.

Regards

Rainer

Some forum poits would be fine if that helped a bit...

Former Member
0 Kudos

HI,

Just add the data to the Transport request and transport it....

if your table is type C i.e Customizing table then always it will ask the TR no when you insert a new record if it is not a Type C table then you need to add the data to the TR no and transport it

Thnaks

Sudheer

Former Member
0 Kudos

Hi,

You will need to change the delivery class to 'C'.

Only then you can transport the table contents.

Regards,

Shashank

0 Kudos

Hi,

How can i add the table contents to the transport Request.

Regards

Ahsan

0 Kudos

Hi,

You change the dev class to 'C'.

Then when you change the entries in the table, it will ask you for the request.

Regards,

Shashank

0 Kudos

Hi,

If I want the dev class to be A.In That Case What can be done.

Regards

Ahsan

0 Kudos

Hi,

You can create a request with object 'TABU'.

It can transfer table contents.

Regards,

Shashank

0 Kudos

Hi

Create an empty request and then insert an hit type this:

R3TR TABU <ZTABLE>

and then change the type of object function:

If you're using a release < 4.7:

Extras->Change Object Function-> Here choose Entire table

If you're using a release =>4.7

Do a doubleclick on your hit and then place *

Anyway REMEMBER: you'll overwrite all data of the ZTABLE in the enviroment of destination.

Max

0 Kudos

Hi everyone,

I normally use Max's solution, as it is quite easy to perform and uses SAP standard functionalities.

Alvaro

0 Kudos

Hi,

I am working in APO .In that case what should be the type

ie R3TR.

Regards

Ahasan

0 Kudos

Hi,

I am working in APO .In that case what should be the type

ie R3TR.

Regards

Ahasan

0 Kudos

Hi Ahasan,

In any SAP system to transport table entries

you need to create request and transport to other

system.

In APO also, go to SE10 and create request.

in that give,

Program ID : R3TR

Obj : TABU

Object name : you table name.

double click on the table name and give key filed values. If you want to transport entire table entries

give <b>*</b> .

Hope this will help you.

Thanks&Regards,

Siri.

Kindly award points if it is useful.

Message was edited by: Srilatha T