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 to insert symbols in smart form?
How can I get the landscape format in sapscript?
If the second page is not triggering what is the problem?
How do you test the script?
What is the work you have done in the MM module and what programs did you use for creating views in MM ?
What is the use of itcsy structure?
you want to link to a layout set. What abap 4 commands will you use?
Structures used in perform statement in scripts ?
What is the use of rstbserv program?
What is the use of perform statement in scripts ?
What is the print program?
What is difference between window & a page window?
What is sapscript? What is its purpose?
How do u upload the images in script?
How to transfer the objects? Have you transferred any objects ?