How will you display top 5 records form an internal table ?
Answer Posted / balaji.p
hi,i think,
1.u have declare another internal table (it_tab2).
2.then u use (append multiple lines of )
3.then write syntax ,
APPEND LINES OF IT_TAB1 FROM N1 TO N2 TO IT_TAB2.
4. THEN write loop at it_tab2 into wa.
write:/--------------------------
endloop.
OR
1.USE READ STATEMENT.
2.IT HAS 2 TYPES A.BY USING INDEX
B.BY USING KEY
3.USE READ STATEMENT USING ,B(BY USING KEY),i MEAN
SYNTAX:READ<INT_TAB>INTO WA WITH KEY KUNNR = '1',
KUNNR = '2',
KUNNR = '3',
KUNNR = '4',
KUNNR = '5'.
4.THEN write loop at it_tab into wa.
write:/--------------------------
endloop
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
How do I set tabs between the fields in display?
How many interactive reports did you write ?
Explain compare tool.
What is a hard break Point?
Hello.. i have a question. which signature digital or signature logo we use in smartforms & scripts...? if we use digital sign what are those steps to use it...?
Explain the variable in sapscript
How can I set the header and footer in the main window?
What are the output types and Tcodes ?
What is script? Its advantages?
How to print page numbers in a script through SE38 Program ?
How can I word wrap the text being displayed in sapscript?
Disadvantage of Move-corresponding Statement ?
If u want to add any fields in the layout what is the procedure you follow ?
How can I debug my sapscript?
What is sap script? What is the purpose of sap script?