‎2007 Sep 08 5:46 AM
hi to all experts,
i want to update field adrnb of table fkkvkp on base selection
screen field vkont.
and this selection screen field is multiple selection.
i.e. at a time more than one vkont is updated.
how can i do.
plz give me sample code.
thanks in advance and reward also.
regard : deep.
‎2007 Sep 08 5:53 AM
Once you get the data from table to internal table
just use.
loop at int_table.
update table from int_table set field name. " Prees F1 on Update,you get documentation.
endloop.
Thanks
Seshu