Answer Posted / aditya
append adds to end of the internal table, irrespective if
the same data was present or not.
collect doesnt add duplicate records as it searches for the key.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is a database view? : abap data dictionary
What is asynchronous and synchronous update?
how to create view in bdc..??
What is the difference b/t Session method and call transaction method ??
What are standard layouts sets in the sap script?
What is use of transparent table in abap? How it is different from pool tables?
What are the attributes of the data? : abap data dictionary
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What are the page headers for secondary lists?
What are the different types of parameters? How can you distinguish between different kinds of parameters?
What is the use of abap data dictionary? : abap data dictionary
How can we determine a vendor is Bloc/Unblock from the table LFA1?
What are the differences between table controls and step loops?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
Can a constructor be redefined?