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
Polymorphism real time scenario
Explain pai and pbo.
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
When the get cursor command used in interactive lists?
What are matchcodes?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
State the differences between database view & projection view? : abap data dictionary
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
What two statements would be used to exchange data between programs using abap memory?
How can we handle table control in bdc? : abap bdc
What is the difference between data elements and domains? : abap data dictionary
What is an “on request field” statement?
Are you familiar with all steps for setting up a workflow?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
What is the difference between a dialog program and a report?