difference between cluster and pooled tables
Answer Posted / guest
pooled tables: these r small small tables having 100
records in each of them!but, these tables were used for
storing the system data!in these tables there will be no
keys!these tables r having many - to - one relationship!
these tables r having different names which doesnt match
with database tables.
cluster tables: these r very large tables so many records
in each of them!but, these tables were used for storing the
system data!in these tables atleast one primary key will be
present to find the record!these tables r having many - to -
one relationship!
these tables were used by basis people to calculate the
system performance!
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
What is meant by write lock? : sap abap data dictionary
What is the difference between the function module and a normal abap/4 subroutine?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
What is sap locking?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What is interactive reporting?
What are local objects? : abap data dictionary
Are you familiar with all steps for setting up a workflow?
What are the events used in abap in the order of execution?
What is client in the sap system? : sap abap hr
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What is alv programming in abap? When is this grid used in abap? : abap hr
How would you suppress the display of a parameter on the selection screen?
What is full form of bdc session? : abap bdc
Did you create help views?