loop at itab.
select matnr from mara into table itab upto 10 rows.
endloop.
will it work?
Answer Posted / jayshree
No.
You may not delete or overwrite table "ITAB" within a LOOP
over itself.
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are the ways you can do the tuning?
Explain what is sequence of event triggered in report?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
What is an update task?
stock transfer from one plant to another plant ? i want the total description.
Do we have to migrate all sapscript forms to smart forms?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
What are control tables?
What is meant by authorization? : sap abap hr
Explain the difference between call screen and leave screen?
What is sap abap data dictionary?
What are the differences between a database index and a match code?
What is difference between inner join and outer join?
Explain the inside concept in select-options?
How can we set the table spaces and extent sizes? : abap data dictionary