100% found this document useful (1 vote)
382 views

SAP Client Copy - Local, Remote, Import - Export

There are three main methods for copying client data in SAP: local client copy, remote client copy, and client import/export. Local client copy is used to copy data within the same system instance, remote client copy copies between instances, and client import/export transfers data between instances using exported and imported transport requests. Each method involves different transaction codes and steps to prepare, execute, and monitor the client copy process.

Uploaded by

Mukesh DS
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
382 views

SAP Client Copy - Local, Remote, Import - Export

There are three main methods for copying client data in SAP: local client copy, remote client copy, and client import/export. Local client copy is used to copy data within the same system instance, remote client copy copies between instances, and client import/export transfers data between instances using exported and imported transport requests. Each method involves different transaction codes and steps to prepare, execute, and monitor the client copy process.

Uploaded by

Mukesh DS
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

(/)

SAP Client Copy: Local, Remote, Import/Export


Client Copy
Data Mining
Course We can generate a blank client with SCC4. But how
to fill the data in the client? "Answer is the client
copy."

Client copy means "transferring client specific data " within the same instance(SID) or
between different instances(SID).

Client copy can be performed with three different methods -

1. Local client copy.


2. Remote client copy.
3. Client Import/Export.

Below brief details ar e given about client copy methods.

Local Client Copy: - This method is used t o copy client within the same instance (SID).It is
done by T-code SCCL.

(//cdn.guru99.com/images/sap/20 13/02/ClientCopysameSID.jpg)

(//cdn.guru99.com/images/sap/20 13/02/ClientCopysameSID.jpg)
Remote Client Copy: -This method is used t o copy client between different instances(SID).It is
performed by T-code SCC9.
 

(//cdn.guru99.com/images/sap/20 13/02/ClientCopyDifferentSID.jpg)

(//cdn.guru99.com/images/sap/20 13/02/ClientCopyDifferentSID.jpg)

Client Import/Export: - This method is used t o copy client between different instances(SID).It
is performed by T-code SCC8

  (//cdn.guru99.com/images/sap/2 013/02/ClientCopyDifferentSID.jpg)

Client Copy Pre-steps


To avoid data inconsistencies there are few pre-steps to be performed before starting client
copy:-
1) Disconnect and lock business users(SU10). You can end the session of activ e users in the
system through SM04. Once all users are logged out, check that no canceled or pending
update requests exist in the system.
 

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio14.png)

 2) Suspend all background jobs


Execute SE38 as given below.

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio15.png)

Fill program name with "BTCTRNS1" as above figure.


 Press Execute.

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio16.png)

3)  For a local copy, the system must ha ve enough space in the database or tablespace .
For remote copy, target system must have enough space in the database or tablespace. Check
space using Tx DB02.

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio17.png)


4) To avoid inconsistencies during client cop y users should not be allowed t o work in source
client.

5) rdisp/max_wprun_time  parameter should be changed t o 2000 second as a SAP


recommendation . Although y ou use parallel processes and schedule job in the back ground,
dialog processes will be used.
 

Local Client Copy


Local client copy is performed using Tcode SCCL.
Scenario:-

Source Instance & client := DKM-000


Target Instance & client := DKM-20 2

Step 1) Create an entry for your new target client using SCC4. In our scenario, we will cr eate
client 202 in DKM system.Log on t o this newly created target client (DKM-202) with user SAP*
and default passwor d pass.

Step 2) Excute T-code SCCL.

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio18.png)

Step 3)
Select your desired profile
Enter Source client.
Enter Description

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio19.png)

Step 4) By default Client Cop y is executed as a single process. A Single process will take a lot
of time. We will distribute the workload of single the pr ocess to parallel(multiple) processes
which will reduce time in copying a client.

1. Select Goto from the menubar.


2. Select Parallel Process.Parallel processes are used to exploit the capacity of database
better

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio21.png)

Step 5) Always execute long running pr ocesses in background mode rather than
foreground/dialog mode. In fact, some pr ocesses run more quickly in the back ground.

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio22.png)


Step 6) The client copy logs are available in SCC3. Status - "Successfully Completed"  means
client copy is completed.

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio23.png)

Remote Client Copy:-


This technique uses Remote function call. Y ou can view RFC from SM59. This technique
depends on the network, so network connectivity must be str ong enough.

Scenario:-
Source Instance & client :=  BD1-101
Target Instance & client :=  DKM-202
Step 1) Log on to the target system. Here we will log on to DKM system. Create a new target
client entry(202) using SCC4. Log on to this new target client with user SAP* and default
password "pass".Here we will log on to DKM-200 system.

Step 2) Execute Transaction Code SCC9.


 

(//cdn.guru99.com/images/sap/2013/02/022613_0657_Intr oductio24.png)

Step 3) Fill the basic details as per y our requirement.


 
(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio25.png)

Step 4) Select Parallel Process.Parallel processes are used to exploit the capacity of database
better.
 

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio28.png)

Step 5) Schedule the client cop y in background


 

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio29.png)

Step 6) The client copy logs are available in SCC3 as given below.
 

 
(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio30.png)

Client Import/Export
For large database, it is recommended to use client impor t/export instead of remote client
copy.
Scenario:-
Source Instance & client :=  PKT-300
Target Instance & client :=  DKM-202
This technique alwa ys starts with client export step.

Note: - You must have enough space in the /usr/sap/trans_SID file system t o perform the
client export.

How to export client?;


Step 1) Log on to the target system(DKM). Create an entry for your new target client
using SCC4. Log on to the source system/source client(PKT).

Step 2)Before you import a Client you need to export.Export is nothing but transferring data
files and co-files from source system's database to target system's import buffer.Execute T-
code SCC8.
 

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio31.png)


 Step 3) 

Select profile
Choose target system.

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio32.png)

Step 4) Schedule the expor t in background


 

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio33.png)

Step 5) Once the job is executed  data files and co-files of pr ofiles from PKT system's
database are transferred to DKM system's import buffer.Once we will import request in DKM
only then it will be reflected in a database of  DKM system.

Depending on the chosen expor t profile there can be up to 3 transport requests created:

Request PKTKO00151 will hold the cr oss-client data,


Request  PKTKT00151 will hold the client dependent data,
Request  PKTKX00151 will also hold some client dependent data.

How to import the client? 


Step 1) Log on to the newly created target client(DKM-202) using SAP* and passwor d pass.

Step 2) Start the STMS_IMPORT transaction


 
(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio34.png)

As shown below, import queue will open


 

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio35.png)

Step 2) Select the transport requests generated by client export .Import theses transport
requests on the target client.
The transport requests should be impor ted in the following sequence:

1. Request PKTKO00151
2. Request  PKTKT00151
3. Request  PKTKX00151

The system automatically detects these are client export transport requests and automatically
performs the impor t of the 3 requests.
The import logs can be seen in  STMS_IMPORT.
 

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio36.png)

Step 3) Post import phase:- 


Once the impor t is done, execute SCC7  to perform the post client impor t actions,

(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio37.png)

Schedule the post impor t job in background.


 
(//cdn.guru99.com/images/sap/20 13/02/022613_0657_Intr oductio38.png)

Step 4) Import log will be available in SCC3. The Client is successfully impor ted.

 Prev (/create-new-client.html) Report a Bug (/contact-us.html)

Next  (/how-to-delete-a-client.html)

YOU MIGHT LIKE:

SAP-QM SAP - PP SAP - BI COURSE SAP-HANA

(/final- (/material- (/how-to-load- (/sap-quality- (/sap-hana-


inspection- requirement- transaction- management- import-and-
production- planning-sap- data-from- qm- export.html)
sap-qm.html) pp.html) ecc.html) tutorial.html)

(/sap-hana-
(/final- (/material- (/how-to-load- (/sap-quality- import-and-
inspection- requirement- transaction- management- export.html)
production- planning-sap- data-from- qm- SAP HANA
sap-qm.html) pp.html) ecc.html) tutorial.html) Import and
Export Tutorial
SQP QM: Final SAP MRP How to Load SAP QM (Quality
Inspection CO01 (Material Transaction Data Management) (/sap-hana-
& QA32 Requirement from ECC: SAP Tutorial import-and-
Planning) RSA5 export.html)
(/final- Tutorial: MD01, (/how-to-load- (/sap-quality-
inspection- MD02, MD04 transaction- management-
production-sap- (/material- data-from- qm-
qm.html) requirement- ecc.html) tutorial.html)
planning-sap-
pp.html)

SAP - BASIS
 Introduction to Basis in SAP (/introduction-to-basis.html)

 Install SAP GUI aka FrontEnd (/guide-to-install-sap-gui-aka-frontend.html)

 What is SAP Instance & SID (/sap-instance-sid.html)

 Learning Sap Architecture (/learning-sap-architecture.html)

 What is Client & Create New (/create-new-client.html)

 Local,Remote, Import/Export (/all-about-client-copy-localremote-importexport.html)

 How To Delete a Client (/how-to-delete-a-client.html)

 How to Create a SAP User (/how-to-create-a-user-2.html)

 Lock/Unlock a User in SAP (/how-to-lockunlock-a-user-2.html)

 Limit Logon Attempts in SAP (/how-to-limit-logon-attempts.html)

 Set Password Restrict in SAP (/how-to-set-password-restrictions.html)

 Background Job Processing (/background-job-processing.html)

 Monitor a Background Job (/how-to-monitor-a-background-job.html)

 Delete a Background Job (/how-to-delete-a-background-job.html)

 Introduction to TMS (/transport-management-system-tms.html)

 Configure TMS (/how-to-configure-tms.html)

 Transport Routes & Layers (/how-to-configure-transport-routes-and-layers.html)

 Import/Export it & check logs (/what-is-transport-request-how-to-importexport-it-check-logs.html)

 Support Package & Stack Update (/support-package-stack-updates.html)

 SAP Kernel & Update (/sap-kernel.html)


 SAP Monitor system (/system-monitoring-performance-checks.html)

 SAP OSS Note (/how-to-trace-if-an-oss-note-is-deployed-in-your-landscape.html)

 Introduction to RFC (/rfc-remote-function-call.html)

 Configure and Test RFC. (/how-to-configure-and-test-rfc.html)

 IDOC:Def, Archite, Imple (/all-about-idocdefinition-architecture-implementation.html)

 What is SAP LSMW ? (/what-is-sap-lsmw.html)

About
About us (/about-us.html)
Advertise with Us (/advertise-us.html)
Jobs (/freelancing.html)
Privacy Policy (/privacy-policy.html)

Contact Us
Contact us (/contact-us.html)
FAQ (/faq.html)
Write For Us (/become-an-instruct or.html)

Follow Us

(https://www.facebook.com/guru99com/)

(https://twitter.com/guru99com)
(https://forms.aweber.com/form/46/724807646.htm)

(https://play.google.com/store/apps/details?
id=com.vector.guru99&hl=en)

Certifications
ISTQB Certification (/istqb.html)
MySQL Certification (/mysql-certification-
guide.html)
QTP Certification (/qtp-quality-center-cer tification-
details.html) Testing Certification (/software-
testing-certification.html)
CTAL Exam (/ctal-certified-exam-preparation.html)

You might also like