how COLLECT and APPAEND works ,,
Answer / 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 |
Explain buffering concept usage?
What are the different types of work process?
HOW MANY WAYS TO DEFINE INTERNAL TABLES.
Define subtype ? : abap hr
How to print continuous pages in smartform?my requirement is i need to print 3 pages for each customer i.e 2 pages for purchase order forms and 3rd page is terms and condition page.Likewise how can i print 100 customer pages at once continuously?
how to fill the select options from an internal table dynamically ie can i use the loop in the initialization
What are the select-option fields?
difference betn top-of-page and top-of-page during at- line-selection? in an interactive report, after going to 5th list, can you come back to 2nd list? how?
what is the function module to read the standard text?
What is the meaning of client independent?
What are the parameters in bdc_open_group? : abap bdc
How can you change the style of Logo or type of Logo?