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 important fields while preparing sales order,inquiry?
What are client dependent objects in abap/sap?
Explain what is runtime analysis?
Differentiate between report and dialog program
Explain how many types of tables exist and what are they in data dictionary?
What is gui status? How to create /edit gui status?
When, how and how would you control changes to standard SAP objects.
What are the page windows? How many main windows will be there in a page window?
What are the types of search helps? : sap abap data dictionary
Give few names of pooled tables in sap ?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
what is sap scriptview ?
What is system-land-scape of your project?
What is a table attribute? : abap data dictionary
How to read 5th record from Hash Internal Table?