ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Client Dependent and Client independent tables

Print This Post Email This Post Written by admin on Mar 21st, 2010 | Filed under: SAP General

There are certain tables, in SAP, which when changed will not affect similar tables in other Clients. These are known as Client-Dependent tables. All Client-dependent tables have MANDT as their first field.

On the other hand, if a change made in one Client is reflected in another table across various Clients, then such a table is called Client-Independent.  In this case, the first field of the table will not be MANDT. You need to be extra careful when changing the settings or content of these tables as this will affect all the Clients.  It mostly happens with the customizing tables. when you try to configure some customizing changes and the SAP displays a pop up saying that the table is cross client. Be careful, because the changes will impact all the clients in the system.

Share

If you like this post, you may as well like these too:

  1. Source Code: Working with database tables and internal tables REPORT ZSOURCE0103. * Declaration of a work area for a Dictionary tableTABLES CUSTOMERS. * Internal table used as snapshot of the database tableDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER...
  2. ABAP Programs: Using internal tables as snapshots of database tables REPORT ZSOURCE1103.* Work area for a database tableTABLES CUSTOMERS.* Internal tableDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE.* Filling the internal table with all entries of the database tableSELECT...
  3. What is a Client? A client is a independent unit in the SAP system from an organizational point of view. Each client has it’s own data environment. The client concept allows for the joint...



Leave a Reply