Automation Engine Script Guide > AE JCL for Applications > SAP > R3_GET_VARIANTS

R3_GET_VARIANTS

Lists all available variants in the activation log

Transaction: SA38

Interface: Standard

Syntax

R3_GET_VARIANT[S]

Syntax

Description/Format

REP[ORT]=

Name of the ABAP program
Format: script literal

ERROR=

Procedure for further processing if errors occur (for example, the report is not available, no selection screen, no variants).
Format: script literal

Allowed values: "ABEND" (default value) and "IGNORE"

"ABEND" - Script execution stops, the AE job ends abnormally.
"IGNORE" - Script execution continues, the AE job ends normally.

SEL[ECT_OPTION]=

Variant types that should be selected
Format: script literal

Allowed values: "A" (default value) and "B"

"A" - Variants allowed for background processing and dialog operation.
"B" - Variants exclusively allowed for background processing.

Example

R3_GET_VARIANTS REP='RSPO0041'

 

See also: