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 transparent table?
How many lists can a program can produce?
Differentiate between abap memory and sap memory?
What are the function modules used in f4 help?
Explain the advantages of logical databases?
What are the features of abap/4 dictionary? : abap data dictionary
What are the events driven batch jobs?
Event handling in oops
ABAP : Classical reports events name
What is the difference between ABAP and HR ABAP
Explain badi in abap.
What is the significance of the memory table ‘screen’?
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
Why is pretty printer user in abap?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?