difference between cluster and pooled tables
Answer Posted / neetu sharma
Transparent Table : Exists with the same structure both in
dictionary as well as in database exactly with the same
data and fields.
Pooled Table : Pooled tables are logical tables that must
be assigned to a table pool when they are defined. Pooled
tables are used to store control data. Several pooled
tables can be cominied in a table pool. The data of these
pooled tables are then sorted in a common table in the
database.
Cluster Table : Cluster tables are logical tables that
must be assigned to a table cluster when they are defined.
Cluster tables can be used to strore control data. They
can also be used to store temporary data or texts, such as
documentation.
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
What are the modes in which any update tasks work?
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
What is pass by value and what is pass by reference? Which is better?
What are the drill-down features provided by abap/4 in interactive lists?
What application areas are you comfortable in?
What are the steps in creating screen ?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What is a size category?
What are dml commands in abap?
What are the payroll related Infotypes
How to transfer the objects? Have to transferred any objects?
What are the check tables and value tables?
How do you do bdc for a table control? : abap bdc
What is the tcode for sapscript forms?
What is the difference between skip and reserve?