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

How can I make a differentiation between dependent and independent data? : abap hr

548


What is alv programming in abap? When is this grid used in abap? : abap hr

669


Write syntax for message error (report)?

625


What is singleton pattern in OOPS?

962


Can we use on change of between select and endselect?

563






Polymorphism real time scenario

1030


****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com

1684


What are the layers of data description in r/3? : abap data dictionary

631


There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr

634


What are dml commands in abap?

639


What is tcode se16?

591


What is the difference between collect and append statements?

550


What are authorization objects and what statement is used to perform an authorization check in an abap program?

556


What are aggregated objects : abap data dictionary

596


What are the check tables?

552