Step1... Create Logical System For New Client: What Is Client in SAP
Step1... Create Logical System For New Client: What Is Client in SAP
A client is organizational and legal entity in the SAP system. All the business management data is protected
here because other clients can not access them. The main objective of the client is to keep the data isolated.
The data in a client can be only visible within that client; it can not be displayed or changed from another
client. In a physical SAP system there can be multiple clients
SAP Clients
Client 000 Client 000 is a special client in SAP since it has client independent settings. Client 000 in SAP
R/3 comes with a simple organizational structure. It is a sort of test company. Client 000 contains all
standard configurations, parameters, standard transactions, etc that are normally used in the SAP R/3
business environment.
Client 001 Client 001 is a copy of client 000. Client 001 also includes a test company. Client 001 can be
customized to prepare it to move it into the production environment. However, once client 001 is customized,
it does not behave like client 000.
Client 066 Client 066 is used to perform Early Watch service for customer systems. One important thing
to remember is that during SAP R/3 implementation, once SAP is installed, the first thing to be done is copy
a standard client included in SAP R/3 package. With the help of this, SAP users can start using SAP for
creating tests, training, or even start using it for customization.
Within one SAP instance, a number of Clients can be created. No need to install separate softwares for
each and every customer.It provides isolation ,one client cannot see the data of other client.
Logical system enables the system to recognize the target system as an RFC destination.
Logical system is required for communication between systems within the landscape.
You need a logical system when you create a new client in SAP
T-Code to create Logical System in SAP is BD54
Logical System is transportable.
1. Run transaction code BD54. Click on pencil icon to covert from display to change
view. Then, click on New Entries.
2. Use the following naming convention for the logical system names, <System
ID>CLNT<Client>. Save your entries, which are included in a transport request. Create
the logical system name for the central system in all child systems.
Step2... Create New client in SCC4
How to create a new SAP client
You have finished your SAP Installation and want to use your SAP system as your users
work area.
Before you are able to use it you have to create a client in your SAP system. It's part of
SAP Basis tasks to create SAP client.
A SAP client is and independently accountable business unit. Each client is identified by
a three-figure number. In the standard system, SAP delivers the following pre-configured
clients:
1. To make a new client from SAP Menu -> Tools -> Administration -> Administration ->
Client Administration or SAP Transaction code SCC4 - Client Maintenance.
2. It will bring you to initial screen of SAP Client Maintenance. Click New Entry to make
new SAP Client, choose Continue
3. Enter your Client Data & logical system which we have created in step1
4. Save and make sure your new client is created.
NOTE: If the client role is production then the settings should be as follows:
i. No changes allowed
ii. No changes to repository and cross client
iii. Protection level -1 No overwriting
iv. eCATT & CATT Not Allowed
T000 Table stores all the list of created clients
Step-by-step procedure:
Login to the SAP system using client 000 or 001
Hit the transaction code RZ10
Click Utilities and click import profiles
Click back (F3)
Place the cursor at profile and click f4
Double click on Default profile
Select the Extended maintenance and click change
Click Parameter (Create F5)
Place the cursor at parameter name and click F4
Click a small triangle shape which is available on top of the box
Type *login* and hit enter
Double click on login/no_automatic_user_sapstar parameter
Type the parameter value as 0
Click Copy Tab and click back (F3)
Click Copy Tab again to transfer The changed profile
Click Back (F3)
Click Save, Click back and Click Yes to activate the profile
Log out from the SAP system
Stop the SAP System
Start the SAP System
Now try to login as sap* and Password as pass
Now you should be able to login to newly created client using virtual user temporarily
before doing client copy
How to Delete SAP Client (SCC5)
Deleting a Client
From the SAP login screen, login as any super user in any existing client (which you want to
delete)
Access the menu path Tools -> Administration -> Client admin.-> Special functions -> Delete
client. Alternately run transaction SCC5.
In the resulting screen select the option Delete from T000 and click on Online pushbutton in
order to run the client delete in the foreground. Alternately administrator can also run this in the
background by clicking the pushbutton Background
How to find out on what columns indexes are built on a SAP table?
How to find out on which date index statistics are last run for a SAP table?
---------------------------------------------------------------------------------------
Please navigate to Space -> Single Table Analysis, It results in the screen similar to below screen
Please provide the Table/View name for which you would like to determine the size.
In this example, am checking the size of a table RSBERRORLOG. Please provide the table name and press enter
As visible in the above screenshot, from the overview tab, we can view following details:
Please click on indexes tab of the above screen, to view a screen similar to below screen
It displays Index names and the columns on which indexes are built, size of index and the last
update statistics for the indexes
-------------------------------------------------------------
Please note that client size of an SAP system can be determined in many ways.
Please find below easiest methods.
1) Goto Transaction SE38 and run report RSSPACECHECK as shown below
In the next step, please provide the client for which the size to be determined and please make
sure below settings are kept and run the report.
2) You can determine size of the client running Local client copy (SCCL transaction) in test mode.
Provide the reqeusted details of source client and target client and please donot forget to tick Test
Run option before executing
Click on Resource Check push button in the above screen. The output of this will provide the size of
the client.
This can be done using transaction code RZ10 . As an example, you can set the parameter to client 100 in
transaction code RZ10. A restart is needed to make the changes activated.
What is the main difference between remote client copy and client export in SAP
Export-Import :-
This is 3 step process ( export- import-post processing).
RFC connection is not required between systems.
Multiple parallel processes can not be used.
Export-import is generally used for copying larger amount of data.
Export-import is relatively faster than the remote CC.
Need to check DB constraints at the import process.