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 do I set tabs between the fields in display?

533


What are Change Pointers ?

1462


What does read_text?

563


Explain the windows in layout set.

556


Differentiate between protect and end protect.

568






Explain the paragraph format in layout set.

533


You want to display top 5 records from an internal table. How will you do that?

535


What is sap script? What is the purpose of sap script? Difference between sap script and report?

554


How to design the windows in script?

549


Differentiate between sapscript and smartform.

548


Explain the constant in sapscript

626


How can I transfer sapscript from one client to another?

509


How does check, continue and exit commands work in loop and end Loop.

1594


How to find the driver program for the given sapscript?

554


Explain composer. What does it do?

542