To read a single line of an internal table, use the following:

  1. LOOP AT itab. _ ENDLOOP.

  2. SELECT SINGLE * FROM itab.

  3. READ itab.

  4. READ TABLE itab.


Correct Option: D

Find more quizzes: