Application Development 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: 

how we know the table is clent dependent or client independent?

Former Member
0 Kudos

how we know the table is clent dependent or client independent?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Tables r client independent whereas the data in them are client dependant.

-Aarthi.

6 REPLIES 6

Former Member
0 Kudos

Tables r client independent whereas the data in them are client dependant.

-Aarthi.

Former Member
0 Kudos

Hi Selva,

Tables are client indpendent but the data in those tables is client dependent as we have there is a field called MANDT.

Regards,

Mukesh Kumar

Former Member
0 Kudos

The Data in the table are client dependent , which is indicated in field MANDT

Regards

Beena

0 Kudos

the structure of the table is not client-dependent - only the content of the table

records at the table whose first field is MANDT with type MANDT, are client depemdents.

THESE ARE SOME CHARACTERISTICS OF CLIENT DEPENDENT AND CROSS CLIENT TABLES.

Client-Dependent Tables

Class A and C: Data is only imported into client 000. Existing data records are overwritten.

Class E, S and W: Data is imported into all clients. Existing data records are overwritten.

Class G: Existing data records are overwritten in client 000. In all other clients, new data records are inserted, but existing data records are not overwritten.

Class L: No data is imported.

Cross-Client Tables

Classes A, L and C: No data is imported.

Classes E, S, and W: Data is imported. Existing data records with the same key are overwritten.

Class G: Non-existent data records are inserted, but no existing data records are overwritten.

Former Member
0 Kudos

Hi Selva,

To know if the table is Client-dependent or Client-Independent, check for the field "MANDT" in the table fields.

If "MANDT" is present then table is Client-Dependent and If not exists table is Client-Independent.

Bet Regards,

Ram.

0 Kudos

Hi,

I think apart from the field name as clnt you also need to have the data elements name as MANDT or the data type as CLNT and size 3.

Regards

Sumit