Posts Tagged ‘ABAP’

SELECT … ENDSELECT? [SAP]

Wednesday, March 11th, 2009

As 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.

(more…)

Talking About the Quality of ABAP Programs [SAP]

Monday, March 9th, 2009

ABAP Macros [SAP]

Monday, March 17th, 2008

Function Module: BAPI_MATERIAL_AVAILABILITY

Thursday, April 26th, 2007

What Happened at Interview for The Position in Secaucus, NJ

Monday, November 13th, 2006

SAP ABAP Preinterview Questions

Monday, July 24th, 2006

Standard Programs That Every ABAP Developer Should Know

Tuesday, July 11th, 2006

Writing Data Conversion Programs

Tuesday, July 4th, 2006

BDC Programming

Monday, July 3rd, 2006

Batch Input vs CALL TRANSACTION

Friday, June 30th, 2006