After SAP is installed, the system provides several clients by default, which contain some test data and basic data, such as country code and currency. A Client is equivalent to a domain, just like a QAD system. Different clients are independent of each other and can be considered as a system of different companies.
Therefore, once an enterprise grows bigger, it is inevitable that there will be branch offices, there will be different businesses and different processes. Therefore, you must create a new Client at this time. SAP allows you to copy data from other clients after creating a Client, and even copy configuration information and permissions, which is quite convenient.
Next, we will create a new Client ~
SAP version: ECC6 SR2 X64
System Environment: Windows 7 flagship Edition X64
Database: MS SQL server 2005 Development Edition x64
First, you can enter any Client to ensure that you have the permission to create a new Client. You can use the SAP * account ~
1. Create a logical system
T-code: SALE
Click a new entry, as shown in the following figure:
In the displayed window, enter the name and description of the logical system. The naming rules for logical systems are as follows:
<SID> CLNT <CLIENTNUMBER>. The test input is D01CLNT888.
Save as follows:
2. Create a Client or assign the logical system to the group
T-code: SCC4
Click a new entry, for example:
Save
Now we have created the Client. The next step is to set basic data.
3. Cancel the SAP * logon restriction (PASS is allowed for normal login)
By default, the new Client has only one account, that is, SAP *. The default password is pass or 06071992 ~
However, sometimes SAP * disables login by default, probably for security reasons. If SAP * disables login, the system will prompt that the user name or password is incorrect when logging in with this account!
Access a Client at will to ensure that the account has sufficient permissions to run the transaction RZ10, for example:
Select DEFAULT in the parameter file. If you cannot select this option, you need to import utities ---- import profile ----active server to profile ~ in the menu ~
Select extended maintenance and click Modify. In the pop-up window, click parameters to create parameters.
Parameter Name input: login/no_automatic_user_sapstar
Parameter Value: 0
0 indicates that SAP * Can be logged on, 1 indicates that SAP * cannot be logged on!
After saving and activating the service, restart the SAP service !!!!
4. COPY Client
There is nothing in the new Client. It is an empty shell, and the next step is to copy the basic information. The result of not copying is exhausting you, because a lot of data needs to be set and copied directly from the Client 000 can save a lot of trouble!
Use SAP * to log on to Client 888. The initial password is pass.
Run T-code: SCCL
Select the parameter file: Use SAP_ALL to copy all the data. If the source Client contains the customer information, it is also copied!
Source group: Where to copy data
Source group user base: 000
Next step:
Select the scheduling job as follows:
The running time is set here. I chose to save it immediately and the system will automatically copy the data!
Run T-code: SCC3 to view the job status:
Double-click the job to View Details:
Medium: 2623 represents the current table number, and 56818 represents all table numbers.
Download this PDF:
Http://files.cnblogs.com/mengxin523/SAP%e4%b8%ad%e6%96%b0%e5%bb%ba%e5%92%8c%e6%8b%b7%e8%b4%9dClient.pdf
END