krishna


{ City } bangalore
< Country > india
* Profession * electrical engineer
User No # 28490
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 0
Questions / { krishna }
Questions Answers Category Views Company eMail




Answers / { krishna }

Question { Accenture, 21862 }

We have 100 records in table how to fetch 10 th record?


Answer

field-symbol: type any standard table.
tables stdtable.
Assign stdtable to .
Data ws like line type of stdtable.
Loop at assigning ws with index 10.
write ws.
endloop.

Is This Answer Correct ?    1 Yes 0 No