IndoTech
26th October 2016, 10:02
Hi,
I have a situation where I need to change the payment term for no. of POs for a specific supplier.
what are the things I need to take care if we do it by a update query?
select tdpur040.*
from tdpur040 for update
where tdpur040._index1 = {:v.po}
and tdpur040.suno = :v.suno
selectdo
tdpur040.cpay = v.cpay
db.update(ttdpur040, db.retry)
commit transaction
endselect
Regards
Kedar
I have a situation where I need to change the payment term for no. of POs for a specific supplier.
what are the things I need to take care if we do it by a update query?
select tdpur040.*
from tdpur040 for update
where tdpur040._index1 = {:v.po}
and tdpur040.suno = :v.suno
selectdo
tdpur040.cpay = v.cpay
db.update(ttdpur040, db.retry)
commit transaction
endselect
Regards
Kedar