1.

What is the main difference between insert and append statement in SAP ABAP?

Answer»

What is the main difference between insert and append statement in SAP ABAP?
When we USE insert statement we can add a RECORD at any SPECIFIC LOCATION. But when we append statement it is used to add a record at the end of internal table in the work AREA.



Discussion

No Comment Found