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

Explain the windows in layout set.

623


Different types of ABAP memory ?

1485


How would you call a subroutine in sap script?

649


How can I debug my sapscript?

616


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

2338






How to design the windows in script?

627


What are the modules in FI that you have worked on ?

2251


How to download/upload image sapscripts from & to your pc?

675


How do you test the script?

636


What does the smartforms development class start with ?

1499


What is sap script?

589


How do I set tabs between the fields in display?

599


How can I format the time in the sapscript?

636


Difference between ABAB Memory and SAP Memory ?

1669


Disadvantage of Move-corresponding Statement ?

2460