What are internal tables in SAP ABAP?

Michael Management
Michael Management
Updated 2 year ago

Overview

Internal tables follow the concept of arrays in the programming world. Internal tables exist only when the program is up and running. It can be used to perform table calculations as per the user requirements since it is a subset of database tables.

You will need a work area of internal table type to perform complex operations in an internal table such as insert, delete and update.

If you have any questions, please don't hesitate to Contact us

Account General

Was this article helpful?
Yes No
Still stuck?How can we help?
Back to top