Internal table itab contains some records.
If the code is like this : LOOP AT ITAB.
APPEND ITAB.
ENDLOOP.
What ill be the result??
Answer Posted / sara george
It will result in an infinite loop.
Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
Explain what is step-loop? Explain all the steps?
What are the list of screen elements?
What is a development class? : abap data dictionary
What are Pull and Push Methods?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
Explain pai and pbo.
What is a subroutine?
Difference between BDC vs Direct Loads?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
Explain sap abap 3-tier architecture?
What is the significance of delivery class?
What are the two different ways of building a match code object?
What is abap work bench?
How are BAPI different from Normal function modules ?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.