Update Reason codes that have been entered Incorrectly

Created by Andrew Dewell, Modified on Tue, 24 Oct, 2023 at 3:54 PM by Andrew Dewell

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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article