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
What is a hard break Point?
How to pass the variables to forms ?
How do u upload the images in script?
i want default printer name in sap-scripts? please help me how to handle this one.
What is the use of itcsy structure?
Explain composer. What does it do?
What is t.code for script styles?
What is difference between script and report?
What are the different types of symbols?
What is client concept in sapscript? What is client dependent and client independent?
What is the standard text?
How to print page numbers in a script through SE38 Program ?
When a program is created and need to be transported to production does selection texts always go with it ? if not how do you make sure ? Can you change the CTS entries? How do you do it ?
I have created a sapscript in language de. Now I need to translate it to en. How could I do this?
What is sap script? What is the purpose of sap script?