Hi all
In this article, I am posting a SQL script which generates the multicurrency period balances at transaction dimension code level. The standard GP’s multicurrency summary table MC00201 provides period balances at GL Account level.
The result of this… Continue reading
Hi all
In this article, I am posting a SQL script which generates the functional period balances at transaction dimension code level. The standard GP’s summary tables GL10110 (Open Year) and GL10111 (Historical Year) provides period balances at GL Account… Continue reading
Hi all
Today I decided to post a simple SQL code to fetch GL Transaction Details along with dimension codes from the Analytical Accounting module.
SELECT A.aaGLHdrID, A.JRNENTRY, A.RCTRXSEQ, A.… Continue reading
Hi all
Recently, I was working on the year end for one of our clients and landed up in the error shown below during the YEC process for the General Ledger.
Based on the error message, I believed it was… Continue reading
Hi all
Having used Analytical Accounting for quite some time now, I have come across various issues in Analytical Accounting module, which has caused serious data discrepancy between the General Ledger tables and the Analytical Accounting tables.
So I had… Continue reading
Hi all
I had posted an article sometime back titled Macro to provide access to Transaction Dimension Codes to Users where I had provided a SQL script to create a macro code to provide access to all users to all… Continue reading
Hi all
Sorry for not posting for quite some time… Has been a hectic month and a half for me…
But I have now come back and I have decided to post an interesting issue that we have faced in… Continue reading