Hi,
i am creating a screen in which i have to use select options. In coding there is
part where i will get value in refernce varaible for example :-
rt_contrato_nr = wd_this->m_handler->get_range_table_of_sel_field( i_id = 'Z_CONTRATO_NR' ) and rt_contrato_nr is type ref to DATA.
Now while binding it to context element the code is
node_contrato_nr->bind_elements( ? ).
I want to pass the value which i got in rt_contrato_nr but if i put tht in place of ? it is giving me type incompatible.
Is there any way where i can pass the range value
Regards
Dhiraj