Hi friends,
how to modify the ztable records with key,my problem is am having 3 records for the key field.when ever am try to change these reocrds using
modify ztable from wa_Itab.
without taking any key referenece it is creating a new record,here want to modify the same record which having the record no as 1 .
next time record no2...like that.
loop itab into wa_tab.
modify ztable from wa_tab with reference..................
endloop.
if possible any one can provide the solution.
Thanks in advance,
sai.