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

Transporting Table to another Client

Former Member
0 Likes
593

Hi All,

I have a small problem ... There are 2 J tables that have about 65,000 records in 2 fields. We want to transport this complete table to another Client.

1. What are J Tables and why this convention ?

2. What are the possible ways other than BDC and Session Method ? We are currently doing this by Session Method. This is taking a lot of time.The job is going on for more than 12 hrs.

3. Is it possible to transport these tables ? If yes, how ?

I am Functional Consultant, please excuse me if this is very basic problem.

Any help is appreciated !

Thanks,

Ravi.

5 REPLIES 5
Read only

former_member404244
Active Contributor
0 Likes
564

HI,

J tables basicallly use for TAX related things..Please check with your basis guys , if they can help you..

Can you clrify u want the records to be moved or the entire table....

Regards,

Nagaraj

Read only

0 Likes
564

Hi Nagraj,

Thanks for your prompt reply.

We want to move the Table along with the records to another client.That is create a complete replica in another client.

Thanks,

Ravi.

Read only

0 Likes
564

Hi,

Go to SE16N -> type table name -> select Maintain Entries (only available if table it to be edited) and run.

From menu bar choose Table entry->Transport ,

Regards

Marcin

Read only

0 Likes
564

Hi Marcin,

I am on SAP-3.1 i and T code se16n is not possible; it seems. Do we have similar possibility in this version also.

Thanks,

Ravi.

Read only

0 Likes
564

If SE16N is not available in SAP 3.1 then you can add all the entries to TR programatically and then transport the TR.

have a look at the function group "STRW" and here you can find FM for the same.