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
Did you create any joins?
What are logical data bases used in hr module? : abap hr
What is the use of the raising exception? : abap modularization
What is the use of the statement leave to list-processing?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What is exception class and test class. How to use it?
How can we send data to external programs?
How to pass data from list to report?
What is the use of enqueue function module? : sap abap data dictionary
visibility section for class level and attributes level
What is smart forms? : abap hr
How to create a link between modified form and modified print program?
What are the types of the software component being deployed in the sap?
What are the major steps will you use for tuning?
Why lsmw does not support call transaction method? : abap bdc