Specific Groups on the ABAP SALV would help users to easily find the columns in the display setting variants. Lets check it out how you can achieve it.
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.
Code Snippet to access all columns from a Type when working with SALV table using RTTS (Run Time Type Services).
In the series of the SALV Model Table display, today we will see how to apply colors to the ALV Grid. In this regards, we will see how to apply colors to the Specific Cell, Specific Row or Specific Column. You can find all the Previous discussion at . Color plays a very important role…
In the series of the SALV model table display, today we will see how to add the hotspot and after adding, how to handle that hotspot. You can find all the previous discussion at . Hotspot is useful in most of the ALV reports to drill-down from the main list. For example, in the Sales…
Today in the SALV model tutorial series, we will see how we can change the Column properites. You can find all the previous discussion in this series can be found at . To change the propeties of the Columns first we need to get the Column object from the SALV Object. The reference of the…