2010 Jun 07 2:05 PM
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
2010 Jun 07 2:49 PM
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
2010 Jun 07 2:49 PM
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