loop at itab.
select matnr from mara into table itab upto 10 rows.
endloop.
will it work?
Answer Posted / aesha
Yes
But with warning message as describe above.
but prog 'll execute.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the table buffer? Which type of tables used this buffer?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What is lock object ? : abap data dictionary
What is value table? : abap data dictionary
What data is contained in data dictionary? : abap data dictionary
What is a table pool? : abap data dictionary
foreign key enforcement?
Explain the different types of view?
How can we create callable modules of program code within one abap/4 program?
What are the differences between session method and call transaction method? : abap bdc
How can cluster table be created?
What is an abap/4 query? : abap hr
What are the basic functions of database utility? : abap data dictionary
What will happen when we use fully buffered in abap?
What is the significance of delivery class?