We have 100 records in table how to fetch 10 th record?
Answer Posted / moulika
data : begin of itab occurs 0 with header line,
f1,
f2 type i,
end of itab .
loop at itab.
if sy-tabix = 10.
write : itab-f1,itab-f2.
exit.
endif.
endloop
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is an abap instance?
Define database layer?
What is the use of message command in a report? What are the different message types?
What is For-period and In-period
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
If yes then why do we require logical database
did u done enhancement framework?how u implemented?
What are the various events associated with screen programming?
How to pass data from list to report?
why particularly lock object name starts with EZ OR EY?
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
How many ways can a sap system be accessed?