LOCAL cBatchModule$="J/C" |
Module code for batch processing |
LOCAL cBatchType$="03" |
Batch type |
LOCAL cMainTable$="JC_JobFieldReportHeader" |
Table maintained by business object |
FUNCTION LockTable(lockstate) | ||||
Logic to check and lock main table | ||||
| ||||
| ||||
FUNCTION RemoveLockTable() | ||||
Closes locked table | ||||
| ||||
FUNCTION SetChildColl() | ||||
Sets child collections | ||||
| ||||
FUNCTION SetDefaults() | ||||
Sets the default values for the fields in a new record | ||||
| ||||
FUNCTION ValidatePercentComplete(value) | ||||
Sets Report Date when Percent Complete is changed | ||||
|