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

Transfer data from one client to another

Former Member
0 Likes
611

Hi Experts,

I am facing a difficult situation where I have been asked to tranfer all data of one client to another in the development server (ECC 6.0).

I know this is not an ABAP issue but I have to deliver solution if any one have any idea please tell me.

Any help in this regard will be highly appriciated.

Regards

Bikas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
542

Hi,

The following Tcodes will help-

SCC1 Client Copy - Special Selections

SCC7 Post-Client Import Methods

SCC8 Client Export

SCC9 Remote Client Copy

SCCL Local Client Copy

Regards,

Nikhil

3 REPLIES 3
Read only

Former Member
0 Likes
542

Many Ways.

SCC1.

Use Rpeorts

RSCLXCOP - Copy Client-Specific Tables from a Client

RSCLCCOP - Copy Object Lists Between Clients (This will Work Only in Background)

Read only

Former Member
0 Likes
542

Hello Bikas,

If you want to copy the data from one client to another client then You need to use the Transaction : SCC1.


Transation: SCC1   "------------> Client Copy

Thanks,

Chidanand

Read only

Former Member
0 Likes
543

Hi,

The following Tcodes will help-

SCC1 Client Copy - Special Selections

SCC7 Post-Client Import Methods

SCC8 Client Export

SCC9 Remote Client Copy

SCCL Local Client Copy

Regards,

Nikhil