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 n client indipendent

Former Member
0 Likes
645

what is the client dependent? and what is the client independent?

and what are the objects come under these...?

1 ACCEPTED SOLUTION
Read only

anversha_s
Active Contributor
0 Likes
623

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...?

4 REPLIES 4
Read only

anversha_s
Active Contributor
0 Likes
624

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>

Read only

Former Member
Read only

Former Member
0 Likes
623

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.

Read only

Former Member
0 Likes
623

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 don’t have.

Regards,

Sachidanand.B

Pls reward helpful answers