cancel
Showing results for 
Search instead for 
Did you mean: 

How to set an ON_TOGGLE event on a checkbox during runtime

Former Member
0 Kudos

Hi everybody,

I've some problems to create an ON_TOGGLE event on my checkbox. Actually i created checkbox using this method:

  wd_this->m_process_handler->add_parameter_field(  i_id  = 'ORPHAN'
      i_within_block               = 'PROC'
      i_description                = l_text
      i_as_checkbox                = abap_true ).

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

As you are using check box for a select option, you might not be able to handle On toggle for this check box. Instead try to use the memory id (I_MEMORY_ID) parameter in the method mentioned and using that you can do your processing.