SAP Client Copy_6
SAP Client Copy_6
Import/Export
Client Copy
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).
Local Client Copy: - This method is used to copy client within the same instance (SID).It is
done by T-code SCCL.
Remote Client Copy: -This method is used to copy client between different
instances(SID).It is performed by T-code SCC9.
3) For a local copy, the system must have 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.
4) To avoid inconsistencies during client copy users should not be allowed to work in source
client.
Step 1) Create an entry for your new target client using SCC4. In our scenario, we will create
client 202 in DKM system.Log on to this newly created target client (DKM-202) with user
SAP* and default password pass.
Step 3)
Step 4) By default Client Copy is executed as a single process. A Single process will take a
lot of time. We will distribute the workload of single the process to parallel(multiple)
processes which will reduce time in copying a client.
Step 5) Always execute long running processes in background mode rather than
foreground/dialog mode. In fact, some processes run more quickly in the background.
Step 6) The client copy logs are available in SCC3. Status - "Successfully
Completed" means client copy is completed.
Step 4) Select Parallel Process.Parallel processes are used to exploit the capacity of database
better.
Step 6) The client copy logs are available in SCC3 as given below.
Client Import/Export
For large database, it is recommended to use client import/export instead of remote client
copy.
Note: - You must have enough space in the /usr/sap/trans_SID file system to perform the
client export.
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.
Step 3)
Select profile
Choose target system.
Depending on the chosen export profile there can be up to 3 transport requests created:
1. Request PKTKO00151
2. Request PKTKT00151
3. Request PKTKX00151
The system automatically detects these are client export transport requests and automatically
performs the import of the 3 requests.
The import logs can be seen in STMS_IMPORT.
Step 4) Import log will be available in SCC3. The Client is successfully imported