2006 Nov 23 1:04 PM
what is the client dependent? and what is the client independent?
and what are the objects come under these...?
2006 Nov 23 1:06 PM
Client Independant: These objects are not specific to any client. And it is universal which can be viewed,changed across the clients.
Client Dependant: These are the objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects.
In SAP, all objects are finally stored as tables. "Mandt" is key field which determines whether the object is client dependant or not.
Client Independant transport requests will make the transported objects available across the clients. and Client dependent transport request make the objects available only for the client mentioned by field "Mandt"
rgds
anver
<b><i>pls mark if helpful</i></b>
what is the client dependent? and what is the client independent?
and what are the objects come under these...?
2006 Nov 23 1:06 PM
Client Independant: These objects are not specific to any client. And it is universal which can be viewed,changed across the clients.
Client Dependant: These are the objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects.
In SAP, all objects are finally stored as tables. "Mandt" is key field which determines whether the object is client dependant or not.
Client Independant transport requests will make the transported objects available across the clients. and Client dependent transport request make the objects available only for the client mentioned by field "Mandt"
rgds
anver
<b><i>pls mark if helpful</i></b>
2006 Nov 23 1:06 PM
Please check this thread
https://forums.sdn.sap.com/click.jspa?searchID=159919&messageID=2768284
2006 Nov 23 1:07 PM
Hi sunil,
1. If a table contains first field as MANDT,
then it is client dependent. Thats All.
(MANDT is the only criteria for dependency / independency)
2. Programs, Function modules, classes , smartforms,
almost all development objects are client independent.
Sapscripts are client dependent.
regards,
amit m.
2006 Nov 23 1:12 PM
Hi Sunil,
A client independent table contains data that can be accessed from any client. Generally these tables contain SAP control data, language indicators and transaction codes.
Client Dependent tables contain data which is applicable to one specific client. These tables contain data related to a particular company, for ex. structure of the company, basic commercial data etc.. All client dep tables have the field MANDT, other dont have.
Regards,
Sachidanand.B
Pls reward helpful answers
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |