ALV
Move Cursor to next Row by Pressing Enter in OO ALV
Describes how to move the cursor to next row on Enter (like Excel) in the ALV created by class CL_GUI_ALV_GRID.
Moving Cursor to Next row by pressing Enter in Classcial ALV
Describes how to move the cursor to next row on Enter (like Excel) in the ALV created by REUSE_ALV_GRID_DISPLAY.
Classical ALV: Change Subtotal
Eloborates how to change the subtotal values in the output generated by the FM REUSE_ALV_GRID_DISPLAY.
OO ALV: Disable DELETE key on keyboard in ALV grid
Describes a way to disable the DELETE key on the keyboard in the Editable OO ALV generated using the CL_GUI_ALV_GRID to prevent users to delete any record from the ALV.
ALV: Disable DELETE key on keyboard in Classical ALV grid
Eloborates a way to disable the DELETE key on the keyboard in the editable Classical ALV grid generated by using the FM REUSE_ALV_GRID_DISPLAY.
Classical ABAP
Remove Header on Last Page in Classical Report
Shows how to remove the Header Generated by the TOP-OF-PAGE in the classical report.
Radiobutton Values using CASE
Code snippet to show how to access radiobutton values using CASE statement. To make performance efficient program, we can consider this option.
MM02 BDC: Select Specific Material Master View
Shows how to remove the Header Generated by the TOP-OF-PAGE in the classical report.
Smartforms
Dynamic Background Colors in Smartforms
Eloborates how to create dynamic background colors in Smartforms.
Smartforms: Breakpoints
Shows how to put a breakpoint in Smartforms in more efficient way.
Miscellanous
SAPConnect: Email with Formatting
Describes a way to send Rich Formatted Email from SAP (SAPConnet) using HTML.
Preserve Downloaded data formatting in Excel
Eloborates how to prevent the data formatting when we download the data from SAP and open it in Excel.

Step 3: Press the Find (control+F) button.
Step 4: In the find screen, paste the copied text (control+V) in the Text.
Step 5: From the hit list, go to the source code by doing doubleclick on the search results. Now, put a Cursor on the line and press the "Set Breakpoint" button.
That's it. So, when you run the application it will stop to this break point.
It seems to be the lengthy steps, but they are effective.