Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: thtmlb:cellerator Cell Click Event

$
0
0

Hi Dharmakasi,

 

Please fidn the get_column_definitions method for one of the column below:

 

data: ls_col_def       type tableviewcontrol.

 

  ls_col_def-columnname      = 'NAME1'.
  ls_col_def-title           = 'NAME1'.
  ls_col_def-wrapping        = abap_false.
  ls_col_def-width           = '100px'.
  lS_col_def-oncellclick     = 'NAME1'.
  ls_col_def-horizontalalignment  = 'LEFT'.

  APPEND  ls_col_def TO p_column_definitions.

 

Thank you

Anji


Viewing all articles
Browse latest Browse all 7775

Latest Images

Trending Articles



Latest Images