RE: Document is Fully Applied
Alfred,
First I'm going to presume that when you do an inquiry, you do not see your document number in both the Open and History tables.
Do you have access to the SQL tables? I've seen this come up when the Current Transaction Amount is wrong.
Here's what I'd check.
1 First, get the voucher number of the problem document
2 Open the PM20000 table, find your voucher number in the VCHRNMBR field.
3 Compare the DOCAMNT value to the number in the CURTRXAM field. If they match, the system thinks the document is fully applied.
4. Next, open the PM10200 table to see if there are any records actually applied to that document.
5. Look for your voucher number in the APTVCHNM ( applied to voucher number) field. If you find it, go to the APFRDCNM (applied from document number) field and record the number.
6. Finally, look at the VCHRNMBR (voucher number) field. This will be the voucher number of the document that the system thinks was applied to that document. Go look for that voucher number in the PM20000 table.
In the event that the applied to document is in the history file and the document itself is in the open file, look here:
7. Open the PM30300 table and look for the same information that you did in the PM10200 table.
That's all I've got. I have successfully changed the current transaction amount if that's the only thing I could find messed up and all worked out. There are more tables than just the ones I mentioned, so i wouldn't try this at home unless you are very familiar with the data model.
Kind regards,
Leslie