‎2008 Mar 06 2:05 PM
‎2008 Mar 07 6:08 AM
Hi HARSHA,
Data in SAP is always biforcated using clients. Internally the database tables store data irrespective of the client. But, in the sap system, data is grouped based on clients. If you go to a table like SPFLI in SE11, you will find a field with the name MANDT. Its the client field. So the data is filtered using the client. Some tables dont have a field by the name MANDT. That means the data is available accross all the clients.
Please reward if helpful.
‎2008 Mar 06 2:09 PM
Hi harsha
Client speific data means client dependent
For Eg: In the development Sys if two clients are there say 900 910
if the data works only in 900 it is client dependent
if worked in both its client independent
Eg:scripts are client dependent
smartforms are client independent
so for scripts we have to transfer the request to 910 also
but in smart forms no need
reward if useful
‎2008 Mar 06 2:11 PM
Hi,
client specific:-
it means the table which contains the field MANDT is called client specific.Only that client can access that table aswell as data.
Client independent:-
it means the table which does not contains the field MANDT is called client independent.any client can access that table aswell as data.
Reward points Please,
Regards,
Sunil
‎2008 Mar 06 2:14 PM
if the table contains MANDT fld as its 1st fld. that table data is client dependent. ie one client data cant b visible for other client
if the table does not contain MANDT fld as its 1st fld. that table data is client independent. ie one client data can b visible for other client
Reward if useful
‎2008 Mar 07 6:08 AM
Hi HARSHA,
Data in SAP is always biforcated using clients. Internally the database tables store data irrespective of the client. But, in the sap system, data is grouped based on clients. If you go to a table like SPFLI in SE11, you will find a field with the name MANDT. Its the client field. So the data is filtered using the client. Some tables dont have a field by the name MANDT. That means the data is available accross all the clients.
Please reward if helpful.