Skip to main content

Internal Tables

  • Chapter
  • First Online:
Book cover SAP ABAP
  • 2910 Accesses

Abstract

Internal tables are complex data objects distinct from elementary data objects in an ABAP program. The earlier complex data objects covered were structures. An internal table is what is called a structured array in other platforms. Like its name suggests, it can store multiple rows of data, and it can grow and shrink dynamically during program execution. It exists only during the program’s execution. An internal table can be a structured array or a simple array. Most often, it would be a structured array. In the SAP R/3 client server architecture, data will be retrieved and loaded from the database tables in large chunks into the internal tables (application server RAM) and processed from these internal tables. The database server should not be burdened with application processing. The database services are to be requisitioned selectively and infrequently for data maintenance, management, and retrieval. That is why retrieval of large chunks of data is preferred instead of frequent retrieval of small amounts of data; all of this is for better performance. The internal tables fit into this scenario.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2014 Sushil Markandeya

About this chapter

Cite this chapter

Markandeya, S., Roy, K. (2014). Internal Tables. In: SAP ABAP. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-4804-0_6

Download citation

Publish with us

Policies and ethics