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
What is a workflow ?
Explain the variable in sapscript
How to add extra functionality to a standard print program without touching the print program ?
Where do we define tab space for data in sapscript?
You want to backup sapscript layoutsets. How will you do it? Can you perform the download and upload function here? How?
How to assign own form to a standard print program?
When we should use ABAP Memory and SAP Memory ?
How do you create boxes in sap script?
How to debug a script?
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 ?
Can we print bar codes in SAP only from ZEBRA printer ?
What are the output types and Tcodes ?
What is the use of perform statement in scripts ?
What are problem you faced in script?
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?