Hi Gurus,
Given below is my code to update a table but it's not getting updated.
Kindlyreply me with a solution.
UPDATE ztmmmm_po_ifstg SET aufnr = ch_wa_po_one-aufnr
zprostat = ch_wa_po_one-zprostat
WHERE zifid = ch_wa_po_one-zifid
and ztimestamp = ch_wa_po_one-ztimestamp
AND zprocessno = ch_wa_po_one-zprocessno
AND zsequenceno = ch_wa_po_one-zsequenceno
AND zbundno = ch_wa_po_one-zbundno.
where ch_wa_po_one is an internal table.
thanks
Natasha SS.