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


Please Help Members By Posting Answers For Below Questions

What are the ways you can do the tuning?

683


Explain what is sequence of event triggered in report?

719


What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary

722


What is an update task?

746


stock transfer from one plant to another plant ? i want the total description.

1740






Do we have to migrate all sapscript forms to smart forms?

769


What is the difference between the function module and a normal abap/4 subroutine? : abap modularization

839


What are control tables?

820


What is meant by authorization? : sap abap hr

723


Explain the difference between call screen and leave screen?

770


What is sap abap data dictionary?

799


What are the differences between a database index and a match code?

745


What is difference between inner join and outer join?

790


Explain the inside concept in select-options?

691


How can we set the table spaces and extent sizes? : abap data dictionary

935