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: 

ALV Grid with Doubleclick Event & Hotspot???

Former Member
0 Kudos

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

2 REPLIES 2

gerd_rother
Active Participant
0 Kudos

Hi,

Why do you use both events? Would it not be sufficient to only use double-click?

Alternatively you could define an extra column next to the first one containing a push-button for some extra functionality.

Regards, Gerd Rother

Former Member
0 Kudos

Look at the example SALV_DEMO_TABLE_COLUMNS. It has both of your options available