SlideShare a Scribd company logo
CLIENT ADMINISTRATION
A Client is an independent business unit within an R/3 system
Data in the R/3 are classified as Client-Dependent and Client-independent.
Client-independent data such as ABAP programs, R/3 repository objects etc. are available
throughout the entire system.
Other data is client-dependent. Meaning, it can be viewed from one client.
The client-dependent data includes customizing, application and user data.
Enterprise IMG is client independent.
From a technical viewpoint, a three-figure number identifies a client. This number is used as a
key within tables that contain application data.
The field, which stores this number in the tables, is MANDT. This field is the first field in the
table’s primary key.
These tables are client dependent and the data of a client can be accessed only if we log on with
that client.
Apart from the client-dependent data / tables, we also have client-independent tables which are
valid and the data in these tables can be accessed from all the clients.
SAP comes with some pre-configure clients. They are Client 000, 001 and 066 in the non-IDES
system. In the IDES system we also have client 800 which contains the IDES data.
Each of these clients has a specific purpose. For example:
Client 000 is used for administration purposes and as a template for additional client. No changes
should be made in this client.
Client 001 is for test purposes regarding ECU
Client 066 is for SAP Remote Services.
Client 800 contains the IDES data (in case of IDES version).
Along with the standard clients SAP also comes with some standard users.
Users and their configuration such their password, mater record etc. is client dependent.
Client 000 and 001 come with standard users SAP* and DDIC with standard passwords
06071992 and 19920706 respectively.
Client 066 comes with user EARLYWATCH with the password SUPPORT
It is advisable to change the standard password of the above users for security reasons since these
users are the superusers.
Since you should not work in the standard clients (except for administrative purposes), you need
to create a copy of the clients.
The most time is required for physically copying the data because all the client-specific data in
the SAP system has to be copied. When application data is copied in production systems this can
entail a few 100MB and therefore take several hours. When only customizing data is copied, only
up to 150 MB is involved and consequently copying only requires a few hours, depending on the
hardware and system load.
Authorizations
Possible damage resulting from incorrect copying of the client to the target makes it necessary to
possess the following authorizations for the copying process:
Ø S_TABU_CLI allows table maintenance in all clients
Ø S_TABU_DIS allows maintenance of the contents of table CCCFLOW
For copying user master records and user profiles the appropriate authorizations for maintaining
user master records and profiles are required:
Ø S_USER_PRO for the user profile
Ø S_USER_GRP for the user master records
A client without application data needs approximately 150-200 MB space in the
database.
The client copy tool always first deletes the tables in the target system and then reads the new
data, block by block, from the source client before importing it into the target client.
When you define a new client an entry is made in the table T000. You edit this table by executing
the transaction code SM30
To create a new client you need to login as user SAP* in client 000 with password PASS
When you delete the client, you need to take care that the client entry in the table T000 is also
deleted.
During the copying process, a large amount of data is moved, requiring a corresponding amount
of storage and machine resources. This can cause a system crash. In order to reduce the system
load and to sustain online processing, a commit is executed after each table to reduce the size of
rollback segments in the database. When several very small tables are involved, the commit is not
executed until an appropriate threshold value is reached.
If very large tables (application tables) are copied, set the profile parameter rdisp/PG_SHM to a
multiple of 8 Kbytes.
For starters, you can create a copy of client 000. You can also copy clients within the same R/3
system or from other systems
A client is copied in two steps. The first step defines the client in the R/3 system and the second
step fills the client with the data. And only after that the client becomes functional.
When you define a client a role is assigned to it. This role expresses the purposes of the client.
The possible attributes are : Production, Testing, Customizing, Demonstration, Training /
Education and SAP Reference.
Among the basic attributes of a client are the change options of its data and objects
Using the change options attribute the correction and transport system can be stopped in the
clients (No Transport Allowed). This option deactivates the CTS in the client.
For clients in which customizing is performed all changes must be recorded in case they are
transported into other systems (Automatic Recording of Changes). Otherwise Customizing
Organizer will not be activated automatically when a setting is made (Changes Without
Automatic Recording). Such a configuration is suitable for demonstration or training clients.
Now let us see the process of creating a client.
The first step in creating a client is to define it and make it available in the R/3 system.
To create a client follow the path Tools à Business Engineer à Customizing à Basic Functions
à Set Up Clients
Or
Tools à Administration à Administration à Client Administration à Client Maintenance
Alternatively you can also use Transaction code SCC4.
What you will get is the overview of the clients available in the system.
Click on the change icon to change the display mode.
For example we have created a client 900 which is a copy of client 800.
Click on the New Entries button on the application toolbar to define the client
Figure 1.1
Figure 1.2
You will get the screen as above. (since the entire client definition screen could fit into one screen
shot, two screen shots are used).
1
2
3
4
5
6
7
The numbers in the screen mean as follows :
1. Enter a three-digit client number and a meaningful description for the client.
2. Location of the project
3. Description of the role of the client in the system. You can choose from Production, Testing,
Customizing, Demonstration, Training / Education and SAP Reference attributes
4. Specify the Change Options of data and objects. There are several change options for a client.
Using the No Transports Allowed attribute in this section, even the use of CTS can be stopped
in the clients. This attribute deactivates the correction and transport system.
For clients in which Customizing is performed all changes must be recorded in case they are
transported into other systems later, set the attribute to Automatic Recording Of Changes.
Otherwise the CO will not activated automatically when the setting is made.
Changes Without Automatic Recording is suitable for demonstration and training clients.
5. We can also limit the scope of the permitted changes. These levels define the application
area.
6. You can also set the protection attribute for a client. The aim of this attribute is to prevent the
client from being overwritten intentionally or unintentionally by copying additional client-
dependent data from another client. This attribute is very critical in a production system.
There three levels of protection : Protection level 0 – No limit, Protection level 1 – No
overwrite, Protection level 2 – No overwrite, no external availability
A client with protection level 1 and 2 cannot function as target clients.
7. You can further restrict the access to the client by checking the check boxes here.
Starting CATT Process allowed : CATT stands for Computer Aided Test Tool. When CATTs
are used, they generate test data that may be useful for demonstration purposes later.
Protect Against SAP upgrade : If a client is protected against an SAP upgrade, client-
dependent data in that client cannot be modified. You should use this option if standard
settings data delivered by SAP have been used in customer-specific Customizing without
separate copy being made.
After specifying the attribute click on the Save icon and then click the Back icon or F3 to come
out of the client definition screen. You should see the client amongst the list of the clients.
Once a client is defined an entry is made in the table T000 describing the attributes of the new
client.
When a client is defined, no data is available in the client. By default user SAP* with password
PASS is assigned to it. You need this user to log on to the client in order to copy data from other
clients into it.
Client Copy :
You do a client copy to fill data into the new client. A client can be filled with data in various
ways :
1. You can do a Local Copy where you copy the data into the new client from a client within
the same system
2. You can do a Remote Copy where you copy the data into the new client from a remote system
3. Data can also be filled into the new client from another system by way of transport request
(Client Transport)
To do a client copy into the new client, first login into the new client as SAP* with password
PASS.
Follow the path Tools à Administration à Administration à Client Admin. à Client Copy à
Local Copy / Remote Copy
Alternatively, you can also use the transaction code SCCL
1
2
3
4
1. These are data profiles that R/3 provides for copying clients. These basically indicate
what kind of data from the source you want to copy into the new client. The scope of the
profile can be seen from the path Profile à Display Profile.
2. Specify the source client.
3. Specify source client user masters
4. Use the Test Run option to first test run the execution of the entire procedure. The results
of the test run include an estimate of the data volume to be moved. This helps in
resolving any problems, like for example, problems due to insufficient disk space before
the actual copy run
After specifying the above settings, click on the Execute button or the Execute in Background
button
Depending on the volume of data to copied and the system configuration, this process may take
several hours.
You can also view the copy procedure log. Goto Tools à Administration à Administration à
Client Admin .à Copy Logs
Alternatively you can also use transaction code SCC3
After the client copy is over, a log of the copy process is displayed.
A client can only be copied from one R/3 system to another R/3 system if both the R/3 systems are
of the same release.
Remote Client Copy :
To do a remote client copy, RFC connection must be established between the target system and
the source system. Goto Tools à Administration à Administration à Client Admin .à Client
Copy à Remote Copy
Alternatively you can also use transaction code SCC9
Before the actual copy, test the RFC connection using the RFC system check button on the
application toolbar. In addition to testing the connection, the R/3 system releases are also checked
Click the Execute button to start the process of copying.
CLIENT COPY TRASACTION CODES
Purpose Transaction Code Menu Path
Local client copy SCCL Administration à System administration à
Administration à Client admin. à Client copy à
Local copy
Remote client copy SCC9 Administration à System administration à
Administration à Client admin. à Client copy à
Remote copy
Copying a transport
request
SCC1 Administration à System administration à
Administration à Client admin. à Special functions
à Copy transport request
Client export SCC8 Administration à System administration à
Administration à Client admin. à Client transport
à Client export
Client import –
postprocessing
SCC7 Administration à System administration à
Administration à Client admin. à Client transport
à Client import – postprocessing
Deleting a client SCC5 Administration à System administration à
Administration à Client admin. à Special functions
à Delete client
Copying logs SCC3 Administration à System administration à
Administration à Client admin. à Copy logs
Client maintenance SCC4 Administration à System administration à
Administration à Client admin. à Client
maintenance
Copying Clients
within an SAP R/3
System
SCCL
Copying Clients
between 2 Systems
SCC9

More Related Content

What's hot

Stock Maintenance System in ooad with uml
Stock Maintenance System in ooad with umlStock Maintenance System in ooad with uml
Stock Maintenance System in ooad with uml
SIVAPOORNIMA
 
Stock Management System
Stock Management SystemStock Management System
Stock Management System
Shahriar Kabir
 
Stock Management System Documentation
Stock Management System DocumentationStock Management System Documentation
Stock Management System Documentation
Sadat Abdulla Al Muniem
 
Medical Store Presentation ppt
Medical Store Presentation pptMedical Store Presentation ppt
Medical Store Presentation ppt
Sk Habib
 
sap basis transaction codes
sap basis transaction codessap basis transaction codes
sap basis transaction codes
EOH SAP Services
 
Sap tr um_dm_meter reading entry screen_v1.0
Sap tr um_dm_meter reading entry screen_v1.0Sap tr um_dm_meter reading entry screen_v1.0
Sap tr um_dm_meter reading entry screen_v1.0
UF Technology
 
Bn1033 demo sap basis
Bn1033 demo  sap basisBn1033 demo  sap basis
Bn1033 demo sap basis
conline training
 
Sap security tasks
Sap security tasksSap security tasks
Sap security tasks
Siva Pradeep Bolisetti
 
Sap basis administration handbook
Sap basis administration handbookSap basis administration handbook
Sap basis administration handbook
blackgoldboy
 
Developed the Inventory Management System for ERP Implementing in Manufacturi...
Developed the Inventory Management System for ERP Implementing in Manufacturi...Developed the Inventory Management System for ERP Implementing in Manufacturi...
Developed the Inventory Management System for ERP Implementing in Manufacturi...
Sushil kumar Choudhary
 
File system is full - what do i do
File system is full - what do i doFile system is full - what do i do
File system is full - what do i do
Nizar Fanany
 
Slicense
SlicenseSlicense
Slicense
ramesh469
 
95039099
9503909995039099
95039099
ntouchoualionel
 
374656 e 20180301
374656 e 20180301374656 e 20180301
374656 e 20180301
Rohidas Shinde
 
Medical store system
Medical store systemMedical store system
Medical store system
محمود فرغلي
 
Shipping and Storage: A New Approach
Shipping and Storage: A New ApproachShipping and Storage: A New Approach
Shipping and Storage: A New Approach
Upendra Sengar
 
Oracle Purchasing ivas
Oracle Purchasing ivasOracle Purchasing ivas
Oracle Purchasing ivas
Ali Ibrahim
 

What's hot (18)

Stock Maintenance System in ooad with uml
Stock Maintenance System in ooad with umlStock Maintenance System in ooad with uml
Stock Maintenance System in ooad with uml
 
Stock Management System
Stock Management SystemStock Management System
Stock Management System
 
Harika
HarikaHarika
Harika
 
Stock Management System Documentation
Stock Management System DocumentationStock Management System Documentation
Stock Management System Documentation
 
Medical Store Presentation ppt
Medical Store Presentation pptMedical Store Presentation ppt
Medical Store Presentation ppt
 
sap basis transaction codes
sap basis transaction codessap basis transaction codes
sap basis transaction codes
 
Sap tr um_dm_meter reading entry screen_v1.0
Sap tr um_dm_meter reading entry screen_v1.0Sap tr um_dm_meter reading entry screen_v1.0
Sap tr um_dm_meter reading entry screen_v1.0
 
Bn1033 demo sap basis
Bn1033 demo  sap basisBn1033 demo  sap basis
Bn1033 demo sap basis
 
Sap security tasks
Sap security tasksSap security tasks
Sap security tasks
 
Sap basis administration handbook
Sap basis administration handbookSap basis administration handbook
Sap basis administration handbook
 
Developed the Inventory Management System for ERP Implementing in Manufacturi...
Developed the Inventory Management System for ERP Implementing in Manufacturi...Developed the Inventory Management System for ERP Implementing in Manufacturi...
Developed the Inventory Management System for ERP Implementing in Manufacturi...
 
File system is full - what do i do
File system is full - what do i doFile system is full - what do i do
File system is full - what do i do
 
Slicense
SlicenseSlicense
Slicense
 
95039099
9503909995039099
95039099
 
374656 e 20180301
374656 e 20180301374656 e 20180301
374656 e 20180301
 
Medical store system
Medical store systemMedical store system
Medical store system
 
Shipping and Storage: A New Approach
Shipping and Storage: A New ApproachShipping and Storage: A New Approach
Shipping and Storage: A New Approach
 
Oracle Purchasing ivas
Oracle Purchasing ivasOracle Purchasing ivas
Oracle Purchasing ivas
 

Viewers also liked

hello-dream-job-uk-final_digital
hello-dream-job-uk-final_digitalhello-dream-job-uk-final_digital
hello-dream-job-uk-final_digitalTracey Sturt
 
Motion graphic
Motion graphicMotion graphic
Motion graphic
etc tx
 
REGENCIA DE FARMACIA
REGENCIA DE FARMACIAREGENCIA DE FARMACIA
REGENCIA DE FARMACIA
DANIELA MOLINA
 
Museo
MuseoMuseo
Keep your GIT history clean
Keep your GIT history cleanKeep your GIT history clean
Keep your GIT history clean
tomasbro
 
C4 - Levels of Analysis
C4 - Levels of AnalysisC4 - Levels of Analysis
C4 - Levels of Analysis
Fatin Nazihah Aziz
 
Entrega diseño 6
Entrega diseño 6Entrega diseño 6
Entrega diseño 6
Wilmer Marcano
 
Tarjeta grafica
Tarjeta graficaTarjeta grafica
Tarjeta grafica
sebastian alvarez
 
Ryerson Arch Cons Diploma
Ryerson Arch Cons DiplomaRyerson Arch Cons Diploma
Ryerson Arch Cons DiplomaYuri Utkin
 

Viewers also liked (14)

hello-dream-job-uk-final_digital
hello-dream-job-uk-final_digitalhello-dream-job-uk-final_digital
hello-dream-job-uk-final_digital
 
News Release
News ReleaseNews Release
News Release
 
My White Paper Report
My White Paper ReportMy White Paper Report
My White Paper Report
 
M Sc marksheet
M Sc marksheetM Sc marksheet
M Sc marksheet
 
Motion graphic
Motion graphicMotion graphic
Motion graphic
 
REGENCIA DE FARMACIA
REGENCIA DE FARMACIAREGENCIA DE FARMACIA
REGENCIA DE FARMACIA
 
Museo
MuseoMuseo
Museo
 
Keep your GIT history clean
Keep your GIT history cleanKeep your GIT history clean
Keep your GIT history clean
 
C4 - Levels of Analysis
C4 - Levels of AnalysisC4 - Levels of Analysis
C4 - Levels of Analysis
 
Entrega diseño 6
Entrega diseño 6Entrega diseño 6
Entrega diseño 6
 
Tarjeta grafica
Tarjeta graficaTarjeta grafica
Tarjeta grafica
 
Wynia CV
Wynia CVWynia CV
Wynia CV
 
ECHO MEDIA GROUP
ECHO MEDIA GROUPECHO MEDIA GROUP
ECHO MEDIA GROUP
 
Ryerson Arch Cons Diploma
Ryerson Arch Cons DiplomaRyerson Arch Cons Diploma
Ryerson Arch Cons Diploma
 

Similar to Clientadmin

What is sap client
What is sap clientWhat is sap client
What is sap client
nanda nanda
 
Client Copy
Client CopyClient Copy
Client Copy
Kiran ramineedi
 
Tsecl user manual tr billing and printing
Tsecl  user manual tr billing and printingTsecl  user manual tr billing and printing
Tsecl user manual tr billing and printing
UF Technology
 
Ridge weigh technical writeup
Ridge weigh technical writeupRidge weigh technical writeup
Ridge weigh technical writeup
CountryWingGroupofCo
 
SAP BASIS Training in Chennai
SAP BASIS Training in ChennaiSAP BASIS Training in Chennai
SAP BASIS Training in Chennai
Thecreating Experts
 
Medical Store Management System Software Engineering Project
Medical Store Management System Software Engineering ProjectMedical Store Management System Software Engineering Project
Medical Store Management System Software Engineering Projecthani2253
 
Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1
hani2253
 
User manual tr dunning lev1
User manual tr dunning lev1User manual tr dunning lev1
User manual tr dunning lev1
UF Technology
 
Atm project
Atm projectAtm project
Sap basis made_easy321761331053730
Sap basis made_easy321761331053730Sap basis made_easy321761331053730
Sap basis made_easy321761331053730
K Hari Shankar
 
Returns and service
Returns and serviceReturns and service
Returns and service
suryanarayana tata
 
Acma Computers - Fms & Ims
Acma Computers - Fms & ImsAcma Computers - Fms & Ims
Acma Computers - Fms & Ims
Acma Computers Ltd
 
Q2 2018 (1805) Release Preview
Q2 2018 (1805) Release PreviewQ2 2018 (1805) Release Preview
Q2 2018 (1805) Release Preview
Christoph Pohl
 
Understanding Code Formats in Vista
Understanding Code Formats in VistaUnderstanding Code Formats in Vista
Understanding Code Formats in Vista
Visibility by Design
 
Session 14 validation_steps_sap
Session 14 validation_steps_sapSession 14 validation_steps_sap
Session 14 validation_steps_sap
Amitava Saha, PMP®
 
Enhancement technique how to use validations
Enhancement technique how to use validationsEnhancement technique how to use validations
Enhancement technique how to use validations
Ugeshkumarnetha Dasari
 
Gp Installation Presentation
Gp Installation PresentationGp Installation Presentation
Gp Installation Presentationddauphin
 
Gp Installation Presentation
Gp Installation PresentationGp Installation Presentation
Gp Installation Presentation
guest2fc298
 
Sap tr um_dm_meter reading order reversal_v1.0
Sap tr um_dm_meter reading order reversal_v1.0Sap tr um_dm_meter reading order reversal_v1.0
Sap tr um_dm_meter reading order reversal_v1.0
UF Technology
 

Similar to Clientadmin (20)

What is sap client
What is sap clientWhat is sap client
What is sap client
 
Client Copy
Client CopyClient Copy
Client Copy
 
Tsecl user manual tr billing and printing
Tsecl  user manual tr billing and printingTsecl  user manual tr billing and printing
Tsecl user manual tr billing and printing
 
Ridge weigh technical writeup
Ridge weigh technical writeupRidge weigh technical writeup
Ridge weigh technical writeup
 
SAP BASIS Training in Chennai
SAP BASIS Training in ChennaiSAP BASIS Training in Chennai
SAP BASIS Training in Chennai
 
Medical Store Management System Software Engineering Project
Medical Store Management System Software Engineering ProjectMedical Store Management System Software Engineering Project
Medical Store Management System Software Engineering Project
 
Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1
 
User manual tr dunning lev1
User manual tr dunning lev1User manual tr dunning lev1
User manual tr dunning lev1
 
Atm project
Atm projectAtm project
Atm project
 
Sap basis made_easy321761331053730
Sap basis made_easy321761331053730Sap basis made_easy321761331053730
Sap basis made_easy321761331053730
 
Sap
SapSap
Sap
 
Returns and service
Returns and serviceReturns and service
Returns and service
 
Acma Computers - Fms & Ims
Acma Computers - Fms & ImsAcma Computers - Fms & Ims
Acma Computers - Fms & Ims
 
Q2 2018 (1805) Release Preview
Q2 2018 (1805) Release PreviewQ2 2018 (1805) Release Preview
Q2 2018 (1805) Release Preview
 
Understanding Code Formats in Vista
Understanding Code Formats in VistaUnderstanding Code Formats in Vista
Understanding Code Formats in Vista
 
Session 14 validation_steps_sap
Session 14 validation_steps_sapSession 14 validation_steps_sap
Session 14 validation_steps_sap
 
Enhancement technique how to use validations
Enhancement technique how to use validationsEnhancement technique how to use validations
Enhancement technique how to use validations
 
Gp Installation Presentation
Gp Installation PresentationGp Installation Presentation
Gp Installation Presentation
 
Gp Installation Presentation
Gp Installation PresentationGp Installation Presentation
Gp Installation Presentation
 
Sap tr um_dm_meter reading order reversal_v1.0
Sap tr um_dm_meter reading order reversal_v1.0Sap tr um_dm_meter reading order reversal_v1.0
Sap tr um_dm_meter reading order reversal_v1.0
 

Recently uploaded

“To be integrated is to feel secure, to feel connected.” The views and experi...
“To be integrated is to feel secure, to feel connected.” The views and experi...“To be integrated is to feel secure, to feel connected.” The views and experi...
“To be integrated is to feel secure, to feel connected.” The views and experi...
AJHSSR Journal
 
SluggerPunk Final Angel Investor Proposal
SluggerPunk Final Angel Investor ProposalSluggerPunk Final Angel Investor Proposal
SluggerPunk Final Angel Investor Proposal
grogshiregames
 
Exploring Factors Affecting the Success of TVET-Industry Partnership: A Case ...
Exploring Factors Affecting the Success of TVET-Industry Partnership: A Case ...Exploring Factors Affecting the Success of TVET-Industry Partnership: A Case ...
Exploring Factors Affecting the Success of TVET-Industry Partnership: A Case ...
AJHSSR Journal
 
The Challenges of Good Governance and Project Implementation in Nigeria: A Re...
The Challenges of Good Governance and Project Implementation in Nigeria: A Re...The Challenges of Good Governance and Project Implementation in Nigeria: A Re...
The Challenges of Good Governance and Project Implementation in Nigeria: A Re...
AJHSSR Journal
 
How social media marketing helps businesses in 2024.pdf
How social media marketing helps businesses in 2024.pdfHow social media marketing helps businesses in 2024.pdf
How social media marketing helps businesses in 2024.pdf
pramodkumar2310
 
Social Media Marketing Strategies .
Social Media Marketing Strategies                     .Social Media Marketing Strategies                     .
Social Media Marketing Strategies .
Virtual Real Design
 
Grow Your Reddit Community Fast.........
Grow Your Reddit Community Fast.........Grow Your Reddit Community Fast.........
Grow Your Reddit Community Fast.........
SocioCosmos
 
SluggerPunk Angel Investor Final Proposal
SluggerPunk Angel Investor Final ProposalSluggerPunk Angel Investor Final Proposal
SluggerPunk Angel Investor Final Proposal
grogshiregames
 
Social Media kdjhadhnjbdsjbdff fjkjasfkl
Social Media kdjhadhnjbdsjbdff fjkjasfklSocial Media kdjhadhnjbdsjbdff fjkjasfkl
Social Media kdjhadhnjbdsjbdff fjkjasfkl
mdigitalmarketing001
 
Get Ahead with YouTube Growth Services....
Get Ahead with YouTube Growth Services....Get Ahead with YouTube Growth Services....
Get Ahead with YouTube Growth Services....
SocioCosmos
 
Your Path to YouTube Stardom Starts Here
Your Path to YouTube Stardom Starts HereYour Path to YouTube Stardom Starts Here
Your Path to YouTube Stardom Starts Here
SocioCosmos
 
LORRAINE ANDREI_LEQUIGAN_HOW TO USE TRELLO.pptx
LORRAINE ANDREI_LEQUIGAN_HOW TO USE TRELLO.pptxLORRAINE ANDREI_LEQUIGAN_HOW TO USE TRELLO.pptx
LORRAINE ANDREI_LEQUIGAN_HOW TO USE TRELLO.pptx
lorraineandreiamcidl
 
7 Tips on Social Media Marketing strategy
7 Tips on Social Media Marketing strategy7 Tips on Social Media Marketing strategy
7 Tips on Social Media Marketing strategy
Digital Marketing Lab
 
Multilingual SEO Services | Multilingual Keyword Research | Filose
Multilingual SEO Services |  Multilingual Keyword Research | FiloseMultilingual SEO Services |  Multilingual Keyword Research | Filose
Multilingual SEO Services | Multilingual Keyword Research | Filose
madisonsmith478075
 
Unlock TikTok Success with Sociocosmos..
Unlock TikTok Success with Sociocosmos..Unlock TikTok Success with Sociocosmos..
Unlock TikTok Success with Sociocosmos..
SocioCosmos
 
Non-Financial Information and Firm Risk Non-Financial Information and Firm Risk
Non-Financial Information and Firm Risk Non-Financial Information and Firm RiskNon-Financial Information and Firm Risk Non-Financial Information and Firm Risk
Non-Financial Information and Firm Risk Non-Financial Information and Firm Risk
AJHSSR Journal
 

Recently uploaded (16)

“To be integrated is to feel secure, to feel connected.” The views and experi...
“To be integrated is to feel secure, to feel connected.” The views and experi...“To be integrated is to feel secure, to feel connected.” The views and experi...
“To be integrated is to feel secure, to feel connected.” The views and experi...
 
SluggerPunk Final Angel Investor Proposal
SluggerPunk Final Angel Investor ProposalSluggerPunk Final Angel Investor Proposal
SluggerPunk Final Angel Investor Proposal
 
Exploring Factors Affecting the Success of TVET-Industry Partnership: A Case ...
Exploring Factors Affecting the Success of TVET-Industry Partnership: A Case ...Exploring Factors Affecting the Success of TVET-Industry Partnership: A Case ...
Exploring Factors Affecting the Success of TVET-Industry Partnership: A Case ...
 
The Challenges of Good Governance and Project Implementation in Nigeria: A Re...
The Challenges of Good Governance and Project Implementation in Nigeria: A Re...The Challenges of Good Governance and Project Implementation in Nigeria: A Re...
The Challenges of Good Governance and Project Implementation in Nigeria: A Re...
 
How social media marketing helps businesses in 2024.pdf
How social media marketing helps businesses in 2024.pdfHow social media marketing helps businesses in 2024.pdf
How social media marketing helps businesses in 2024.pdf
 
Social Media Marketing Strategies .
Social Media Marketing Strategies                     .Social Media Marketing Strategies                     .
Social Media Marketing Strategies .
 
Grow Your Reddit Community Fast.........
Grow Your Reddit Community Fast.........Grow Your Reddit Community Fast.........
Grow Your Reddit Community Fast.........
 
SluggerPunk Angel Investor Final Proposal
SluggerPunk Angel Investor Final ProposalSluggerPunk Angel Investor Final Proposal
SluggerPunk Angel Investor Final Proposal
 
Social Media kdjhadhnjbdsjbdff fjkjasfkl
Social Media kdjhadhnjbdsjbdff fjkjasfklSocial Media kdjhadhnjbdsjbdff fjkjasfkl
Social Media kdjhadhnjbdsjbdff fjkjasfkl
 
Get Ahead with YouTube Growth Services....
Get Ahead with YouTube Growth Services....Get Ahead with YouTube Growth Services....
Get Ahead with YouTube Growth Services....
 
Your Path to YouTube Stardom Starts Here
Your Path to YouTube Stardom Starts HereYour Path to YouTube Stardom Starts Here
Your Path to YouTube Stardom Starts Here
 
LORRAINE ANDREI_LEQUIGAN_HOW TO USE TRELLO.pptx
LORRAINE ANDREI_LEQUIGAN_HOW TO USE TRELLO.pptxLORRAINE ANDREI_LEQUIGAN_HOW TO USE TRELLO.pptx
LORRAINE ANDREI_LEQUIGAN_HOW TO USE TRELLO.pptx
 
7 Tips on Social Media Marketing strategy
7 Tips on Social Media Marketing strategy7 Tips on Social Media Marketing strategy
7 Tips on Social Media Marketing strategy
 
Multilingual SEO Services | Multilingual Keyword Research | Filose
Multilingual SEO Services |  Multilingual Keyword Research | FiloseMultilingual SEO Services |  Multilingual Keyword Research | Filose
Multilingual SEO Services | Multilingual Keyword Research | Filose
 
Unlock TikTok Success with Sociocosmos..
Unlock TikTok Success with Sociocosmos..Unlock TikTok Success with Sociocosmos..
Unlock TikTok Success with Sociocosmos..
 
Non-Financial Information and Firm Risk Non-Financial Information and Firm Risk
Non-Financial Information and Firm Risk Non-Financial Information and Firm RiskNon-Financial Information and Firm Risk Non-Financial Information and Firm Risk
Non-Financial Information and Firm Risk Non-Financial Information and Firm Risk
 

Clientadmin

  • 1. CLIENT ADMINISTRATION A Client is an independent business unit within an R/3 system Data in the R/3 are classified as Client-Dependent and Client-independent. Client-independent data such as ABAP programs, R/3 repository objects etc. are available throughout the entire system. Other data is client-dependent. Meaning, it can be viewed from one client. The client-dependent data includes customizing, application and user data. Enterprise IMG is client independent. From a technical viewpoint, a three-figure number identifies a client. This number is used as a key within tables that contain application data. The field, which stores this number in the tables, is MANDT. This field is the first field in the table’s primary key. These tables are client dependent and the data of a client can be accessed only if we log on with that client. Apart from the client-dependent data / tables, we also have client-independent tables which are valid and the data in these tables can be accessed from all the clients. SAP comes with some pre-configure clients. They are Client 000, 001 and 066 in the non-IDES system. In the IDES system we also have client 800 which contains the IDES data. Each of these clients has a specific purpose. For example: Client 000 is used for administration purposes and as a template for additional client. No changes should be made in this client. Client 001 is for test purposes regarding ECU Client 066 is for SAP Remote Services. Client 800 contains the IDES data (in case of IDES version). Along with the standard clients SAP also comes with some standard users. Users and their configuration such their password, mater record etc. is client dependent. Client 000 and 001 come with standard users SAP* and DDIC with standard passwords 06071992 and 19920706 respectively. Client 066 comes with user EARLYWATCH with the password SUPPORT
  • 2. It is advisable to change the standard password of the above users for security reasons since these users are the superusers. Since you should not work in the standard clients (except for administrative purposes), you need to create a copy of the clients. The most time is required for physically copying the data because all the client-specific data in the SAP system has to be copied. When application data is copied in production systems this can entail a few 100MB and therefore take several hours. When only customizing data is copied, only up to 150 MB is involved and consequently copying only requires a few hours, depending on the hardware and system load. Authorizations Possible damage resulting from incorrect copying of the client to the target makes it necessary to possess the following authorizations for the copying process: Ø S_TABU_CLI allows table maintenance in all clients Ø S_TABU_DIS allows maintenance of the contents of table CCCFLOW For copying user master records and user profiles the appropriate authorizations for maintaining user master records and profiles are required: Ø S_USER_PRO for the user profile Ø S_USER_GRP for the user master records A client without application data needs approximately 150-200 MB space in the database. The client copy tool always first deletes the tables in the target system and then reads the new data, block by block, from the source client before importing it into the target client. When you define a new client an entry is made in the table T000. You edit this table by executing the transaction code SM30 To create a new client you need to login as user SAP* in client 000 with password PASS When you delete the client, you need to take care that the client entry in the table T000 is also deleted. During the copying process, a large amount of data is moved, requiring a corresponding amount of storage and machine resources. This can cause a system crash. In order to reduce the system load and to sustain online processing, a commit is executed after each table to reduce the size of rollback segments in the database. When several very small tables are involved, the commit is not executed until an appropriate threshold value is reached. If very large tables (application tables) are copied, set the profile parameter rdisp/PG_SHM to a multiple of 8 Kbytes.
  • 3. For starters, you can create a copy of client 000. You can also copy clients within the same R/3 system or from other systems A client is copied in two steps. The first step defines the client in the R/3 system and the second step fills the client with the data. And only after that the client becomes functional. When you define a client a role is assigned to it. This role expresses the purposes of the client. The possible attributes are : Production, Testing, Customizing, Demonstration, Training / Education and SAP Reference. Among the basic attributes of a client are the change options of its data and objects Using the change options attribute the correction and transport system can be stopped in the clients (No Transport Allowed). This option deactivates the CTS in the client. For clients in which customizing is performed all changes must be recorded in case they are transported into other systems (Automatic Recording of Changes). Otherwise Customizing Organizer will not be activated automatically when a setting is made (Changes Without Automatic Recording). Such a configuration is suitable for demonstration or training clients.
  • 4. Now let us see the process of creating a client. The first step in creating a client is to define it and make it available in the R/3 system. To create a client follow the path Tools à Business Engineer à Customizing à Basic Functions à Set Up Clients Or Tools à Administration à Administration à Client Administration à Client Maintenance Alternatively you can also use Transaction code SCC4. What you will get is the overview of the clients available in the system. Click on the change icon to change the display mode. For example we have created a client 900 which is a copy of client 800.
  • 5. Click on the New Entries button on the application toolbar to define the client Figure 1.1 Figure 1.2 You will get the screen as above. (since the entire client definition screen could fit into one screen shot, two screen shots are used). 1 2 3 4 5 6 7
  • 6. The numbers in the screen mean as follows : 1. Enter a three-digit client number and a meaningful description for the client. 2. Location of the project 3. Description of the role of the client in the system. You can choose from Production, Testing, Customizing, Demonstration, Training / Education and SAP Reference attributes 4. Specify the Change Options of data and objects. There are several change options for a client. Using the No Transports Allowed attribute in this section, even the use of CTS can be stopped in the clients. This attribute deactivates the correction and transport system. For clients in which Customizing is performed all changes must be recorded in case they are transported into other systems later, set the attribute to Automatic Recording Of Changes. Otherwise the CO will not activated automatically when the setting is made. Changes Without Automatic Recording is suitable for demonstration and training clients. 5. We can also limit the scope of the permitted changes. These levels define the application area. 6. You can also set the protection attribute for a client. The aim of this attribute is to prevent the client from being overwritten intentionally or unintentionally by copying additional client- dependent data from another client. This attribute is very critical in a production system. There three levels of protection : Protection level 0 – No limit, Protection level 1 – No overwrite, Protection level 2 – No overwrite, no external availability A client with protection level 1 and 2 cannot function as target clients. 7. You can further restrict the access to the client by checking the check boxes here. Starting CATT Process allowed : CATT stands for Computer Aided Test Tool. When CATTs are used, they generate test data that may be useful for demonstration purposes later. Protect Against SAP upgrade : If a client is protected against an SAP upgrade, client- dependent data in that client cannot be modified. You should use this option if standard settings data delivered by SAP have been used in customer-specific Customizing without separate copy being made. After specifying the attribute click on the Save icon and then click the Back icon or F3 to come out of the client definition screen. You should see the client amongst the list of the clients. Once a client is defined an entry is made in the table T000 describing the attributes of the new client.
  • 7. When a client is defined, no data is available in the client. By default user SAP* with password PASS is assigned to it. You need this user to log on to the client in order to copy data from other clients into it. Client Copy : You do a client copy to fill data into the new client. A client can be filled with data in various ways : 1. You can do a Local Copy where you copy the data into the new client from a client within the same system 2. You can do a Remote Copy where you copy the data into the new client from a remote system 3. Data can also be filled into the new client from another system by way of transport request (Client Transport) To do a client copy into the new client, first login into the new client as SAP* with password PASS. Follow the path Tools à Administration à Administration à Client Admin. à Client Copy à Local Copy / Remote Copy Alternatively, you can also use the transaction code SCCL 1 2 3 4
  • 8. 1. These are data profiles that R/3 provides for copying clients. These basically indicate what kind of data from the source you want to copy into the new client. The scope of the profile can be seen from the path Profile à Display Profile. 2. Specify the source client. 3. Specify source client user masters 4. Use the Test Run option to first test run the execution of the entire procedure. The results of the test run include an estimate of the data volume to be moved. This helps in resolving any problems, like for example, problems due to insufficient disk space before the actual copy run After specifying the above settings, click on the Execute button or the Execute in Background button Depending on the volume of data to copied and the system configuration, this process may take several hours. You can also view the copy procedure log. Goto Tools à Administration à Administration à Client Admin .à Copy Logs Alternatively you can also use transaction code SCC3 After the client copy is over, a log of the copy process is displayed. A client can only be copied from one R/3 system to another R/3 system if both the R/3 systems are of the same release.
  • 9. Remote Client Copy : To do a remote client copy, RFC connection must be established between the target system and the source system. Goto Tools à Administration à Administration à Client Admin .à Client Copy à Remote Copy Alternatively you can also use transaction code SCC9 Before the actual copy, test the RFC connection using the RFC system check button on the application toolbar. In addition to testing the connection, the R/3 system releases are also checked Click the Execute button to start the process of copying.
  • 10. CLIENT COPY TRASACTION CODES Purpose Transaction Code Menu Path Local client copy SCCL Administration à System administration à Administration à Client admin. à Client copy à Local copy Remote client copy SCC9 Administration à System administration à Administration à Client admin. à Client copy à Remote copy Copying a transport request SCC1 Administration à System administration à Administration à Client admin. à Special functions à Copy transport request Client export SCC8 Administration à System administration à Administration à Client admin. à Client transport à Client export Client import – postprocessing SCC7 Administration à System administration à Administration à Client admin. à Client transport à Client import – postprocessing Deleting a client SCC5 Administration à System administration à Administration à Client admin. à Special functions à Delete client Copying logs SCC3 Administration à System administration à Administration à Client admin. à Copy logs Client maintenance SCC4 Administration à System administration à Administration à Client admin. à Client maintenance Copying Clients within an SAP R/3 System SCCL Copying Clients between 2 Systems SCC9