Project - Importing Financial Information Into The Global Data Warehouse

The Global Data Warehouse provides financial, sales, and customer information at the branch and corporate level.  Many reports could be generated such as: item profitability per market by territory, sales per product class by region, etc..  In our division two different ERP systems were used across the branches - I was the only person familiar with the local ERP, and we were missing data from the local branch.

Some complications:

Challenges:

I worked with both Accounting and the Data Warehouse Team to import the local branch financials, customer information, and sales information into the Data Warehouse.  After rebuilding the local branch financial reports, I referred to the GL codes used in the reports when creating the SQL Functions that massaged the extracted values into the required reporting format.  My function considered the various legal entities set up in the ERP, that the financial year had recently been changed, and that there was legacy / historical data also stored in the ERP.  My scripts considered multiple legal entities, across two ERP Companies, each having different Year Ends and posting months, and different G/L codes used. I developed a replacement Structured G/L that, if implemented in the branch ERP, would eliminate the need to remap G/L entries during import into the GDW and that would standardize GL coding throughout the branches.  My SQL Functions worked as expected, matching the Income, Balance, and Cash Flow reports to within one cent.  I later developed a replacement Structured GL that, if implemented in the local branch ERP, would allow GL entries to be directly translated into the Global Data Warehouse while considering the financial reporting requirements of the local branch - unfortunately this was not realized prior to my leave.

I also developed an SQL Function to extract and condition customer contact information for import into a Global Customer Master database.  Due to ERP field size restrictions, often companies having longer names will have the last part of their name found in the first address field.  My script analyzed these entries, adjusting the customer name and address information as needed to ensure proper presentation to the Global Data Warehouse.

In consultation with the Data Warehouse Team, I also helped diagnose issues relating to the importing of sales information from the local branch ERP database.  I helped solidify their understanding of which fields needed to be imported, how to interpret their contents, and the mathematical steps needed to calculate line and order totals depending on the customer configuration (pricing contracts, selected pricing levels, and discount options).