‎2007 Jun 06 12:01 PM
HAI,
WHAT IS THE DIFF B/T CLIENT DEPENDENT AND CLIENT INDEPENDENT TABLE AND HOW TO CREATE A CLIENT INDEPENDENT TABLE
THANK YOU
ASHOK KUMAR
‎2007 Jun 06 12:04 PM
Hi Ashok ,
If a table has the feild MANDT ( Client ) as a part of the key feilds then the table is client dependent .
To make a client independent table , do not have the feild MANDT as part of the key fields.
Regards
Arun
‎2007 Jun 06 12:04 PM
Hi
Always Tables are Client Independent
CLient dependent means if you create them in one client say 100 they will be available in that client only, though there are some more clients like 200 and 300 in that server.
Where as Client Independent means if you creat a table in 100 client they are available in other clients like 200 and 300 etc
all DDIC objects , programs, Fun modules and repository objects are client independent
where as Scripts, Long Texts, Number Ranges are client dependent.
Reward points for useful Answers
Regards
Anji
‎2007 Jun 06 12:06 PM
Hi Ashok,
If table has the key field MANDT, then it is client dependent. The data will be available for the particular cliend. If the mandt is not available then the data will be available for all the clients (Client independent).
Create the table without Mandt field , then it will be client independent.
Regards,
Rusidar
‎2007 Jun 06 12:10 PM
Hi Ashok,
Tables are generally client independant. means they can be accessed from any client irrespective of where they are created. to create client dependant table just include MANDT as one of the key fields.
Regards,
Younus
<b>Reward Helpful Answers:-)</b>
‎2007 Jun 06 12:13 PM
hi
good
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.
thanks
mrutyun^
‎2007 Jun 06 12:14 PM
hi ashok,
tables are client independent that means all table are avbl in all clients i.e. in client 100(dev), clint 200(quality),client 800(production.
records in tables are client dependent that means records are vary from client to client.
reward points if helpful.
regards,
seshu.
‎2007 Jun 06 12:21 PM
Hi,
Client Dependent means specific to a client .
Client Independent means general to all clients .
Include MANDT filed in the table then it would be a clientdependent
Thanks,
Anil