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

Client specific data.

Former Member
0 Likes
2,996

what is client specific data and client independent data.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,661

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.

4 REPLIES 4
Read only

Former Member
0 Likes
1,661

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

Read only

Former Member
0 Likes
1,661

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

Read only

Former Member
0 Likes
1,661

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

Read only

Former Member
0 Likes
1,662

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.