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

Reg : client concept

Former Member
0 Likes
1,034

Can anybody list me what are clinet independent objects and client dependent objects in SAP .

7 REPLIES 7
Read only

alex_m
Active Contributor
0 Likes
985

Script is client depedent object, i beleive other all client independent.

Read only

Former Member
0 Likes
985

Hi,

Scripts, Smartforms and STD texts which we create in SO10 are client dependent.

where as other programs and dictionary objects are client independent.

reward if useful

regards,

ANJI

Read only

0 Likes
985

Smartform not client dependent.

Read only

Former Member
0 Likes
985

Hi,

all scripts are client dependent.and some tables are al client dependent.

There are two types of objects in SAP, client dependent and client independent. Objects used in several clients are called client independent while objects used in a specific client is called client dependent. To identify if a table is client dependent, one can use tcodes SE11 or SE12. In the table field attributes, if the MANDT field is present that table is client dependent.

regards,

bharat.

Read only

0 Likes
985

can u tell me some table names which are clint independent

Read only

0 Likes
985

Hi,

check the table shdfvci,shdstciu,shdttci,sretidlaci,T80I,t80it.

regards,

bharat.

Message was edited by:

Bharat Kalagara

Read only

Former Member
0 Likes
985

Hi Kamala,

All tables are client independent(i.e) the table structures can be viewed in all the clients but the records in the table are client dependant(i.e) the records created in one client cannot be viewed in other client.

You need to put the records created in a customizing request and manually import to other client.

Example:

Say your server has two clients namely 100 and 200.

You can see the table MARA in both the client 100 and 200 but the contents of the MARA differs from one client to another.

Hope it resolves your query.

Thanks and Regards,

Siva