How will you display top 5 records form an internal table ?
Answer Posted / narasareddy
write a simple syntax:
loop at it_tab1 INTO wa_tab from 1 to 5.
ENDLOOP.
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What is the use of rscltcop program?
What is t.code for script styles?
What are Change Pointers ?
How to transfer the objects? Have you transferred any objects ?
How can I print logos in sapscripts?
What is the difference between the sapscript texts, 'customer &kna1-kunnr&' and '&customer kna1-kunnr&'?
How can I set the header and footer in the main window?
How to create standard text in sapscripts?
In what format does sap script store text ?
What is difference between script and report?
How can i read the data in bar code form directly into sap i.e. without being uploading it to TXT file and then uploading to SAP.
How does check, continue and exit commands work in loop and end Loop.
What is sap script? What is the purpose of sap script?
How can I copy sapscripts from one client to another, or export/import them?
Will a script be activated without page format ?