cancel
Showing results for 
Search instead for 
Did you mean: 

• How to catch events of grid, the events are trigger when user do double click on grid

Former Member
0 Kudos

hi everyone,

i start learn abap only a few day.

i have a problem and i hope you help me.

i creat a avl gird by function REUSE_ALV_GRID_DISPLAY.

my code:

  SELECT   *

           INTO TABLE tg_report

           FROM sflight

  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

    EXPORTING

      i_structure_name = 'ZSG_REPORT'

    TABLES

      t_outtab         = tg_report.

  IF sy-subrc <> 0.

  ENDIF.

zsg_report have all column off table sflight, and hane some column : rate (change rate for each currency to <another of currency country>), pricecu (= rate * sflight~price).

now i want when i double click on a row of column rate, a popup windown will show and insite it have a selection PARAMETERS ( i use it for enter new rate). and when i press enter, the popup windown hide and the data on gird change off columm: rate = new rate, pricecu =( new rate * sflight~price).

i looking for your help.

tf you share your code i will very happy.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member89217
Contributor
0 Kudos

Hi Than,

You would be better served to try another forum. The SAP Sourcing experts here are not necessarily ABAP experts. You might find better information in the SRM area.

Thanks,

Gary