SAP ABAP Interview Questions With Answers - 3
11) State The Difference Between Client Independent & Client Dependent Objects? The data in each client may be separate from that of the other clients in a particular server. There are basically two types of data in an SAP System – Client Dependent and Client Independent data. Client Dependent data is defined as data specific to an individual client whereas Client Independent data can be defined as data contained across all clients in the system. Examples of Client Dependent data include number ranges, ABAP variants, and user masters as well as the data that is created or updated through SAP transactions (transaction data). Examples of Client Independent data include data dictionary objects (tables, views), ABAP source code, screens, and menus. Take a simple example. Suppose that your system has 2 clients in the Development System 100 and 200. When you create a test report program ZTEST in a client 100 of your development system then the report would also be avai