What does ZTABCHANGE do and should stored procedure ZREFCNVRATES run on a job?

Recently I ran into an issue where the our newly created fiscal year was not showing up in the GL Transaction Detail with Year-End Simulation. After some digging it was determined that the GL Transaction Detail with Year-End Simulation process had the selection filter "ZTABCHANGE.CHGTYP_0 = 1". It turned out, manually running the stored procedure SEI_LIVE.ZREFCNVRATES needed to be run to populate ZTABCHANGE with the necessary dates. After running the SP, fiscal year 17 appeared.

My question is, should this stored procedure be running on its own? Is there a job or scheduler failing somewhere?

  • 0
    Hi Jonathan,

    Thank you for your question. Yes, you should have one SQL Server Agent job for each custom schema created during the template
    import as noted in section 2.4.1 Setup on SQL Server of the Data Source and Template Configuration.

    Note: This answer assumed you use SQL and references the PDF from SEI 7.2

    If this answers your question, please mark you question as answered.

    Cheers,