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 dependent

Former Member
0 Likes
799

hi

can any one explain client dependent and independent

thanks

aru

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
750

client dependent as in can b taken as if you say

1> the requirements of client

2> for any modifications all depends on client

client is the person with company deals into

i hope ths is what u r asking

thnkx

bhanu

7 REPLIES 7
Read only

Former Member
0 Likes
750

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

Read only

Former Member
0 Likes
751

client dependent as in can b taken as if you say

1> the requirements of client

2> for any modifications all depends on client

client is the person with company deals into

i hope ths is what u r asking

thnkx

bhanu

Read only

Former Member
0 Likes
750

Hi,

Create a new scirpt in one client and open the same in the other client. You will not find the scirpt. You have to copy the script from one client to another.Scripts are stored in some database table while the smartforms are stored as function modules.

While in smartforms if you have created a smartform in one client and open the same smartform in the other client, you will find the smartform(unlike sap scritps).

Thus you can say that sap scripts are client dependent. Any changes to script in one client do not reflect in the other. You have to manually make the same changes in the other client for consistency.

Thanks,

Anitha

Read only

Former Member
0 Likes
750

HI,

scripts are client dependent.tables may be client dependent/independent.

see the case of tables.

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.

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.

Read only

former_member196280
Active Contributor
0 Likes
750

SAP scripts and Standard texts are client dependent.

For example, you have dev box,(Client 100 & 200) where you do all your changes. Usually, whatever changes are done in cleint 100 will be cascaded to Client 200 ( it will reflect), that is cleint independent

Coming to SAP script if you modify in cleint 100 it will not reflet in clent 200, your have to IMPORT it.Clent DEPENDENT

I hope now the concept is clear.

Reward points.

Regards,

SaiRam

Read only

Former Member
0 Likes
750

hi

client dependent data is available only for a specific client

other cant view that data...

for example

in se11

A table is said to contain client dependent data if it has the first field of type

<b>clnt</b> and size of 3..and also it should also b a part of primary key...

ie there should exist another primary key also...along with this field....

Read only

Former Member
0 Likes
750

hi aravind

client dependent is nothing but when u create the field CLNT with data type MANDT,it is purely based on client requirements.

Client independent is that it is purely based on the programmer..

changes can be made acordingly.

REWARD IF USEFUL....