‎2006 Sep 27 3:42 PM
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
‎2006 Sep 27 3:48 PM
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.
‎2006 Sep 27 3:43 PM
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
‎2006 Sep 27 3:43 PM
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
‎2006 Sep 27 3:49 PM
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
‎2006 Sep 27 3:47 PM
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
‎2006 Sep 27 3:48 PM
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.