Purpose This program executes amortization in n parallel processes. Selection You can define the number of parallel processes. You can also executeall of them on the same application server if you wish. Output The program does not create a log. The parallel processes write to theapplication log. Activities Program RJKAMORTIZE_MASTER performs the following steps: Data retrieval for all the deliveries and orders to be amortized Packaging by forming order intervals of the same length Start individual amortization processes using RJKAMORTIZE_SLAVE asparallel batch processes with the following tasks: Data transfer via memory; the individual processes do not perform dataretrieval themselves Execute amortization for the specified order interval Order-delivery assignments are marked as amortized if they wereamortized successfully or if they are not relevant for amortization,for example in the case of a free item (JVTLFZUO-XAMORTN_FIN) Create application log Monitoring of parallel batch processes and locking liability accounts Final tasks after completion of all parallel batch processes: Deliveries are marked as amortized if amortization was possible for atleast one order for the delivery (JVTLFNG-XAMORTN_START) Deliveries are marked as fully amortized if amortization was possiblefor all orders for the delivery (JVTLFNG-XAMORTN_FIN) |