What is the difference between Collect statement and Append
Statement?
Answer Posted / sagi.nagamani
collect : it gives the summarized record if all the
character fields of the work area matches with all
character fields of any record of the table body then it
adds its numeric fields .if not matched then it inserts it
as anew record.
append: it appends or inserts the record into the table
body as last record .
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Explain how many types of tables exist and what are they in data dictionary?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
What are the user interfaces of interactive lists?
How to creat transactions? : abap data dictionary
What are Table control and tab strip control in dialog programming ?
How to copy table across clients?
How to write a code for multiple transactions? : abap bdc
Can we make use of flow logic control key words in abap/4 and vice-versa?
How would you suppress the display of a parameter on the selection screen?
Program lines for the radio button selection and unabling some input variables in section screen
What are plan versions used for? : sap abap hr
What is the length of function code at user-command?
Define spool request?
Explain different types of attributes of function module?
What are the types of indexes in abap?