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 differences between domain and data element?
What is the table & field to identify the no of items (bottles) stored in one case?
What is a transaction variant and why are they used?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
What are the differences between a database index and a match code?
How can you distinguish between different kinds of parameters?
What is SAP Data conversion ?
How can we send data to external programs?
What are multiple use BADIS?
What is logo in sap script?
What is lock object ? : abap data dictionary
What are the types of subroutines?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
Can we define our own match code id's for sap matchcodes ?