cancel
Showing results for 
Search instead for 
Did you mean: 

not type compatible

Former Member
0 Kudos

Hello freinds,

I get an strange error.

Kindly pls tell me what is wrong here.

if_wd_value_help_handler=>CO_VH_TYPE_CLOCK 
is not type compatible with formal parameter   i_value_help_type

wd_this->m_handler->add_selection_field(
  i_id = 'XXXXYYY'
  i_read_only = read_only
  it_result = lt_range_table
  i_value_help_id   = 'XXXXX'
  i_value_help_type = if_wd_value_help_handler=>CO_VH_TYPE_CLOCK ).

thanks in advance.. friends

ilhan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi bala I need CO_VH_TYPE_CLOCK

Regards

sas

Former Member
0 Kudos

Ilhan,

you cannot use that.if you check the signature of add_selection_field you will come to know

Thanks

Bala Duvvuri

Answers (1)

Answers (1)

Former Member
0 Kudos

Ilhan,

instead of CO_VH_TYPE_CLOCK use CO_PREFIX_NONE

Thanks

Bala Duvvuri