2007 Dec 27 7:25 AM
hi dear friends,
I am having a small doubt regarding reports in ABAP.
In a report if we want to jump from basic list to secondary list, for that we are double clicking...
Is it possible by single click, if possible how to do this,
plz give me reply............
thanks and regards
2007 Dec 27 7:33 AM
Hotspot is a list area where the mouse pointer appears as an upright hand symbol.When a user points to that area(and the hand cursor is active),a single-click does the same thing as a double-click. Hotspots are supported from R/3 release 3.0c.
2007 Dec 27 7:30 AM
Hi ravi,
If u want go from basic list to secondary list by single click , if you use hot spot, then it needs only single click.
reward if found useful.
Cheers
Srihari.
2007 Dec 27 7:31 AM
Hi,
U can make use of the hotspot facility... attach the hotspot to on of the column it.. if the user clicks on that he can go to the secondary list... sample program in available in SAP itself.. i dont remenber the name..
Regards
Maneesh Chandran
2007 Dec 27 7:31 AM
2007 Dec 27 7:33 AM
Hotspot is a list area where the mouse pointer appears as an upright hand symbol.When a user points to that area(and the hand cursor is active),a single-click does the same thing as a double-click. Hotspots are supported from R/3 release 3.0c.
2007 Dec 27 7:35 AM
HI,
use FORMAT HOTSPOT ON.statement in ur abap report program just before the write statements.
rgds,
bharat.