web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Incorrect Item Quantities

(0) ShareShare
ReportReport
Posted on by

I'm having an inconsistent item quantities situation (GP2010) which goes like this:-

Cause: Inventory Adjustment Posting Interruption (Batch Posting)

Impact:

1. Adjustment (stock out) posted partially to Inventory Trx History table, IV Purchase Receipts table, and HITB table. Hence, HITB will have item balance, different from Item Stock Inquiry quantities, and Item Quantities in SmartList. There were at least 4 items having this situation.

2. A few Adjustment trx showed up in both Work and History tables.

Repair Attempts:

1. Tried running Inventory Reconcile utility, some quantities were corrected, but still don't tally with HITB.

2. Running Check Links returned no error.

Anybody has further idea where / what else can be checked / done to resolve this matter?

Thank you, and with best regards,

Ivan

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Mahmoud Saadi Profile Picture
    32,738 on at
    RE: Incorrect Item Quantities

    Just for the record, here are some notes to be considered when filling the SEE30303. The script below, retrieves the next sequence number for the item above

    SELECT  ITEMNMBR,
            MAX(SEQNUMBR)+1 AS Next_SEQNUMBR
            FROM SEE30303
            WHERE ITEMNMBR = 'SPFH2502080COILL'
            GROUP BY ITEMNMBR

    8712.22.jpg

    1541.33.jpg

    8156.33.jpg7870.44.jpg

    0207.55.jpg

    1016.66.jpg

    Hope this helps,

  • Mahmoud Saadi Profile Picture
    32,738 on at
    RE: Incorrect Item Quantities

    Ivan,

    I have just checked your mail, I will forward you the details by today hopefully.

  • Community Member Profile Picture
    on at
    RE: Incorrect Item Quantities

    Hi Mahmoud,

    i've emailed you the query results in spreadsheet. Would really appreciate your help on building the missing records in SEE30303.

  • Verified answer
    Mahmoud Saadi Profile Picture
    32,738 on at
    RE: Incorrect Item Quantities

    Your posting corruption is represented with the HITB table and GL primarily. There is missing records in both tables;

    • GL20000
    • SEE30303

    This will result with inconsistency between IV inquiries. Although, no variance will be encountered between IV and GL since inventory and General Ledger are reconciled by considering the HITB (which already has no records for this transaction) and GL (which has no corresponding journal entry as well)

    To get this corrected, you need to do the following;

    1. Manually post corrective journal entry with the transaction "extended cost" as credit.
    2. Insert three records the missing records into SEE30303 as derived from (IV10201, IV10200 and IV30300)

    If you want further help on how to build the missing records in SEE30303, please e-mail me the result above in a spreadsheet to.

  • Community Member Profile Picture
    on at
    RE: Incorrect Item Quantities

    Hi Mahmoud,

    here you go with the complete query results, including the IV10201 table.

    dl.dropboxusercontent.com/.../QueryResults_201312231054.png

  • Mahmoud Saadi Profile Picture
    32,738 on at
    RE: Incorrect Item Quantities

    Apparently, this is an adjustment out document and the "Override" is allowed in your inventory setup. I would still want to see the result of the statement below to provide you with my final recommendation on how to get this solved out simply.


    SELECT * FROM IV10201 WHERE ITEMNMBR = '#ItemNo' AND ORIGINDOCID = '#DocumentNo'

    Your feedback is highly appreciated,

  • Community Member Profile Picture
    on at
    RE: Incorrect Item Quantities

    Hi Mahmoud,

    Thanks for the details. Just rounded up few (unrelated) issues so got to reply only now.

    I've got the query results as below.

    dl.dropboxusercontent.com/.../QueryResults_20131223.png

    Thanks and best regards,

    Ivan

  • Suggested answer
    Mahmoud Saadi Profile Picture
    32,738 on at
    RE: Incorrect Item Quantities

    Inventory posting interruption occurs and there is nothing to worry about as long as you can limit down the corruption to certain documents and items.

    First of all, you need to check the inventory tables in order to determine how to get your documents corrected,inventory tables that need to be checked primarily are;

    • IV30300 | Inventory History Table
    • IV10200 | Inventory Purchase Receipt Layer
    • IV10201 | Inventory Purchase Receipt Layer Details
    • SEE30303 | Historical Inventory Trial Balance

    Run the following SQL statements and post back the results in order to proceed with the correction criteria;


    SELECT * FROM IV30300 WHERE ITEMNMBR = '#ItemNo' AND DOCNUMBR = '#DocumentNo'
    SELECT * FROM IV10200 WHERE ITEMNMBR = '#ItemNo' AND RCPTNMBR= '#DocumentNo'
    SELECT
    * FROM SEE30303 WHERE ITEMNMBR = '#ItemNo' AND RCPTNMBR=
    '#DocumentNo'
    SELECT
    * FROM GL20000 WHERE JRNENTRY

    IN
    SELECT DISTINCT JRNENTRY FROM SEE30303
       WHERE ITEMNMBR = '#ItemNo' AND
             DOCNUMBR = '#DocumentNo'
    )


    Your feedback is highly appreciated,

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Mansi Soni – Community Spotlight

We are honored to recognize Mansi Soni as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
Community Member Profile Picture

Community Member 2

#1
babubaskaran@outlook.com Profile Picture

babubaskaran@outloo... 2

#1
Yng Lih Profile Picture

Yng Lih 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans