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


Please Help Members By Posting Answers For Below Questions

Control Break statements- At new...endat.

896


What are the basic object types? : sap abap hr

618


To find the date difference & excude saturday & sunday in between them

1509


What is the difference between refresh and free statements?

619


What is the difference between data elements and domains? : abap data dictionary

571






Can you print decimals in type n?

561


Why do we use types statement in abap programming?

660


Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc

672


Is the basic list deleted when the new list is created?

572


What is tmg?

679


Explain the sequences of event block?

548


how to modify the standard method as per your requirement

880


What is sap luw or update transaction?

600


Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?

1277


What are spa/gpa parameters (sap memory)?

711