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


Please Help Members By Posting Answers For Below Questions

Did you create any joins?

693


What are logical data bases used in hr module? : abap hr

818


What is the use of the raising exception? : abap modularization

668


What is the use of the statement leave to list-processing?

720


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

720






What is exception class and test class. How to use it?

1050


How can we send data to external programs?

792


How to pass data from list to report?

716


What is the use of enqueue function module? : sap abap data dictionary

756


visibility section for class level and attributes level

987


What is smart forms? : abap hr

745


How to create a link between modified form and modified print program?

709


What are the types of the software component being deployed in the sap?

749


What are the major steps will you use for tuning?

736


Why lsmw does not support call transaction method? : abap bdc

790