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
What was the requirement of IDoc in your project? How it was working?
What are the events in screen programming?
Difference between select option and ranges ?
What are the aggregate objects in the dictionary? : abap data dictionary
Select query optimisation
how 2 create the normal form by using functional module
How will you define posting procedures?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
What kind of BDC programs are written ?
Can you print decimals in type n?
What are the differences between table controls and step loops?
What is time constraint ? : abap hr
What are the types of bdc s?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?