What is the difference between Collect statement and Append
Statement?
Answer Posted / anu
Append adds the record at the end of internal table.
Collect sums up the numeric fields of the records whose
primary keys are equal and adds it as a single record i.e
To fill an itab with lines which have unique standard keys
we use collect statement.If an entry with the same key
already exists,the collect statement does not append a new
line as append statement but adds the contents of the
numeric fields in the work area to the contents of the
numeric fields in the existing entry.
| Is This Answer Correct ? | 32 Yes | 4 No |
Post New Answer View All Answers
What is synchronous update?
What is a table attribute?
What are the different function modules used in sapscript?
Explain about interactive report?
What is web dynpro for abap?
What is the full form of spro? : sap abap hr
What are plan versions used for? : sap abap hr
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
How will you transfer data into a file in application server?
When value table becomes check table?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What are clustered tables?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What is a size category?
What are the events used in abap in the order of execution?