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 the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What are the advantages and disadvantages of ABAP query tool?
How do you delete duplicate records from internal table?
SM35 transaction, How to automate BDC ?
Can you print decimals in type n? What is difference between float and packed data type?
What will you code in start-of-selection & end-of-selecton & why?
Explain the advantages/disadvantages of logical databases?
What is page window?
What is view? Different types of view.
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
What are the two ways for restricting the value range for a domain ?
Work most on which module: name a few tables?
Difference between sy-tabix and sy-index? Where it is used?
What are the arithmetic operators in the sap abap?
How we can retrieve data using secondary index. Explain with simple example?