Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10548

Re: method: handle_double_click, repeating itself on the second time of execution ?!

$
0
0

hi Shkelqim

you can get value of the cell by blow code:

 

   method handle_double_click.
    call method obj_wcl_alv->get_current_cell
        importing
          e_row   = c_row
          e_value = c_value
          e_col   = c_col.
*      message c_row type 'S' DISPLAY LIKE 'E'.
      message c_value type 'S' display like 'E'.
  endmethod.                    "handle_double_click

 

Regards,

Archer


Viewing all articles
Browse latest Browse all 10548

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>