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

What is a workflow ?

1643


Explain the variable in sapscript

620


How to add extra functionality to a standard print program without touching the print program ?

2998


Where do we define tab space for data in sapscript?

708


You want to backup sapscript layoutsets. How will you do it? Can you perform the download and upload function here? How?

679






How to assign own form to a standard print program?

673


When we should use ABAP Memory and SAP Memory ?

1533


How do you create boxes in sap script?

666


How to debug a script?

722


I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ? One particular statement is there for that, What is that ?

1955


Can we print bar codes in SAP only from ZEBRA printer ?

1737


What are the output types and Tcodes ?

1559


What is the use of perform statement in scripts ?

1677


What are problem you faced in script?

660


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?

1824