We have 100 records in table how to fetch 10 th record?
Answer Posted / krishna n
field-symbol:<ftab> type any standard table.
tables stdtable.
Assign stdtable to <ftab>.
Data ws like line type of stdtable.
Loop at <ftab> assigning ws with index 10.
write ws.
endloop.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Abstract class and interface, multiple inheritance, live example
What is the different between template and a table?
What is the procedure you followed to upload the data?
What are the steps to be followed to set lockobjects? : sap abap data dictionary
What is meant by read lock? : sap abap data dictionary
Define external layer?
What are the fields in the memory table ‘screen’?
How can the standard tables of sap be modified?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
Explain difference between primary key and unique key?
What are internal tables? How do you get the number of lines in an internal table?
What is the t-code to display batch input sessions? : abap bdc
What are the different types of views in sap? : abap data dictionary
2)In production what is the user exit?
Differentiate database index and match code.