‎2007 May 03 5:58 AM
client dependent table with eg:
and client independent table with eg:
‎2007 May 03 5:59 AM
Hi,
The client dependant data has MANDT as part of the key..
Client dependant table -> MARA
The client independant data will not have MANDT as part of the key..
client independant table -> T180
Thanks,
Naren
‎2007 May 03 6:00 AM
There are two types of objects in SAP, client dependent and client independent. Objects used in several clients are called client independent while objects used in a specific client is called client dependent. To identify if a table is client dependent, one can use tcodes SE11 or SE12. In the table field attributes, if the MANDT field is present that table is client dependent.
Reward points if useful
‎2007 May 03 6:39 AM
Hi Anju,
Client dependent :
Client dependent tables are the table which have field MANDT defined in them.
the data in client dependent tables only shows the data of current client in which u have logged on.for example if u r in 300 it shows the data relatd to clent 300 only.
if u have logged with 200 it will show data related to 200.
eg:VBAK ,MARA etc....
Client independent :
Client independent tables are those which doesnt have mandt as a field in it.
here u can view all the data irrespective of client.u can view all the data.it will be same in every client.
eg:tstc,t100 etc........
hope this clear ur doubts..........
‎2007 May 03 8:49 AM
Hi,
tables having MANDT as their key are Client dependent tables .
and tables that dont have MANDT field are Client indepdent tables.
FOR CLIENT INDEPDENT TYPE REFER THE THREAD :
https://forums.sdn.sap.com/click.jspa?searchID=2403043&messageID=3295170
Reward points if useful..
Regards
Nilesh