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 is a type-pool?
What does a lock object involve?
What are the merits of its?-
Normally how many and what files get created when a transaction program is written?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
Explain different types of attributes of function module?
What is foreign key relationship? : abap hr
How is conversion of data types done between abap/4 & external level?
How do you write a function module in sap?
Is a logical database a requirement/must to write an abap/4 query?
What are the arithmetic operators in the sap abap?
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
what are the two methods of modifying sap standard tables? : abap data dictionary
What is the structure of bdcmsgcoll? : abap bdc
In select-options, how to get the default values as current month first date and last date by default?