InterviewSolution
Saved Bookmarks
| 1. |
Explain the use of insert and append statement in SAP ABAP? |
|
Answer» Append statement is used to add a record at the end of internal table in work area. Insert statement is used to add a record at specified location. |
|