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
How can I print logos in sapscripts?
Can you assign your own form to a standard print program? How ?
What are the different types of symbols?
Explain the character format in layout set.
How to create standard text in sapscripts?
In BDC having 99 fields in a screen But the flat file having 150 fields.what is the solution.
What is the use of rscltcop program?
How can I debug my sapscript?
What is sap script?
What are step loops? How do you program page down page up in step loops?
What are the advantages and disadvantages of ABAP/4 query tool ?
What are different tools to report data in SAP? What all have you used ?
What is the purpose of sapscript?
I create a box in sap script for the amount in bill,i want to add Rs. word over box,it is possible?
I want to take the back up of my script layout into my hard disk to be loaded later. What should I do?