Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

update

Former Member
0 Likes
311

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.

1 REPLY 1
Read only

Former Member
0 Likes
288

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