‎2008 May 07 7:15 AM
‎2008 May 07 7:45 AM
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^
‎2008 May 07 7:46 AM
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.
‎2008 May 07 7:54 AM
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