What is Client in SAP Basis
What is Client in SAP Basis?

Software/Hardware used:
ASKED: August 18, 2008  5:55 PM
UPDATED: April 18, 2013  7:58 PM

Answer Wiki:
A client is simply the first field of every data record in tables that are not overall system-related. It is a way to have different groupings of data within one database. Originally multiple companies ran SAP from one system and database in a time sharing fashion. The 'client' was the company they were doing business with. They added more companies and they became more clients in the system. The design created to separate one company's information from another a dded a 'client' or mandt field to each client-related data table. Behind the scenes any data access additionally specifies the client number that the user logged into. Using the MARA table (general material data) as an example, the first data field is mandt followed by material number and other material fields. If you logged into client 300 and in an ABAP program did a database query like <b>select * from mara</b> SAP in the backgreound is actually querying the database as <b>select * from mara where mandt = 300</b>. Clients can be used for separating data for multiple companies or multiple divisions or just created for testing a process or dataload. Clients can be created, copied and deleted. client is the work area for particular process. example we can take the 800 client for particular work.810 for debit process.800 for credit process.
Last Wiki Answer Submitted:  April 18, 2013  7:58 pm  by  Michael Tidmarsh   11,410 pts.
All Answer Wiki Contributors:  Michael Tidmarsh   11,410 pts. , Bytemangler   30 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

A client is a indipendent business entity in the SAP system,which represents and organization or a company
A client is a field in the database
CLIENTS with field ‘mandt’ are called client specific
CLIENTS without field ‘mandt’ are called cross client customizing
A client is data seperator
SAP Provides 3 default clients 000 001 066
000 is called a template,
other clients are defined by copying client 000
to define the client roles for an organization like cust client, test client, sand client, qty client prd client we shoudl define our own clients.
SAP provides the client mechanism for the company or orgaization to maintain uniquenes in the sysem

 15 pts.