Answer Posted / sateesh
append:
append <workarea> to <internaltable>
This statement appends one or more rows to an internal
table itab. it can add the rows at last the table.
collect:
collect <workarea> into <internaltable>
This statement inserts the contents of a work area into an
internal table itab or adds the values of its numeric
components to the corresponding values of existing rows
with the same key.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Difference between BDC vs Direct Loads?
What are different data types in abap/4?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
What is the function of the transport system and workbench organizer?
Difference between domain and data element? What are aggregate object?
how do you transport lsmw data from one system to another?
Is sap xi intended to replace ale?
What is the use of at new statement ?
What are data classes? What are the various data classes available for selection? : abap data dictionary
What is a fall back class?
What is sequence of event triggered in report?
Why do we use abstract class
What has to be done to the packed fields before submitting to a BDC session.
How many types of views are there ?
What are the two statements which are required in an abap program to output an icon using a write statement?