cancel
Showing results for 
Search instead for 
Did you mean: 

CheckBoxGroup binding

former_member678355
Participant
0 Kudos

Hi,

I am having difficulty with the CheckBoxGroup binding. I am trying to check some boxes in my GET method, but I cannot figure out how to do so. I have tried to check them using the node set_selected method, but it does nothing:

lo_nd_country->set_selected( EXPORTING

flag = ABAP_TRUE

index = index_cnt ).

This code does not seem to work to check a checkbox on the screen. Any help would be greatly appreciated!!

Thanks in advance!!!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member678355
Participant
0 Kudos

I was initializing the node twice, once before I marked the element as selected, and once after, so the initialize cleared out my selections.