ABAP Details

You can assign the rows of the internal table to a field symbol by using the ASSIGNING <field-symbol> addition. Which of the following is the statement you use to read a series of table rows?

  • SUM
  • ASSIGN do TO <fs_line>
  • LOOP AT
  • UNASSIGN <fs_line>
  • REFERENCE INTO ref_name
 

Diskussion