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
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
What is the disadvantage of a call by reference? : abap modularization
What is a type-pool?
What are the data types of internal tables?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What is the disadvantage of a call by reference?
What is the difference between free and refresh?
Can a domain, assigned to a data element be changed?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What are the types of data types in the sap abap?
How to insert a line into abap internal tables?
What is view proxy in abap?
What is hotspot?
What do you mean by batch data communications programming?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?