Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Hotspot on standard list - no ALV grid

Former Member
0 Kudos
135

Hi all,

I use two hotspots on a standard list.

In order to know which one was selected I used the following system parameters:

sy-cucol and sy-lisel

This works fine if I don't resize the window.

How can I archieve that the hotspots are working if the window has a scrollbar or the window will be resized?

regards

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
56

You may try to [HIDE |http://help.sap.com/abapdocu_70/en/ABAPHIDE.htm]some values when writing spool, that will be read back on [AT LINE-SELECTION|http://help.sap.com/abapdocu_70/en/ABAPAT_LINE-SELECTION.htm] event. (Run sample report [SHOWLISY|http://help.sap.com/abapdocu_70/en/ABENLIST_SYSTEMFIELDS.htm])

Regards,

Raymond

2 REPLIES 2

raymond_giuseppi
Active Contributor
57

You may try to [HIDE |http://help.sap.com/abapdocu_70/en/ABAPHIDE.htm]some values when writing spool, that will be read back on [AT LINE-SELECTION|http://help.sap.com/abapdocu_70/en/ABAPAT_LINE-SELECTION.htm] event. (Run sample report [SHOWLISY|http://help.sap.com/abapdocu_70/en/ABENLIST_SYSTEMFIELDS.htm])

Regards,

Raymond

Former Member
0 Kudos
56

hi,

you can try GetCursor for solve this problem.

Regards

Gaurav