How will you display top 5 records form an internal table ?

Answer Posted / rakesh kaushik

Loop at < workarea_name> into <internaltable_name> from 1 to 5 .
Means
loop at itab into it_main into from 1 to 5 .

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have created a sapscript in language de. Now I need to translate it to en. How could I do this?

590


What are the different types of symbols?

722


How do I create boxes in sapscript?

669


What is sapscript? What are the components of sapscript?

673


What is sap script? What is the purpose of sap script?

627






What is a hard break Point?

1618


How to design the windows in script?

627


What is the use of perform statement in scripts ?

1636


How to transfer the objects? Have you transferred any objects ?

2500


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

675


Different types of ABAP memory ?

1485


What is the use of rswbo052 program?

743


How to assign own form to a standard print program?

620


How can I debug my sapscript?

616


How to check the changes made in the standard layout set , other than using Utilities--- -> Print preveiw ? can u explain the different other ways to check it?

1761