GL Budget Import Guide

From Adjutant Wiki

Revision as of 10:38, 1 November 2018 by Freddy (talk | contribs)

General Import Template File Notes

  • Template files are typically generated from their respective Import screen using an 'Export Template' button.
  • Using the 'Export Template' button from an updated system will help ensure that you are using the most up-to-date import file, and will help avoid errors.
  • Templates generally (but not in all cases) contain 3 rows of header information.
    • The first row is generally labelled with f1 through f## and is used to give a consistent column id to each data column. Do not remove this row unless instructed.
    • The second row is labelled with the column data/field name. The values in this row are used for the file mapping screen. Editing these values is generally not needed and may make the field mapping process difficult.
    • The third row (if present) is labelled either with the same values from row 2, or with more detailed field descriptions. The third row is available to create a customer-friendly name for the associated data column.
      • The third row should be removed from the source file prior to importing. It will cause errors since it will be treated as the first import record on the file.
  • Import files MUST always be saved as 'Microsoft Excel 5.0/95 Workbook (*.xls)' format until further notice. The import screens will generate errors if the file type is not correct.
  • It is a good idea to perform a Mapping Table Import using a current source list before beginning on any imports. Without a current mapping table, the quality of imports can be compromised. The Mapping Table Import only needs to be run once on a newly set up Adjutant system. It does not need to be run before each import.
    • Export a current list from the Mapping Table Import screen from an updated system (or contact your Implementation Consultant for an updated file).
    • Perform a Mapping Table Import on the target system with the XLS file from the step above.


GL Budget Import Notes

Timing and Preparation

The GL Budget Import can be requested at any time after the GL chart of accounts has been established and the CID Maintenance Fiscal Calendars have been completed.


General Notes

The GL Budget Export screen can be used to create an import template with the GL account and GL description column details already completed.

The GL Budget Import can build the current year budget and future year budgets as long as the corresponding year's fiscal calendar is set up.

The imported budget details display in the Budgets tab of the GL Account screen. After importing budget details, the GL Accounts screen must be closed and reopened before the new budget details will display.


GL Budget Import File Data Scrubbing

Budget Name - Make sure the budget name (bname) column is filled out for all detail lines. If the budget name value is blank, or does not match for all entries, it may create unexpected records.

Fiscal Year - Make sure the fiscal year (fisyear) column is filled out with the correct year (YYYY) for all detail lines. If the fiscal year value is blank, the budget period details will not build correctly, and the data will be unusable.


GL Budget Export Screen (GLBUDGETEXP)

Menu Location: Transaction>>Importers/Exporters>>Accounting>>GL Budget Export

GLBUDGETEXP.png


Starting GL Account: Enter a starting GL account to filter the export file by a GL account range.

Ending GL Account: Enter an ending GL account to filter the export file by a GL account range.

Mask to Export: Enter the GL account segment values in the correct space to export all accounts that match the entered segment value.

Budget: Select the existing budget details to export. If 'BLANK' is selected, an export of the selected GL accounts without any budget name, period, or details will be created.

Export: Generates an export file with the selected GL accounts, selected budget name, and budget details filled out. This file can be edited and used as an import file without changing any of the file layout details.


GL Budget Import Screen (IMPORTBUDGET)

Menu Location: Transaction>>Importers/Exporters>>Accounting>>GL Budget Import

IMPORTBUDGET.png


File Name/Browse: Use the Browse button to locate and select the completed GL Budget import template file (in XLS format)

Export Template: Generates a blank GL Budget Import template file. The GL Budget Export screen is prefered over this method, since the GL Budget Export screen can create a nearly ready-to-go template.

Map Fields: Fields must be mapped prior to importing. If no changes have been made to the column headings, the mapping screen should show all green, and you can click OK to continue. If any of the Input Field Name columns on the left are red, single-click on the line on the left column, and then double-click the desired mapped field in the right column to complete the mapping. Repeat for any red lines on the left that should be mapped. If there are additional columns in the source file that should NOT be mapped, they can be left unmapped (displayed in red). Mandatory fields will require that they be mapped before clicking OK.


GL Budget Import File Definitions

Required fields are indicated with *

*f1 - GLACCT - GL account number

f2 - GLDESC - GL account description. This column is not required for import. It is automatically filled in when using the GL Budget Export, and the description can be helpful for identifying accounts.

*f3 - BNAME - Budget name (up to 30 characters alphanumeric). If the budget name matches an existing budget name (and year), the import will update the existing budget records.

*f4 - FISYEAR - Fiscal year for the budget details (YYYY)

f5 - f19 - PERIOD### - Budget dollar amount for the corresponding fiscal period. The fiscal periods 1 through 15 correspond to the sequence of fiscal periods defined in the CID Maintenance Fiscal Calendar screen, and will match the 'YearPrd' entries displayed in the GL Balances tab.

f20 - f34 - SPERIOD### - Budget statistical amount for the corresponding fiscal period. The statistical fiscal periods 1 through 15 correspond to the sequence of fiscal periods defined in the CID Maintenance Fiscal Calendar screen, and will match the 'YearPrd' entries displayed in the GL Balances tab.



GL Budget Import Reconciliation

Use the GL Budget Export screen to export and review the budget details.

If changes are needed, the import can be processed again with the same budget name and year. If a match is found, any budget amounts will be updated/replaced by the new import.


GL Budget Import Additional Steps

There are no additional steps required.


GL Budget Import Database Tables

Importing GL Budget records can affect the following databases:

GLBUDGETH - Each import creates a unique KEYNO tied to the imported FISYEAR and BNAME. This record contains the header information only.

GLBUDGETD - Each imported GLACNT/FISPERIOD detail is tied to the KEYNOH value of the imported budget name from the GLBUDGETH table.