Skip to Content
0
Former Member
Oct 25, 2005 at 10:24 PM

Insert Values to Transparent table from BSP page

278 Views

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.