InterviewSolution
Saved Bookmarks
| 1. |
What Are Internal Tables? |
|
Answer» Internal TABLES are a standard data type object which EXISTS only during the runtime of the PROGRAM. They are used to PERFORM table CALCULATIONS on subsets of database tables and for re-organizing the contents of database tables according to users need. Internal tables are a standard data type object which exists only during the runtime of the program. They are used to perform table calculations on subsets of database tables and for re-organizing the contents of database tables according to users need. |
|