SELECT … ENDSELECT? [SAP]
Wednesday, March 11th, 2009As you know you can use SELECT statement to select data from tables. You can use SELECT with ENDSELECT. But using ENDSELECT means records will be looped without closing the link to database. So it will require more database processes. And database processes are known the most expensive processes in ABAP codes. You have to use database SQL statements minimum as much as you can. If you do so it will improve the performance a lot.