Multiple choice technology programming languages

"PACKAGE SIZE" addition is used to read selected lines of database table into an internal table in packages of predefined size.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The PACKAGE SIZE addition (UP TO ROWS or PACKAGE SIZE ) in ABAP OPEN SQL allows reading selected lines from a database table into an internal table in packages of a predefined size. This is useful for processing large datasets in chunks to avoid memory overflow and improve performance by not loading all data at once.