Parameters
icAllocationBatchCode | input | character | |
iiFromAllocationBatchLineSeq | input | integer | |
iiSourcePeriodYear | input | integer | |
iiSourcePeriodPeriod | input | integer | |
iiTargetPeriodYear | input | integer | |
iiTargetPeriodPeriod | input | integer | |
itPostingDate | input | date | Input parameter: posting date to be used. |
t_sProposedAllocationsRef | input-output | temp-table | |
olIsLockedByDaemon | output | logical | |
oiCountOfGroupsTotal | output | integer | |
oiCountOfGroupsToBeProcessed | output | integer | |
oiCountOfGroupsProcessed | output | integer | |
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
unused
program code (program3/ballocationbatchexecute.p)
/* split due to transactional activity */
<I-2 {bFcStartAndOpenInstance
&ADD-TO-TRANSACTION = "false"
&CLASS = "BAllocationBatch"}>
<M-1 run GetProposedAllocations
(input icAllocationBatchCode (icAllocationBatchCode),
input iiFromAllocationBatchLineSeq (iiFromAllocationBatchLineSeq),
input iiSourcePeriodYear (iiSourcePeriodYear),
input iiSourcePeriodPeriod (iiSourcePeriodPeriod),
input itPostingDate (itPostingDate),
input-output t_sProposedAllocationsRef (t_sProposedAllocations),
output olIsLockedByDaemon (olIsLockedByDaemon),
output oiCountOfGroupsTotal (oiCountOfGroupsTotal),
output oiCountOfGroupsToBeProcessed (oiCountOfGroupsToBeProcessed),
output oiCountOfGroupsProcessed (oiCountOfGroupsProcessed),
output viFcReturnSuper (oiReturnStatus)) in BAllocationBatch>
assign oiReturnStatus = viFcReturnSuper.
<I-3 {bFcCloseAndStopInstance
&CLASS = "BAllocationBatch"}>