Client Administration
Client Administration
A client is, in organizational terms, an independent unit in the R/3 System. Each client has its
own data environment and therefore its own master data and transaction data, assigned user
master records and charts of accounts, and specific customizing parameters.
Pre-Requisites
1. Make sure you have enough space in PSAP<SID> tablespace to complete the client
copy.
2. Create a client in 3 digit numbers except 000, 001 and 066
3. Check server has enough space to handle client copy before scheduling client copy.
You can check this using tcode DB02.
4. Log in to the new client using SAP* user and password PASS.
5. execute tcode SCCL in SAP command line
6. Select the profile you want to copy to new client, e.g. SAP_ALL
7. Select the source client e.g. 000
8. Select source client master data e.g. 000
If the client copy fails due to any reason, you can check the log in SCC3.
Once the problem is solved, you can restart the client copy with the same setting in restart
mode.
Remote client copy is performed in rare situations. When the client copy is done between
two different SAP systems, the copy is called remote client copy.
Before remote client copy is performed, an RFC connection must be set between those
systems using SM59.
1. Check RFC connection is working fine between two systems you want to perform
remote client copy using SM59
2. create a client in the target system you want to copy the client
3. login to the target client using user SAP* and password PASS
4. execute tcode SCC9 and select the RFC for the source system
5. select the profile you want to copy like SAP_ALL
6. select the source client number you want to copy
7. Select source client master data, mostly it is the same client number
8. Now click on schedule as a background job.
9. Leave the background server field blank.
10. Click schedule.
11. Select Immediate from the next screen.
12. Save the screen.
13. Client copy is scheduled now as a background job and the client copy process started.
14. The progress can be monitored using tcode SCC3
1. Don’t delete the client using SCC4 the space occupied by the client can’t be regained
2. login to the client you want to delete
3. run tcode SCC5 in sap command line
4. Tick mark on remove from table T000 to perform a complete removal.
5. Now click on schedule as background job
6. leave the background server blank
7. now click on schedule job
8. click on Immediate
9. click on save
10. Client deletion is started and log can be seen in SCC3
Client Export/Import
First, a client export extracts client data from the source client
to files at the operating system level. Then the data is imported
from the operating system files into the target client.
After the import process has been completed, post-import activities are required for object
generation steps. After completing the import, log on to the target client. From the SAP
systems initial screen, choose transaction SCC7
Data is deleted from tables when deleting a client. Some databases (for example Oracle and
Informix, but not Adabas D) have the attribute that the space occupied by tables is not
changed when deleting data. The cleared areas within the tables can however be filled with
new data.
soln:
This is the normal behavior of the database and not an error. If new data is stored (creation of
a new client, adding further data to already existing clients), the space of the deleted client is
reused.
If you want to immediately recover the cleared space, you must reorganize the database (or
at least parts of it). There are two reasons for performing reorganization:
A "large" client with a large amount of data was deleted and this amount of data will
not be added to the system in the foreseeable future.
After deleting the client, a lot of small areas (individual records) can have been
deleted in the database. These small gaps are not completely recycled. Particularly
after the repeated deletion of clients, the space in the database can be utilized
inefficiently.
Interview Q & A
A: A client is used in the SAP system for multiple logins on a single instance. You can
create multiple clients on a single instance. It also provides data security as one user with
one client can’t see the data of the other user with another client and also there is no need
The following are the advantages of client administration in the SAP system:
Using SAP Clients, the same resources can be shared between multiple users.
It helps you to manage the SAP system landscape as you can create multiple clients
It allows you to share the SAP system with a large number of users.
What are the default clients in the SAP system? How can you create a new client in the
SAP system?
A: The SAP system comes with the following three standard clients:
000 — This is called the master client and is available when you install the R/3 system.
001 — This is a copy of 000 and it comes with a test company. Generally, this client is used
to create new clients.
066 — This is called the SAP Early watch. This is used for diagnostic scans and monitoring
services in the SAP system.
To create a new client in the SAP system, use the transaction code — SCC4
To create a new client, enter the following details after clicking on New Entries:
o Client number and name
o City
o Currency, Roles
Enter your client-specific data and set permission for the clients as per your requirement
and click on save.
From which transaction code you can make system settings modifiable, for example,
namespace modifiable?
A: SE06
A: 3
A: SCC9
A: SM59 RFC connection should be working between the source and target system.
A: T000
A: SALE.
A: SAP_CUST.
A.: Data is transferred directly between the source and target client using rfc through a
network connection.
Which transaction codes are used to protect Production Clients against unauthorized
system changes?
A: SE06
SCC4.
A: A)Program objects
C)Dictionary objects.
Which of these statements regarding clients in ABAP-based SAP Systems are true?
A: Although the system change options (transaction SE06) are set to 'modifiable', you can
restrict changes to repository objects by the client change options (transaction SCC4).
You should not allow the changing of the cross-client customizing within a sandbox client
on the development system.
A: True
A: SCC5.
A: login/system_client.
A: SCC7.
Three transport requests are created during the export/import method of client copy.
Select the correct answer with respective to the description.