How will you display top 5 records form an internal table ?
Answer Posted / theabapconsultant
i think
do 5 times.
read itab with key xxx.
ktab-xxxx = itab-xxxx.
append ktab.
enddo.
it myt work
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How would you call a subroutine in sap script?
Can we print bar codes in SAP only from ZEBRA printer ?
How can i read the data in bar code form directly into sap i.e. without being uploading it to TXT file and then uploading to SAP.
What are the output types and Tcodes ?
What do you mean by symbols? What are their different types?
Can you assign your own form to a standard print program? How ?
Is it possible to create a sapscript without a main window?
How to transfer the objects? Have you transferred any objects ?
How many interactive reports did you write ?
Which are frequently used system variables in sapscript?
Explain the pages in layout set.
How to add extra functionality to a standard print program without touching the print program ?
How do I create boxes in sapscript?
Can we have more than one Selection Screen and how ?
How to assign own form to a standard print program?