What is Client in SAP Basis
0
Q:
What is Client in SAP Basis
What is Client in SAP Basis
ASKED: Aug 18 2008  5:55 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
30 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
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 select * from mara SAP in the backgreound is actually querying the database as select * from mara where mandt = 300.

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.
Last Answered: Aug 21 2008  3:28 PM GMT by Bytemangler   30 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Ravikiransrv   15 pts.  |   Aug 28 2008  2:29PM GMT

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

 
0