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

Answer Posted / narasareddy

write a simple syntax:
loop at it_tab1 INTO wa_tab from 1 to 5.

ENDLOOP.

Is This Answer Correct ?    23 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the modules in FI that you have worked on ?

2180


How can I display barcodes in sapscripts?

532


Where are the sapscript form names?

555


How can I format the time in the sapscript?

558


How do we set the date, time format?

544






Will a script be activated without page format ?

1579


Explain the windows in layout set.

556


What the conditional statements used in sapscripts?

528


How to pass the variables to forms ?

1453


How did you test the form u developed? How did you taken printout ?

1419


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

535


What is the use of itcsy structure?

709


What is sapscript? What is its purpose?

563


What is layout set? What is it used for?

562


How to print page numbers in a script through SE38 Program ?

3352