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
What is sap script? Describe its components.
What will happen when we use fully buffered in abap?
What is netweaver???what is the relationship with ABAP?
Write the bdc table structure? : abap bdc
What are the dis-advantages of logical databases? : abap hr
Explain how do you get output from idoc?
Explain the different types of data dictionary objects?
What are the different types of mode (run code) in call transaction method?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What is meant by hot spots? : abap data dictionary
What are aggregated objects
What is a fall back class?
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
How do you find if a logical database exists for your program requirements?
How do you control printer functions from sapscript?