‎2007 Apr 09 2:02 PM
Can anybody list me what are clinet independent objects and client dependent objects in SAP .
‎2007 Apr 09 2:04 PM
Script is client depedent object, i beleive other all client independent.
‎2007 Apr 09 2:06 PM
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
‎2007 Apr 09 2:07 PM
‎2007 Apr 09 2:09 PM
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.
‎2007 Apr 09 2:11 PM
‎2007 Apr 09 2:19 PM
Hi,
check the table shdfvci,shdstciu,shdttci,sretidlaci,T80I,t80it.
regards,
bharat.
Message was edited by:
Bharat Kalagara
‎2007 Apr 09 2:22 PM
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