Automation Engine Script Guide > AE JCL for Applications > SAP > About SAP BW JCL

About SAP BW JCL

Script Elements

Note: The script element SET_INFOPACKAGE_SELECTION has been renamed in Version 3.0 to BW_SET_INFOPACKAGE_SELECTION. Note that you can still use the old name.

Script Element

Description

BW_ACTIVATE_CHAIN

Starts a process chain, monitors processing and saves the logs in the activation report.

BW_ACTIVATE_INFOPACKAGE

Schedules one or more InfoPackages for immediate start.

BW_GET_CHAINS

Reads process chains from the BW system. Available process chains are saved in the activation report or in a file.

BW_GET_INFOPACKAGES

Reads InfoPackages from the BW system. The available InfoPackages are saved in the activation report or in a file.

BW_RESTART_CHAIN

Continues an interrupted process chain.

BW_SET_CONSTRAINT Sets the criterion for the automatic restart of a process chain's child processes.

BW_SET_INFOPACKAGE_SELECTION

Sets selection parameters that should be used for reading the InfoPackages from the BW system.

 

See also:

About AE JCL for Applications