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

Answer Posted / nilesh

The best method :
tables:LIKP.

select vbeln from likp into likp-vbeln .
if SY-DBCNT = 10.
exit.
endif.
endselect.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the purpose of sap script?

575


What is the difference between function group and function module?

517


What is an abap/4 query? : abap hr

605


How do you work with semi colon se[arated files in BDC ?

1453


Explain the disadvantage of using exec sql statement in abap?

522






What are the attributes of the data in data dictionary? : abap data dictionary

606


Name some system global variables you can use in abap programs?

551


What is the difference between Exit and Stop?

619


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?

982


What are the Control levels in internal tables?

590


What is a data class? : abap data dictionary

631


From excel to abap - is batch mode possible ? : abap bdc

628


Have you printed any report?

1745


Difference between BDC vs Direct Loads?

662


Explain get cursor field?

671