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

reg. table

Former Member
0 Likes
591

Quick question.

Is table client-dependent or client-independent?

I mean if the data is added to the table in one client, will that data be able to access from the other client in that system?

Please clarify.

Thanks,

Krishen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
560

Hi krishen,

1. MANDT field

2. If the first field of the table

contains MANDT,

then it is CLIENT DEPENDENT.

(Thats the only Criteria for dependency)

3. This field is AUTOMATICALLY filled up

by the system, based upon the current logged in client.

4. Moreover,

while displaying data in se11,se16,

it will show only those records,

which pertain to the current logged in client.

regards,

amit m.

5 REPLIES 5
Read only

Former Member
0 Likes
560

HI Krishen,

It is Client IndependentOR Dependent ..

when we add a field MANDT of type MANDT then our table is client dependent and is visible to only that client. But if this Field is not added to the table then we can access the table using any client number.

Regards,

Santosh

Message was edited by: Santosh Kumar P

Read only

Former Member
0 Likes
560

Hi ,

Tables can be both client dependent and client independent.

This all depends on the first field in the table. If the first field in table is MANDT then it is client dependent else it is not.

If the table is client dependent then you will not be able to see data across the client. All application data is client dependent.

Hope this helps

Read only

0 Likes
560

hi there

it all depends upon the configuration of the table. i mean to say when u r making the table at that time u can set that.

If the first field in table is MANDT then it is client dependent else it is not.

regards

jai

Read only

Former Member
0 Likes
560

Hi,

It depends on how you create the table in SE11..

if you have MANDT then it becomes client dependant..

ex. VBAP, VBAK..

if you don't have MANDT in the table then it becomes client independant..

Ex. TVIMF..

THanks,

Naren

Read only

Former Member
0 Likes
561

Hi krishen,

1. MANDT field

2. If the first field of the table

contains MANDT,

then it is CLIENT DEPENDENT.

(Thats the only Criteria for dependency)

3. This field is AUTOMATICALLY filled up

by the system, based upon the current logged in client.

4. Moreover,

while displaying data in se11,se16,

it will show only those records,

which pertain to the current logged in client.

regards,

amit m.