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
I have created a sapscript in language de. Now I need to translate it to en. How could I do this?
What are the different types of symbols?
How do I create boxes in sapscript?
What is sapscript? What are the components of sapscript?
What is sap script? What is the purpose of sap script?
What is a hard break Point?
How to design the windows in script?
What is the use of perform statement in scripts ?
How to transfer the objects? Have you transferred any objects ?
How to download/upload image sapscripts from & to your pc?
Different types of ABAP memory ?
What is the use of rswbo052 program?
How to assign own form to a standard print program?
How can I debug my sapscript?
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?