What is the client concept in SAP? What is the meaning of
client independent?
Answer Posted / azher
One of the most basic concepts in SAP is that of "Client". A
client is defined as a legally and organizationally
independent unit within SAP R/3. For purposes of SAP R/3, a
client can be company, corporation or even a business unit.
One of the first things SAP asks for at the time of login is
the client number. SAP R/3 comes inbuilt with three standard
clients viz. 000, 001 and 066. Let us see all the three
different client's in SAP R/3 in detail.
SAP-R3-Client-Concept
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.
When you go to log in to SAP, you choose the specific client
you want to log in to. Each one is assigned a unique
three-digit number, which you are required to know and type
in at login time. This makes it easy to distinguish between
clients. A programmer developing the SAP system might log in
to client 100 to do some programming, client 200 in another
system to review and test new business logic, and client 500
in yet another system to check out the new training system
where his code is being used to teach others how to use SAP.
In the same way, an end user might log in to client 300 in
the production system to do his day-to-day work and
occasionally client 200 in a test system to check on the
status of new functionality he requested be developed for
production
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
5.Call by value and Call by reference with program?
Code for display the images from drive using vb 6.0?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
Write a program to find duplicate number from array in minimum time complexity.
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
how do we provide security for web services
What is the difference beween joblib and steplib statements
shall we execute our java programmes in jre
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
Write a program to reverse a number?
Write a pascal program to calculate the sum of the first 100 even number and odd number
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
can we extend a class having only one parameterised constructor.Suggest the process to do it.
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.