cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro radiobutton

hari5398
Explorer
0 Kudos

How can we get the value of the selected radiobutton when they are grouped by index in webdynpro???? Contains 4 options

Accepted Solutions (1)

Accepted Solutions (1)

Hi Hari,

Use get_lead_selection_index() method of the node. Node means for which you have done binding of 'texts' property of Radio Button Group.

eg.

lv_index = lo_nd_node->get_lead_selection_index( ).

Answers (0)