What is a collect statement? How is it different from append?
Answer / chakresh kumar
COLLECT: When the line is inserted, the system checks whether there is already a table entry that matches the key. If there is no corresponding entry already in the table, the COLLECT statement has the same effect as inserting the new line. If an entry with the same key already exists, the COLLECT statement does not append a new line, 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 ? | 0 Yes | 0 No |
What are the screen elements.
explaine about factory calender.
How is conversion of data types done between abap/4 & external level?
Explain the Importance of pa20? : abap hr
How will you find manager of an employee
did u done enhancement framework?how u implemented?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
explain the script component in script?
Explain the difference between a dialog program and a report?
How can you change properties of screen elements dynamically in Module pool Programming ?
What type of user exits have you written ?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization