Find the transaction either with the Trans_num or Item and date of the transaction with query similar to below.
select * from matltran_mst
where trans_num = '659219'
select * from reason_mst
update matltran_mst
set reason_code = 'WA' -- correct reason code
where trans_num = '659219'
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article