LOCAL cBatchModule$="J/C" Module code for batch processing |
LOCAL cBatchTotalVars$="ExtendedCostAmt"+SEP+"BillAmt"+SEP+"ReceiptAmt"+SEP+"RetentionAmt" Batch total variables |
LOCAL cBatchType$="01" Batch type |
LOCAL cMainTable$="JC_JobPostingHeader" Table maintained by business object |
LOCAL cIsSysDB=isFALSE System file identifier |
LOCAL cRestartFile$="JC_JobPostingRestart" Posting register restart file name |
PROPERTY PostWIPToGL$ * Read Only * J/C option value for post wip to G/L |
PROPERTY PostToGLForDirectCostTrans$ * Read Only * J/C option value for post to G/L for direct cost transactions |
PROPERTY PostToGLforBillCshRcp$ * Read Only * J/C option value for post to G/L for bill and cash receipt transactions |
FUNCTION GetNextEntryNo(refNo$) Logic to get next available entry number | ||||
| ||||
| ||||
FUNCTION Write() Writes record | ||||
|
ClassOverrideAccount(), ClassValidateAccount(), ResetAccountIndex() |
SetChildColl() |