InterviewSolution
Saved Bookmarks
| 1. |
Explain the difference between cluster tables and Pool table? |
|
Answer» The data of several cluster tables is stored together in a single table cluster in the database. A cluster table is thus known only in the ABAP Dictionary, not in the database. The data of several pooled tables are stored together as a table pool in the database. |
|