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


Please Help Members By Posting Answers For Below Questions

How can I print logos in sapscripts?

724


Can you assign your own form to a standard print program? How ?

2462


What are the different types of symbols?

802


Explain the character format in layout set.

741


How to create standard text in sapscripts?

743


In BDC having 99 fields in a screen But the flat file having 150 fields.what is the solution.

2413


What is the use of rscltcop program?

780


How can I debug my sapscript?

700


What is sap script?

674


What are step loops? How do you program page down page up in step loops?

2250


What are the advantages and disadvantages of ABAP/4 query tool ?

1873


What are different tools to report data in SAP? What all have you used ?

2615


What is the purpose of sapscript?

767


I create a box in sap script for the amount in bill,i want to add Rs. word over box,it is possible?

5268


I want to take the back up of my script layout into my hard disk to be loaded later. What should I do?

698