December 2012
Intermediate to advanced
316 pages
6h 51m
English
It may also be required to display hotspots (similar to hyperlinks) for an entire column in the ALV display. Clicking a particular hotspot cell will take the user to another detail screen. In this recipe, we will add hotspot functionality to the PERNR column.
We will see how a particular column may be made to appear as a hotspot. We will also add the necessary code that is needed to carry out the steps needed for the hotspot selection. Proceed as follows:
PERNR column and call the set_cell_type method for it. Then, we pass the hotspot static constant attribute of the if_salv_c_cell_type interface to it.myhotspot. Within the class definition, we create a static ...Read now
Unlock full access