ABAP SALV model has some cool features. Getting the data table from the model, is one of them. Let’s explore the solution.
Another of my recently published blog on SCN. This is also about making SALV table editable using the single method and removing the extra button.
Don’t get too excited about the editable SALV solution out of the box, but I think we have a solution.
ICONs are great ways to enhance the report output. Let me show you how you can sweeten the deal by adding the tooltip on the ICON.
Lets checkout how to apply different styles for cell, yes cell not the entire column. SALV object model does provide us the objects to achieve this.
While writing the last post, , I remembered that I wrote an interesting piece of code to solve the unique requirement – Static Filters on the ALV. The trick here is to save the Filter after applying it for the first time and check for the filter changes or deletion in the event handler of…