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
How to combine multiple billing into one RV document ( Step by Step)?
Explain what are the events used in interactive reports?
What is payroll driver
What are the different types of mode (run code) in call transaction method?
What is step-loop?
What is the procedure you followed to upload the data?
What is modularization and its benefits?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
what will happen if called program is not executable ?
What are the basic objects of the data dictionary?
What is the difference of update types in call transaction method ? : abap bdc
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
What is filter dependent BADI?
How can I make a differentiation between dependent and independent data? : abap hr