Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

How to resolve difference between IV10200 and SEE30303?

(0) ShareShare
ReportReport
Posted on by 75,848 Moderator

What is the difference between these two fields?

SEE30303.QTYTRX

SEE30303.QTYTRXInBase

I am trying to resolve a difference between the purchase receipts report and the IV Historical Trial Balance report. Out of millions of dollars we are off by $6.60

Is there any way to reconcile the IV10200 to the SEE30303? Can you tell me the sp's used behind these two reports?

*This post is locked for comments

  • Verified answer
    kdd281 Profile Picture
    469 on at
    RE: How to resolve difference between IV10200 and SEE30303?

    We use this find the missing transactions in SEE :

    Compare

    select * from IV10201 where docdate  > '2019-XX-XX 00:00:00.00'

    select * from see30303 where docdate  > '2019-XX-XX 00:00:00.00'

    select * from iv30300 where itemnmbr like 'XXXXXX' order by docdate to locate the TRXSORCE ; TRXSORCE = ORGNTSRC

    select * from gl10000/gl20000/gl30000 where ORGNTSRC = XXXXXX

    I just added the missing record or there is script you can find, search DECLARE SEE30303_INSERT CURSOR FOR

  • Richard Wheeler Profile Picture
    75,848 Moderator on at
    RE: How to resolve difference between IV10200 and SEE30303?

    These two queries return the same total for the amount of inventory in stock. However when I run the IV HITB report it is too low by $6.60. What would I need to add to the query for SEE30303 to get it to agree with the report?

      SELECT  SUM(EXTDCOST) AS EXTDCOST

      FROM SEE30303

      HAVING SUM(EXTDCOST)>0

      SELECT  SUM((QTYRECVD-QTYSOLD)*UNITCOST) AS EXTDCOST

      FROM IV10200

      HAVING SUM((QTYRECVD-QTYSOLD)*UNITCOST)>0

    The query for IV10200 agrees with the purchase receipts report so which report is correct. The IV HITB which is $6.60 lower or the purchase receipts report that agrees with these two queries?

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
Almas Mahfooz Profile Picture

Almas Mahfooz 3 User Group Leader

Featured topics

Product updates

Dynamics 365 release plans