Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

creating New client

Former Member
0 Likes
1,588

Hi all,

i m using IDEAS version 4.7 and there is only one client 800,

but now i want to create one more client 820.

can anyone plz. tell/send me step by step procedure??

will it take the similar memory as client 800 while i just want to copy table fields..

regards .

saurabh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,080

You can create a new local client by copying exsisting client through SCCL

Please go through the required client copy documentation if you are on project

and also refer to required SAP OSS Notes

Few relate T.Codes are:

SCC1 Client Copy - Special Selections

SCC3 Client Copy Log

SCC4 Client Administration

SCC5 Delete Client

SCC7 Post-Client Import Methods

SCC8 Client Export

SCC9 Remote Client Copy

SCCL Local Client Copy

Reward Points if uesful.

3 REPLIES 3
Read only

ranjeetrajendra_jain
Active Contributor
0 Likes
1,080

u need to use scc4 transaction in 000 client

using sap* user and then create client

u can check inst guide..here it tells abt creating integration server client

SAP Web Application

Server 6.40 SR1 ABAP

on Windows: Oracle

But to create user like xisuper in any client u need to use SU01 tcode..as mentioned in XI SR1 inst guide

-


To set up a new client, from the SAP standard menu choose

Tools->Administration ->Administration -> Client administration -> Client maintenance

-


1) Create a client going in to the path given in my previous reply.

2)Login into the client with

User: DDIC or SAP*

Password

For default password go thru this link

http://help.sap.com/saphelp_nw04/helpdata/en/52/67179f439b11d1896f0000e8322d00/content.htm

3)After login using Transaction su01, create ur XISUPER user and assign all Roles to it.

Many Ways to do a single thingy

Regards

Read only

ranjeetrajendra_jain
Active Contributor
0 Likes
1,080

Here is an detailed step by step procedure which also consists of some primary check s you would want to do before you start your copy, unlike the ones above its more elobrate...

Before doing a client copy, you need to prepare the following :-

1. Find the source client space with the client size custom program which can be implemented using the rel. note:

Find the space of the client - '0118823'. This will give you the size of the source client.

2. If your are on Unix OS, adjust all the file systems according to PRD file system to fit the PRD client in DEV

client based on space requirements also.

3. You can do the client copy by remote or export/import client.

Remote method is not preferred if you are doing a large client copy.

Do a client export/import.

4. To speed up the export/import, use R3trans export/import for the clustered tables.

Please find the rel. notes related to performance improvements for cluster tables in OSS.

5. Do import and post processing.

Note: Export may take 10 to 20 hr. for 50gb of data

import may take 4 days and post import will take 8 to 15 hr. for 50gb of data. And it all depends on

your system performance.

Please refer OSS rel. notes for the few RZ10 parameters which needs to be set for cluster tables to speed up the process.

Note :-

If it is a fresh installation, do this --

1. SCC4 --> Create client no. and fill other details.

2. Logon to the newly created client with SAP* and PASS as password.

3. SCCL --> choose any profile (preferably SAP_ALL), source client 000 and target client <as created just now>.

4. Preferably do a test run initially to check if it can go well.

5. As a care check space in databases.

What are step and procedure to create a client & to take a client copy from source to target.

By: Kavitha.G

If you are copying from same system then flow the below steps:

1. Create the client in Tcode scc4.

2. Before that create a logical System in BD54.

3. Login in the newly created client with

user Name : sap* and password : pass

4. Use the Tcode sccl to copy the client.if you are not familiar with the client copy. Try a test run and then schedule it in background.

5. You can select the needed profile.

6. To view the log files use the tcode scc3.

If you are using different system then create a rfc connection in sm59.test the connection and then continue from the 1st step

You can also import and export a client. Use scc7 for importing from the client and scc8 fro exporting from the source client

What is system refresh when and why it is done?

The system refersh is nothing but the deletion of the client and replacing the data from other client. For example : you have clients 100, 200 and 300. Suppose when you want to refresh the client 100 you remove the client 100 and replace it with 200 0r 300 as per your reqiurement. Mostly the refresh of clients will be happen at the time of development stage.

System Refresh is a simplified term to Client Copy. Client Copy means copying the production client on to the quality to test the real data. As recommend by SAP this need to carried out every 3 months.

The process to carry out the same is as follows:

1. Create a client on quality system using txn scc4

2. Create a RFC between Production system and Quality System (need to create on quality system)

3. Login to the newly created client using sap* and pass as a password

4. Txn sccl to start the client copy. You can test the client copy by selecting the test run option. (test run will estimate the time taken for the activity).

Keep Sapping

Read only

Former Member
0 Likes
1,081

You can create a new local client by copying exsisting client through SCCL

Please go through the required client copy documentation if you are on project

and also refer to required SAP OSS Notes

Few relate T.Codes are:

SCC1 Client Copy - Special Selections

SCC3 Client Copy Log

SCC4 Client Administration

SCC5 Delete Client

SCC7 Post-Client Import Methods

SCC8 Client Export

SCC9 Remote Client Copy

SCCL Local Client Copy

Reward Points if uesful.