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

what is client dependency

Former Member
3 REPLIES 3
Read only

Former Member
0 Likes
973

hi

good

Client dependent means- the object can be changed by the different client, if you develop a report in 300 client than it should be change in client 310 too.

thanks

mrutyun^

Read only

Former Member
0 Likes
973

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

Regards,

Raj.

Read only

former_member655569
Participant
0 Likes
973

Hi,

As name itself suggests, the object which you create as client dependent will be pertaining to that client only.

For ex: Your create a table with MANDT as first field, which is client dependent(say client is 900 in development system) here whatever entries you make in this client will be available only for this client.

In the same development system, for different client( say 950) you will not be finding any table entries for the same table made through client 900.

Hope you got my point