Classical ALV

Naimesh Patel | Last Updated on April 18, 2012

Moving Cursor to Next row by pressing Enter in Classical ALV

As described in my post , it would be easy to implement the Excel like functionality using the OO ALV. Than I thought, let me try to implement this using the classical approch: Using the Function Module REUSE_ALV_GRID_DISPLAY. To implement this functionality using the FM, I actually tried more than the OO ALV. Because it…

Classical ALV: Change Subtotal

Sometimes we need to modify the subtotals on the ALV, specially when we have to give the average of the percentages or something like that. To change the subtotal we need to follow certain steps: 1. we need to get the ALV object form the ALV function module. We can use the FM GET_GLOBALS_FROM_SLVC_FULLSCR to…

Classical ALV: Disable DELETE key on Keyboard in Grid

Catch the event generated by DELETE-key on Keyboard & disable it in editable ALV generated using FM REUSE_ALV_GRID_DISPLAY We have seen in the previous post how to . Today, we will see how we can implement the same functionality using the classical ALV generated using the function module REUSE_ALV_GRID_DISPLAY. As discussed in the previous post,…

Classical ALV: Change Subtotal – II for Print

Change in the ALV Subtotal for the display & print In the post, , we have seen how we can change the Subtotal on the Classical ALV. Today, we will see how we can set the subtotal in the ALV display and the print function – Print Preview & Print. We will use the event…