Application Development 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: 

client data

Former Member
0 Kudos

Hi Experts,

what is difference b/w client dependent and independent...?

give me example in client indepentent table....?

how i can access the data in different clients (client dependnet data) is possible or not?

i'm littile bit confusion... can any body clear it....?

regards,

nag

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

client dependent:if the first field in the table is "CLNT" type then we can call that table as a client dependent.

eg:mara,lfa1,etc...

client independent:if the first field in the table is other than "CLNT" type then we can call that table as a client independent.

eg:SHDSTCIU

in client independent tables data is different for different for each client,where as in client independent tables same data will be present in all the tables.

yes u can.

in client independent tables u can access the data from any client.if u want ot access the data from client dependent tables from one client u have to use the RFCs.

rgds,

bharat.

2 REPLIES 2

Former Member
0 Kudos

HI,

client dependent:if the first field in the table is "CLNT" type then we can call that table as a client dependent.

eg:mara,lfa1,etc...

client independent:if the first field in the table is other than "CLNT" type then we can call that table as a client independent.

eg:SHDSTCIU

in client independent tables data is different for different for each client,where as in client independent tables same data will be present in all the tables.

yes u can.

in client independent tables u can access the data from any client.if u want ot access the data from client dependent tables from one client u have to use the RFCs.

rgds,

bharat.

Former Member
0 Kudos

Hi

CLient dependent Means if you create that data in one client is limited to that client only and it is not accessable in other clients

Like SAP SCRIPTS and STD texts data

where as CLient Independent means the data if you create in one client that is available in that as well as in other clients

Like All dictionary Objects data and Repository objects data like Programs, Fun modules, tables etc

Reward points for useful Answers

Regards

Anji