How will you display top 5 records form an internal table ?
Answer Posted / samir
SORT ITAB.
DELETE ITAB WHERE INDEX > 5.
tHEN DISPLAY THE INTERNAL TABLE.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is sap script? What is the purpose of sap script?
Where do we define tab space for data in sapscript?
In BDC having 99 fields in a screen But the flat file having 150 fields.what is the solution.
If the second page is not triggering what is the problem?
How to find the driver program for the given sapscript?
What is script? Its advantages?
What is the use of rscltcop program?
What are the output types and Tcodes ?
How do you test the script?
Can we add new records to the already displayed ALV list.
What is t.code for script styles?
What the conditional statements used in sapscripts?
How can I change the page size of the layout?
What is sap script? What is the purpose of sap script? Difference between sap script and report?
How can I format the date being displayed in the sapscript?