Hello,
I need to help for the following question:
In the option for the tag under HTMLB:listBox I've taken "selections" for multiple choices.
After Event data ?= cl_htmlb_manager=>get_data( request = request name = 'listBox id = 'box1' ),it was filled with 3 entries like "k1", "k3" and "k9" (selections) - It means I selected 1,3 and 9'th in the box.
Then jump to 'goto next page' and 'set parameter(navigation->set parameter( 'selection').
How can I find out the entries for this table "selections" in the new page again?
I tried to the following way:
loop at selections.
write:/ 'selection´value:', selections.
endloop. It doesn' work.
Thank in advance,
Regards,