InterviewSolution
Saved Bookmarks
| 1. |
What Is A Table Pool? |
|
Answer» A table pool (or pool) is used to COMBINE several logical tables in the ABAP/4 DICTIONARY. The definition of a pool consists of at least two key fields and a LONG argument FIELD (VARDATA). A table pool (or pool) is used to combine several logical tables in the ABAP/4 Dictionary. The definition of a pool consists of at least two key fields and a long argument field (VARDATA). |
|