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
Some Realtime Examples on Exits .
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What are the basic functions of database utility? : abap data dictionary
Is it possible to run host command from SAP environment? How do you run?
what is sap scriptview ?
What is roll area?
What is the difference between leave transaction and call transaction?
What is a multiple line field?
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
How to know if the value entered contains records or not?
What do you mean by transparent tables in sap abap? : abap data dictionary
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
What are the two different ways of building a match code object?
Program lines for the radio button selection and unabling some input variables in section screen