Welcome, you seems to be new here. Get Connected: Become a Fan on Facebook Join ABAP Help on Google+ Subscribe to email X

You would get insight from Performance perspective when not using the Keys in SELECT with FOR ALL ENTRIES.

ABAP Objects doesn’t support Multiple Inheritance, but we can achieve similar functionality can be achieved using the interfaces.

New Poll is now available.

On one fine morning, faced with a problem which was resulted from the bad bad coding. Read on to walk through the events.

I know it is very wide question. We all use System fields like SY-SUBRC to check last statement was successful or not, SY-DBCNT for Database access count, SY-INDEX for row, SY-TABIX for current processed row in Loops, etc. Demo code Check out this code. At first it looks ok except the Modify statement outside the [...]