Variant Management
Variants facilitate processing in SAP as jobs can be processed with ready-set input values. Automic supports the use of variants by offering various functions for reading, copying or modifying variants. Deleting and listing them are also possible.
It is important that variants are checked and set just before an ABAP program is processed in order to exclude error sources.
AE JCL for SAP
Script Element |
Description |
---|---|
Executes a report with a specified variant |
|
Copies a report variant |
|
Creates a new variant |
|
Deletes a report variant |
|
Shows the content of a variant |
|
Lists all available variants in the activation log |
|
Modifies a variant entry |
With BC-XBP 3.0 Scheduling Interface, it is possible to pass parameters to ABAP programs without having to create/maintain static variants. For more information, see R3_SET_SELECT_OPTION.