what is the difference bet ween the appened and insert
statment.plz tell me the answer.
Answer Posted / pooja dubey
the main different between insert and append command is
that (1) by using inser command we can add new record at
any where in the current table but by using append command
we can add new record only at the end of current table
(2) by default insert command add new record at the
beginning of the current table but by default append
command add new record at the end of current table
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is value table? : abap data dictionary
Explain the Inportance of pa40? : abap hr
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What are the parameters in bdc_open_group? : abap bdc
What are two methods of modifying sap standard tables? : abap data dictionary
How do you document ABAP programs? Do you use program documentation menu option?
Explain the different types of mode (run code) in call transaction method?
Can matchcode object contain ids with different update types? : abap data dictionary
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What are datasets in abap?
What are the different types of the sap abap data dictionary objects?
What is sap locking?
What are the different methods of bdc? : abap bdc
What are the difference between call screen and leave screen?
Have you processed BDCs ?