Skip to main content

Notifications

Microsoft Dynamics GP (Archived)

Missing MC Info in table MC020103

Posted on by Microsoft Employee

Dear All,

When i post POP-Receiving transactions in foreign currency, the record is inserted in MC020103 table but, the fields RATETPID, EXGTBLID, XCHGRATE and EXCHDATE are not getting updated.  When i pass payable transaction in foreign currency these fields are updated with correct values.

FYI : GP10-SP3

Thanks in Advance

Akbar Khan 

 

*This post is locked for comments

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    Re: Missing MC Info in table MC020103

    This was a know issue and should have been repaired in a Service Pack.

    Her was the response and solution obtained at the time.

    We have documented this issue and reported it to our development team so that it may be addressed in a future product release (SP4, July time frame).  

    Although I don’t have a date as to when this issue will be resolved, I have added your company’s name and authorized phone number to the Bug.  

    The more Customers and Partners that we have assigned to a bug, the more likely it is to be moved up in priority as well.  

    We have come up with a trigger that should work to ensure that the MC020103 table gets updated for invoices from Purchase Order Processing.

    Since the currency information does get populated correctly on the Purchase Order Processing side (POP30300 table), we have created a trigger on the POP30300 table that updates the MC020103 table.

    Listed below are three scripts: the first script will show you the invoices that currently have incorrect exchange rate information; the second script will correct the missing exchange table ID and exchange rate information on the invoices so that you can pay these invoices off; and the third script is the trigger that gets put on the POP30300 table which should correct the issue going forward until a permanent fix is available.

    --select

    select a.RATETPID, a.EXGTBLID, a.XCHGRATE, b.VCHRNMBR, c.POPRCTNM, c.VNDDOCNM from MC020103 a join PM20000 b on a.VCHRNMBR = b.VCHRNMBR join POP30300 c on b.DOCNUMBR = c.VNDDOCNM

    --update all records

    update a

    set a.RATETPID = c.RATETPID, a.EXGTBLID = c.EXGTBLID, a.XCHGRATE = c.XCHGRATE from MC020103 a join PM20000 b on a.VCHRNMBR = b.VCHRNMBR join POP30300 c on b.DOCNUMBR = c.VNDDOCNM Where a.RATETPID = '' and a.EXGTBLID = ''

    --Create Trigger

    Create Trigger PAPOUpdateMC on POP30300

    AFTER INSERT

    AS Update a

    set a.RATETPID = c.RATETPID, a.EXGTBLID = c.EXGTBLID, a.XCHGRATE = c.XCHGRATE from MC020103 a join PM20000 b on

    a.VCHRNMBR = b.VCHRNMBR

    join POP30300 c on

    b.DOCNUMBR = c.VNDDOCNM

    Where a.RATETPID = '' and a.EXGTBLID = ''

    Go

  • Santosh Profile Picture
    Santosh 766 on at
    Re: Missing MC Info in table MC020103

    Do we have solution for this?

    Even I am also observed for invoice transaction. RATETPID and EXGTBLID is missing value in some of the transaction for foriegn currency.

  • Sunbeam De Jesus Profile Picture
    Sunbeam De Jesus 3,930 on at
    Re: Missing MC Info in table MC020103

    PO receiving without invoice matching does not updte AP, i havent check the table yet but I see no problem in enttering MCM transactions  whether match or unmatch invoices. did you encounter errors from GP window in this scenario?

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans