SAPScript Question:
Download Job Interview Questions and Answers PDF
How will you display top 5 records form an internal table ?
Answer:
write a simple syntax:
loop at it_tab1 INTO wa_tab from 1 to 5.
ENDLOOP.
loop at it_tab1 INTO wa_tab from 1 to 5.
ENDLOOP.
Download SAP Script Interview Questions And Answers
PDF
Previous Question | Next Question |
How to define the total and sub total in smartform | How will you copy a Sapscript from one client to another client & from login language to org language |