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?
How do we set the date, time format?
I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ? One particular statement is there for that, What is that ?
In what format does sap script store text ?
What are different tools to report data in SAP? What all have you used ?
How can I set the header and footer in the main window?
How can I display barcodes in sapscripts?
What are the modules in FI that you have worked on ?
Explain the windows in layout set.
What is sap script?
Different types of ABAP memory ?
I want to take the back up of my script layout into my hard disk to be loaded later. What should I do?
What is difference between window & a page window?
How can I word wrap the text being displayed in sapscript?
Differentiate between sapscript and smartform.