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

Cross client tables

Former Member
0 Likes
4,937

Hi,

Could anybody tell me what is the procedure to find out cross client tables in a system.

Thanks in advance,

Koti Reddy N

1 ACCEPTED SOLUTION
Read only

Former Member
2,789

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

3 REPLIES 3
Read only

Former Member
0 Likes
2,789

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.

Read only

Former Member
0 Likes
2,789

hi,

Tables which do not have MANDT as the key field in it , are all cross client tables.

Hope this helps, Do reward.

Read only

Former Member
2,790

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