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: 

NEED SOME SOLUTIONS FOR-->> ALV Grid with Doubleclick Event & Hotspot???

Former Member
0 Kudos
99

Hi at all,

i have create an ALV Grid with an Doubleclick- and Hotspot Event for my column (ALTKN).

But there is one problem, because users should can be edit the column (ALTKN).

Is there an alternativ to Doubleclick or Hotspot???

For example get_focus & set_focus ???

MY LOGIC/ IDEA why i need Events?? (If anyone have other ideas please let me know)

Because user write some numbers in the column (ALTKN) and if they click on it, than it must be open a popup Window with an new Screen.

Thanks forward for helps.

ETN

1 ACCEPTED SOLUTION

jayesh_gupta
Active Participant
0 Kudos
58

If column ALTKN is available for user input, you may provide a separate push-button beside this column to display the popup window. There will be a push button in every row beside ALTKN column. The user will click on the button and the popup window will be displayed. To replace both hotspot and double click, you can place two adjacent buttons.

For providing buttons please refer the following link:

[http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP-ChangingCellcharacteristicsinALV+(OOPS)]

Hop this helps.

Regards,

Jayesh

1 REPLY 1

jayesh_gupta
Active Participant
0 Kudos
59

If column ALTKN is available for user input, you may provide a separate push-button beside this column to display the popup window. There will be a push button in every row beside ALTKN column. The user will click on the button and the popup window will be displayed. To replace both hotspot and double click, you can place two adjacent buttons.

For providing buttons please refer the following link:

[http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP-ChangingCellcharacteristicsinALV+(OOPS)]

Hop this helps.

Regards,

Jayesh