What is the client concept in SAP? What is the meaning of
client independent?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / preeti chaturvedi
Sets of software component which acts as service requester are called as client.
Is This Answer Correct ? | 0 Yes | 0 No |
SAP Client Means User master data,Application master data &
Customize master data is known as Client.
Is This Answer Correct ? | 6 Yes | 13 No |
What are scrubbing procedures in SAS
5.Call by value and Call by reference with program?
what is an INI file?
how pseudo column works?
WHat is execution in manual testing and when will we start execution and what language we use in execution
I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
I'm trying to solve this. But I'm not figuring the right solution. Can some one help what the answer is for the question below? You can use as many variables as you need, there are no negative numbers, all numbers are integers. You do not know the size of the integers, they could be infinitely large, so you can't count on truncating at any point. There are NO comparisons allowed, no if statements or anything like that. There are only four operations you can do on a variable. 1) You can set a variable to 0. 2) You can set a variable = another variable. 3) You can increment a variable (only by 1), and it's a post increment. 4) You can loop. So, if you were to say loop(v1) and v1 = 10, your loop would execute 10 times, but the value in v1 wouldn't change so the first line in the loop can change value of v1 without changing the number of times you loop. You need to do 3 things. 1) Write a function that decrements by 1. 2) Write a function that subtracts one variable from another. 3) Write a function that divides one variable by another. 4) See if you can implement all 3 using at most 4 variables. Meaning, you're not making function calls now, you're making macros. And at most you can have 4 variables. The restriction really only applies to divide, the other 2 are easy to do with 4 vars or less. Division on the other hand is dependent on the other 2 functions, so, if subtract requires 3 variables, then divide only has 1 variable left unchanged after a call to subtract. Basically, just make your function calls to decrement and subtract so you pass your vars in by reference, and you can't declare any new variables in a function, what you pass in is all it gets.
what you mean by mantis in IT interview? why we use mantis? advantage of mantis?
Hello all, My name is Nrupali, am a fresher, i know C language beginner. dont have any experience. planning to learn Php. let me know which language should i choose to learn or for salary purpose and growth??? kindly help me to take decision. thanks
What is procedural oriented language language..? give some examples of this language....?
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
2. What do you mean by DHCP?