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: 

how to transfer table from one client to other client?

Former Member
0 Kudos

how to transfer table from one client to other client?

3 REPLIES 3

Former Member
0 Kudos

Hi,

Tables are client independent, so in same system same table is available in differents clients.

regards,

Santosh Thorat

Former Member
0 Kudos

Tables are client independent objects.

tables which can be access by all user are client independent (no mandt field in table)

tables which can be access by some specific user are client dependent (use mandt field in table)

Former Member
0 Kudos

Hi

/people/community.user/blog/2007/01/07/transport-table-entries

You can use the Transaction SCC1 to move the data from One Client to Another Client for a Client dependent table.

The data should be present in a Transport and you can import to Transport to any client using SCC1.

Contact the Basis team to know how to use SCC1.

It is possible to transfer objects between SAP systems without transport requests using

ZSAPLINK.

However, you should be careful in using this functionality along a normal transport route between SAP systems.

/people/daniel.mcweeney/blog/2006/09/21/saplink-one-week-one-new-version--update