SALV Table 18 – ICONs and Tooltips
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. Background When you design a report and if you just put the text, it...
View ArticleSALV Table 19 – Columns Specific Grouping
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. What is Columns Specific Grouping When you have...
View ArticleSALV Table 20 – Editable? Yes, as per this Standard SAP Application
Don’t get too excited about the editable SALV solution out of the box, but I think we have a solution. Originally Posted at SCN – SALV Editable? Yes, as per this Standard SAP Application Preface...
View ArticleSALV Table 21 – Editable with Single (custom) Method
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. Originally published on SCN – SALV Editable with...
View ArticleSALV Table 22 – Get Data Directly after SUBMIT
ABAP SALV model has some cool features. Getting the data table from the model, is one of them. Let’s explore the solution. Problems analyzing LIST returned by LIST_FROM_MEMORY SUBMIT is a great feature...
View ArticleSALV IDA (Integrated Data Access) – Introduction
With ABAP 740, we have a new way using Integrated Data Access to generate the ALV and this is very prominent when using SAP HANA. ToC Table of Content for all SALV IDA articles: Introduction The...
View ArticleSALV IDA – Selection Conditions
Lets check more SALV IDA on how to send the selection conditions so we can restrict the data access based on user inputs. Introduction In the article , we have seen how SALV IDA can be used. Also in...
View ArticleSALV IDA – New Calculated Fields
Lets check out how we can add the additional fields on the ALV output and also populate the value for those added columns using Calculated fields. Introduction By the time, you must be thinking how can...
View ArticleSALV IDA – Column Settings
SALV IDA framework also provides the flexibility to change Column settings. Lets check how to change to change the column settings in SALV IDA. Preface In the last article – , we added couple of new...
View ArticleSALV IDA – Add and Handle Hotspot (Hyperlink)
Lets make the ALV interactive by adding the Hotspot aka Hyperlink into the ALV generated by SALV IDA by using the DISPLAY_OPTIONS for column. Preface Hotspot or Hyperlink is a key functionality for any...
View Article