Designing Lists
Hotspots in ListsHotspots are areas on lists the user can click on to trigger an action. They serve to simplify interaction with lists. AppearanceHotspots are flat on the template. When the user positions the cursor on a hotspot, the cursor takes on the shape of a hand. Since this is the only way for the user to recognize a hotspot on the screen, we recommend to indicate hotspot areas additionally with a specific color. Area of Use
Restrictions of UseDo not use hotspots to replace pushbuttons with no fixed position. You cannot implement hotspots as pushbuttons, because their appearance does not meet the corresponding criteria. Hotspots implemented as pushbuttons would rather confuse than support the user. Because on some platforms hotspots are triggered by the mouse-down event, use hotspots only for short-running actions which the user can undo easily and which do not change the database! More InformationFor information on programming hotspots, please refer to the online documentation in the ABAP Editor under help hotspot.
Source: SAP R/3 Style Guide |