cancel
Showing results for 
Search instead for 
Did you mean: 

Reference to Checkbox field in Selection Screen

Former Member
0 Kudos

Hi All,

Can you tell me how I can retrieve the information from the checkbox made available on Selection Screen. I tried the usual method get_range_table_of_sel_field but it is not returning any reference. I also tried IF_WD_SELECT_OPTIONS~GET_SELECTION_FIELD but this too returns nothing, sicne there is no code inside it.

Thanks for your cooperation.

Regards,

Anoop

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anoop.

here (on Sp12)

lr_selfield = wd_this->mr_selop->get_range_table_of_sel_field(

i_id = lv_id ).

works for checkboxes too.

Are you sure, that the ID is spelled correctly?

Cheers,

Sascha

Message was edited by:

Sascha Dingeldey

Former Member
0 Kudos

Hi Sascha,

This is the same code I am making use of. Thanks for reminding me of the 'ID'. Though it was same the only issue was that it was in 'lower case' instead of 'upper case'.

Anyways the good thing is that the issue is resolved.

Have a nice day.

Regards,

Anoop