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 / venu
the fields get reentered in the system. it stores the
fields again only if the itab declared with header line
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is an internal table?
What is the master data necessary before you can start posting in MM?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is the difference between open_form and close_form?
What are the function modules used in a sap script driver program?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
How we format the data before before write statement in report ?
Give an example of interface from your project explaining why you used it?
What is an “on request field” statement?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
How do you read files from the presentation server ? : abap bdc
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
What are the disadvantages of logical databases?
What is the difference between synchronous and asynchronous update?
Is a logical database a requirement/must to write an abap/4 query?