‎2008 Apr 04 1:05 PM
Hi,
Could anybody tell me what is the procedure to find out cross client tables in a system.
Thanks in advance,
Koti Reddy N
‎2008 Apr 04 1:13 PM
You can find that from table DD02L
check the field CLIDEP in that table,
if that field is
space No client-dependence, valid throughout system
X Client-dependent, valid only for current clien
‎2008 Apr 04 1:08 PM
Cross client tables
Cross client tables are client independent tables. i.e when u change the record in one client then automatically that change reflects in other clients also. The data is common for all the clients.
if u want the cross client tables, then the tables without mandt field are client independent tables.
1.Use the fild name and the Data element name as MANDT to create a table client dependent.
2. For maintaing table first make sure that in SE11->Table display-> Delivery and Maintenance tab -> Data Browser/Table View Maint. give as Display/Maintenance Allowed
After that go to Utiliites->Table Maintenance Generator to maintain the Table.
Then after go to SM30 to maintain table.
‎2008 Apr 04 1:09 PM
hi,
Tables which do not have MANDT as the key field in it , are all cross client tables.
Hope this helps, Do reward.
‎2008 Apr 04 1:13 PM
You can find that from table DD02L
check the field CLIDEP in that table,
if that field is
space No client-dependence, valid throughout system
X Client-dependent, valid only for current clien