Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

tables

Former Member
0 Likes
493

client dependent table with eg:

and client independent table with eg:

4 REPLIES 4
Read only

Former Member
0 Likes
471

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

Read only

Bema
Active Participant
0 Likes
471

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

Read only

jyotheswar_p2
Active Participant
0 Likes
471

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..........

Read only

Former Member
0 Likes
471

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