Multiple choice technology programming languages

how many size categories are available in tables?

  1. 0 to 3

  2. 0 to 5

  3. 0 to 2

  4. 0 to 4

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

This question refers to the SIZE category parameter in ABAP internal table definitions. The SIZE category can be specified with values 0 to 4, which are hints to the system about the expected number of rows for memory management optimization. Higher values (0-4) indicate larger expected table sizes. This parameter affects initial memory allocation and performance characteristics.