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 are the modes in which any update tasks work?
How can we omit a leading sign and a leading zero in sapscript?
What is sequence of event triggered in report?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
What is elementary search help? : sap abap data dictionary
What is exception class and test class. How to use it?
Explain the properties of selection screen?
Can we display a list in a pop-up screen other than full-size stacked list?
Define the various contents of technical specifications ?
How would you define the exponents for a type âfâ field?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What is Buffering Concept? When should a Table be buffered?
Can we use flow logic control key words in abap/4 and vice-verse?
What is occurs in internal table?