What is a collect statement? How is it different from append?
Answer Posted / 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 |
Post New Answer View All Answers
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What is the tcode for sapscript forms?
What is the difference between call transaction method and the session method? : abap bdc
What are system variable in abap?
How to create any functions?
What are the system fields?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
Which objects are independent transport objects?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
What are the various types of selection screen event?
How to find Kernal badi ?
What is a table cluster? : abap data dictionary
What is the difference between RETURNING and CHANGING parameters for a method?
What do you understand by work area and internal tables in abap? Why do we use it?
What is meant by hide area?