Variant Management
You can create and save predefined sets of input values in the ABAP Editor for any selection screen. These are called variants. They make processing in SAP easy as jobs can be run with these sets of input values. The AE system provides various functions that you can use to read, copy, modify, delete, or list variants
Important! To eliminate possible sources of errors, check and set variants just before processing an ABAP program.
AE JCL for SAP
- R3_ACTIVATE_REPORT
Executes a report with a specified variant
- R3_COPY_VARIANT
Copies a report variant
- R3_CREATE_VARIANT
Creates a new variant
- R3_DELETE_VARIANT
Deletes a report variant
- R3_GET_VARIANT_CONTENTS
Shows the content of a variant
- R3_GET_VARIANTS
Lists all available variants in the activation log
- R3_MODIFY_VARIANT
Modifies a variant entry
The BC-XBP 3.0 Scheduling Interface allows you to pass on parameters to ABAP programs without creating or maintaining static variants. For more information, see R3_SET_SELECT_OPTION .
See also: