InterviewSolution
Saved Bookmarks
| 1. |
What are internal tables in SAP ABAP? |
|
Answer» INTERNAL tables are temporary memory areas that exist only during run-time for storing data at run-time. It can be USED only on a subset of database tables for PERFORMING calculations related to the table. It re-organizes the content of the database ACCORDING to the requirement of the USER. |
|