What is the difference between Clustered Tables and Pooled
Tables?
Answer Posted / guest
A pooled table is used to combine several logical tables in
the ABAP/4 dictionary. Pooled tables are logical tables that
must be assigned to a table pool when they are defined.
Cluster table are logical tables that must be assigned to a
table cluster when they are defined.
Cluster table can be used to store control data they can
also used to store temporary data or text such as documentation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between synchronous and asynchronous update?
What happens if we use leave to list-processing without using suppress-dialog?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
What is pnp-sw-found ? : abap hr
What is the significance of delivery class?
What should be the approach for writing a bdc program? : abap bdc
Name a few data dictionary objects? : abap data dictionary
How to debug a sapscript?
What are the types of the programming language used in the sap abap software?
When value table becomes check table?
What are the check tables?
What do you do when the system crashes in the middle of a BDC batch session?
Where can you find error log for call transaction? : abap bdc
How would you define the exponents for a type âfâ field?
What are lock objects?