Difference between client dependent and client independent
tables ?
Answer Posted / pranava guru kumar j
if u specify the MANDT field then becomes client dependent
table(it is specific to only the client who have the
permission)you will encounter a warning message some thing
like "table cannot be cross client "..
if u do not specify the MANDT field while creating a table
then u will get a warning message "table can be cross client"
for ex:if login as 800 client and specified MANDT field while
creating table and entered some data to the fields..then those
entries will not be available for other clients for ex 810
etc..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to upload more than 2GB file from External Source to SAP?
List the events in abap/4 language?
What does the ‘suppress dialog’ do?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
Explain the advantage of structures?
What are the abap/4 commands that link to a layout set?
what are the two methods of modifying sap standard tables ?
What are client dependant objects in abap/sap?
What are the disadvantages of different types of bdc's?
What is the difference between upload and ws_upload ? : abap bdc
What is a function group? : abap modularization
List some of the many different ways that the sap standard functionality can be changed by a customer?
What are the different types of views in sap? : abap data dictionary
How to get that a secondary index is attached to a select query?
How to read 5th record from Hash Internal Table?