cancel
Showing results for 
Search instead for 
Did you mean: 

distinguish client dependent & client independent

Former Member
0 Kudos

Hi

what is the difference between client dependent and client independent;

can any one explain on it.

thanks in advance

sameer

Accepted Solutions (0)

Answers (3)

Answers (3)

rmazzali
Active Contributor
0 Kudos

All that deals with table contents (ex. customizing) is client dependent.

Remember that the field 'client' (MANDT) is a key field in almost all SAP tables.

when you create abap code or tables then they can be used in any client, so they are client independent.

Roberto

Lakshmipathi
Active Contributor
0 Kudos

Dear sameer

Tables which can be accessed by all users are client independent (no mandt field in table)

Tables which can be accessed by some specific user are client dependent (use mandt field in table)

thanks

G. Lakshmipathi

reazuddin_md
Active Contributor
0 Kudos

Hi,

Whatever the configuration we do in IMG- will be store in certain tabels .

if u observe tables in

Tcode:SE11- enter table name

if first field is CLNT- MANDT means

its client dependant .

this config is specific to the client.

the rest will be client independent like number ranges.

eg: Factory Calender-

once maintained will be available in all clients in the same server.

Table:TFACD

( check in SE11)

whichsnt client specific (no CLNT - MANDT field)

Edited by: RMD on Apr 11, 2008 6:42 PM