Enable Transactions for usage in Jobs

In order to prepare transactions for usage in jobs, the followings steps need to be taken.

If the transaction has to be controlled via Commandline Switches, the respective logic has to be implemented in the INIT of the transaction. This logic reads out the switches and transfers the values to the relevant data fields.

The transaction 'Count of entered Transactions' (CORPOS) can, for example, be considered as an example solution for a transaction where RPTBUT is used. Multiple date fields as well as a GET are implemented in that transaction.

To automatically launch a transaction in case of job operation the rule “IsAutostartRequested” should be used to determine that.

“ ”

Details on JOBMOD

The module JOBMOD, which is used to launch jobs, uses command line switches to pass information to the target transaction to be used therein