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
Explain the difference between domain and data element? What are aggregate object?
How can we declare a table control in the abap/4 program?
What are the two different ways of building a match code object?
What is a modification assistant?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What are the uses of secondary indexes?
What are the functional areas, user groups? How does abap query work in relation to these?
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is direct input method ?
What two statements are required in an abap program to output an icon using a written statement?
What is the significance of the memory table ‘screen’?
What are the function modules used in f4 help?