how many size categories are available in tables?
-
0 to 3
-
0 to 5
-
0 to 2
-
0 to 4
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.