How will you display top 5 records form an internal table ?
Answer Posted / rakesh kaushik
Loop at < workarea_name> into <internaltable_name> from 1 to 5 .
Means
loop at itab into it_main into from 1 to 5 .
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How many styles for there in script?
What is sap script?
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.
What is a hard break Point?
How to download/upload image sapscripts from & to your pc?
How can I get the landscape format in sapscript?
How to change the package of a SAP Script ?
How to insert symbols in smart form?
How to print page numbers in a script through SE38 Program ?
How do we set the date, time format?
How can I debug my sapscript?
How many main windows are allowed for sapscript?
I want to take the back up of my script layout into my hard disk to be loaded later. What should I do?
How to use the new-window command?
In sap scripts, how will u link form with the event driven?