loop at itab.
select matnr from mara into table itab upto 10 rows.
endloop.
will it work?
Answer Posted / anu
Yes, this will work but will giv a warning saying we cannot
delete or overwrite the internal table within a Loop over
itself.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How to call a subroutine in sapscript?
What is the difference between scrolling a table horizontally and vertically?
What has to be done to the packed fields before submitting to a BDC session.
Events that can be used in both the classical and interactive reports
Lock objects and what are parameters of ENQUEUE FM?
What is the sap abap?
In sap scripts, how will you link form with the event driven?
How would you suppress the display of a parameter on the selection screen?
What is the use of abap data dictionary? : abap data dictionary
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What are the screen elements.
What is at exit-command:?
What are the differences between a database index and a match code? : abap data dictionary
What are the different types of data dictionary objects? : abap data dictionary
What is the difference between refresh and free statements?