Hi,
I have a <b>Tableview</b>, after selecting few rows and onclicking a Save Button, i would like the <i><b>selected row contents to be saved to a ZTABLE (Transparent table).</b></i>
Currently i am trying to do the following in onInputProcessing event but generates error "ME->SELECTED_ROWS are not Unicode convertible)
Also tried with workarea instead of Transparent table same error message.
INSERT ZREQ from SELECTED_ROWS.
SELECTED_ROWS is an Internal Table and ZREQ is Transparent table.
How do i accomplish this? Appreciate your help.
Thanks,
Shankar K.