In the series of the SALV Simple Model, we will see how we can set the Display Settings to the entire ALV. You can find the previous discussions in this blog series at To set the display settings, we need to use the reference of the class CL_SALV_DISPLAY_SETTINGS. We will ask the reference of the…
Today we will discuss how to add the Header and Footer using the SALV model. In ALV, header (top-of-page) and footer (end-of-page) play important role in presentation of the data. Header and footer are imortant when we need to print the report and use it for later decisions. Assume the report which has only columns…
Today we will see how easy it is to set up the Layout for the ALV which was created using the reference of the CL_SALV_TABLE calss. All these discussions can be found under . Layouts provides greate flexibility to users for saving their own layouts which contains settings like – sum, subtotal, filter, sort etc….
We have seen in the previous posts of this Blog series about the new SALV model to Create ALV: Sometimes we need to create our own PF Status (GUI Stauts) with more buttons which can provide the users more ways to interact with the ALV. To set our custom PF status we need to: First…
We have discussed in post to generate an ALV using new the SALV Model. It is a true object oriented way to generate an ALV. Today, we will see how to add standard PF Status (GUI Status) in this Standard ALV created using the class CL_SALV_TABLE. The object created with reference to CL_SALV_TABLE contains the…
SAP has introduced a new programming model to devleop Object Oriented ALV (OO ALV) using class CL_SALV family class. This class family is avaliable in the SAP Netweaver 04. Some Background: Prior to SAP Netweaver, we have so many different starting point to start the ALV. The starting point entirly depends of the flavour of…