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: 

Transport one table records from One client to other client

Former Member
0 Kudos

Hi all,

I have one doubt. Please help how to transport entries of one table from one client to other client. Here i am using CSKS table.

Regards

Prashanth

9 REPLIES 9

Former Member
0 Kudos

I don't think you can transport data from one client to other client of the same system. You will have to create manually or upload the data.

Regards,

Ravi

0 Kudos

simply write a program.1)download data into pc

2)now upload data from pc to ur table.

0 Kudos

Hi everyone,

well, I think it <b>is</b> possible. Let's try!

First of all, go to transaction SE10 and create a Transport of copies request. Include the entries in the request (you know, R3TR TABU CSKS and so on). Then release the request. Finally, when transporting the request, you must enter the <b>target</b> client.

I hope it helps. BR,

Alvaro

Former Member
0 Kudos

Hey,

CSKS table stores cost center data. Generally cost centers have to be created manually or via an upload procedure (LSMW, BDC, or custom program) in each client.

You cannot copy data contents of CSKS from one client to other unless you are performing client copy which would copy the entire source client to the target.

-Kiran

naimesh_patel
Active Contributor
0 Kudos

Hello,

Yes, you can transport data from one client to another.

You have to include the records into request.

with key,

R3TR TABU ZTEST_11(ALL THE PRIMARY CONDITION RECORDS)

Regards,

Naimesh

0 Kudos

All,

I believe the transport option is only available for table with delivery class "C". CSKS has delivery class "A".

Also Cost center data is stored in various table i.e. CSKS, CSKT etc. Even if the transport option was available for CSKS it would mean manually adding all the cost center data from various tables in to a single request which would be much more tedious than writing a program to upload the data.

-Kiran

0 Kudos

Hi Kiran,

you are right in the sense that Cost center information is stored in several tables.

On tha other hand, you may transport table entries although the table itself has delivery class A. For example, every Z* table in my developments have delivery class A. I test the reports and developments with some test data (in these Z* tables), and sometimes I want to transport these entries to Production (because they're some customizing settings). I have no problem when creating the transport request.

Regards,

Alvaro

Former Member
0 Kudos

check this link

and also check this too

regards

srikanth

Message was edited by: Srikanth Kidambi

Former Member
0 Kudos

hi Guys.

I think for the Entries to be transported from 1 client to another client using the Transport Request u need 2 have a Maintenance View available for that Table,irrespective of the delivery Class.

Its that in Standard SAP the Tables with Delivery Class "C" is basically provided with a Maintenace View.

Regards,

samson.