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.
Utility class to generate the Legend ALV using SALV Popup and attach it onto ALV Grid generated by SALV Model
Code snippet to set the Column Description as the Column Name when the Column description is empty in the ALV generated by SALV model.
Various different ways to Access individual columns in ABAP ALV created by SALV object model – Using the column object and using the column table.