What is the client concept in SAP? What is the meaning of
client independent ?
Answer Posted / shreemudra
Client is like an individual system for an instance of R/3.
You can have more than one client for a system. Each
client can represent a different "system". For example, say
you have one development box with an instance of R/3 on it.
You have two clients, one is a development client which is
open for customizing and repository changes, the other is
the QA client where everything is locked down and you are
only to do testing in this client. Most respository objects
are client independent which means that if you create it in
the dev client, it will also be avaiable in the QA client if
they are in the same instance of r/3, but the data is
specific to each client. So you testing data in QA is
different then in DEV.
Client Independent means the data if you create in one
client that is available in that as well as in other clients
Like All dictionary Objects data and Repository
objects data like Programs, Fun modules, tables etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is t.code for script styles?
Different types of ABAP memory ?
How can I debug my sapscript?
What does read_text?
What are the advantages and disadvantages of ABAP/4 query tool ?
How can I copy sapscripts from one client to another, or export/import them?
What do you mean by symbols?
Can you assign your own form to a standard print program? How ?
Can we have more than one Selection Screen and how ?
What is the use of itcsy structure?
How do we set the date, time format?
Explain the paragraph format in layout set.
How to use the new-window command?
How can i read the data in bar code form directly into sap i.e. without being uploading it to TXT file and then uploading to SAP.
How can I get the landscape format in sapscript?