Answers

Question and Answer:

  Home  SAP Script

⟩ How will you display top 5 records form an internal table ?

write a simple syntax:

loop at it_tab1 INTO wa_tab from 1 to 5.

ENDLOOP.

 204 views

More Questions for you: