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
Can we include customizing include or an append structure with pooled or cluster tables?
Explain what is a foreign key relationship? Explain this with the help of an example.
Explain what are the system fields? Explain?
What are the different functions used in sap script? What are the parameters used in each function?
How would you set the formatting options statically and dynamically within a report?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What are the update types possible? : abap data dictionary
How to combine multiple billing into one RV document ( Step by Step)?
What are pool tables?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
what is difference between (internal table types)standard table and sorted table in sap abap....
Explain some essential objects in abap dictionary?
what is the difference between Blocked ALV and interactive ALV?
Can you print decimals in type n? What is difference between float and packed data type?
Where do you create indexes in abap?