We have 100 records in table how to fetch 10 th record?
Answer Posted / rina patil
loop at itab.
if sy-tabix = 10.
read itab.
endif.
endloop.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What are the abap/4 commands that link to a layout set?
What are the two different ways of building a match code object? : abap data dictionary
What is occurs in internal table?
How to split one Invoice into Multiple ( Step by Step)?
What is the meaning of sap r/3?
What is retro active accounting
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What is the maximum number of structures that can be included in a table or structure
How can we create callable modules of program code within one abap/4 program?
What is the difference between abap and hr abap? : abap hr
Can we call reports and transactions from interactive reporting lists?
What is the difference between call transaction and session method? : abap bdc
Have you processed BDCs ?
What are the uses of table pool or table cluster.
What is locking? : abap data dictionary