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
Explain the windows in layout set.
Different types of ABAP memory ?
How would you call a subroutine in sap script?
How can I debug my sapscript?
In BDC having 99 fields in a screen But the flat file having 150 fields.what is the solution.
How to design the windows in script?
What are the modules in FI that you have worked on ?
How to download/upload image sapscripts from & to your pc?
How do you test the script?
What does the smartforms development class start with ?
What is sap script?
How do I set tabs between the fields in display?
How can I format the time in the sapscript?
Difference between ABAB Memory and SAP Memory ?
Disadvantage of Move-corresponding Statement ?