InterviewSolution
Saved Bookmarks
| 1. |
What Is A Table Cluster? |
|
Answer» A table cluster combines several LOGICAL tables in the ABAP/4 Dictionary. Several logical rows from different cluster tables are BROUGHT together in a SINGLE physical record. The records from the cluster tables assigned to a cluster are thus stored in a single COMMON table in the database. A table cluster combines several logical tables in the ABAP/4 Dictionary. Several logical rows from different cluster tables are brought together in a single physical record. The records from the cluster tables assigned to a cluster are thus stored in a single common table in the database. |
|