loop at itab.
select matnr from mara into table itab upto 10 rows.
endloop.
will it work?
Answer Posted / anu
Yes, this will work but will giv a warning saying we cannot
delete or overwrite the internal table within a Loop over
itself.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is alv programming in abap?
How the transaction that are programmed by the user can be protected?
What is retro active accounting
What are the field and chain statements?
How to know if the value entered contains records or not?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
Difference between select option and ranges ?
Describe data classes? : abap hr
Can you assign a matchcode object to a parameter? If so how?
What is the difference between native sql & open sql? : abap data dictionary
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
Can we use on change of between select and endselect?
What are the list of screen elements?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What is runtime analysis?