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 can I get the landscape format in sapscript?
What is the use of rstxscrp program?
Explain composer. What does it do?
What is the work you have done in the MM module and what programs did you use for creating views in MM ?
Structures used in perform statement in scripts ?
How can I format the time in the sapscript?
How to create standard text in sapscripts?
What is a hard break Point?
How many main windows can we create in one script?
I need to debug sapscript. What steps would you recommend should I take?
What are the modules in FI that you have worked on ?
What are the modules in FI that you have worked on ?
How can I format the date being displayed in the sapscript?
How can I create a shaded box?
What is the use of itcsy structure?