Class JC_MonthlyOvhdAllocRegister_upd

Properties

LOCAL cJournalFile$="JC_OverheadAllocRegisterWrk"  

Work file name for Journal

LOCAL cBatchFlag$  
Batch flag for P/L from SY_PDFConverter
LOCAL cBatchNo$  
Batch number to update
LOCAL cCarriageReturn$=$0A$  
Carriage return
LOCAL cSourceJournal$="OA"  
Source journal for register/update
LOCAL cDailyPostingWorkFile$="JC_DailyPostingWork"  
Name of J/C Daily Posting Work table
LOCAL cPrintFullComment$  
Flag to print full comments on register
PROPERTY ReportCaption$="Monthly Overhead Allocation Register"  
Title of report
PROPERTY ErrorLog  
Object handler for SY_JournalErrorLog

Methods

FUNCTION GetSourceTables$(table$)  

Gets source tables for custom office

ParameterDescription
table$ [input, string] table name used to print report
Returns [string] a SEP separated string of source tables

Properties inherited from: SY_Update

cGroup$, cDeferredAuditRegister$, CurrentPeriod$, PeriodEndingDate$, PeriodStartingDate$, Restart

Methods inherited from: CI_CostCodeFormatter

FormatCostCode()

Methods inherited from: SY_Update

GetCurrentRegister$(), PrintErrorLog(), ProcessReport(), SetPostingDate(), SetPrintComment(), Update(), PERFORM ClearDailyPostingWorkFile(), PERFORM ClearDrillDownWorkFile(), PERFORM ClearWorkFiles(), GetNextRegisterNo(), PERFORM PostTableReadSY_Update(), PERFORM PreNextRecordSY_Update(), PERFORM PreTableWriteSY_Update(), PERFORM SaveUnusedRegisterNo(), UpdateCleanup(), UpdateGLDailyPostingFile(), UpdateInit(), UpdateMain(), UpdateTempGLDaily(), WriteGLSummaryDrillDown(), WriteTempGLDrillDown()