InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by work area and internal tables in ABAP? Why do we use it? |
|
Answer» They are temporary memory areas that are used to store the data at run-time. Internal tables and work areas represents the instances of database tables. |
|