R3_GET_VARIANTS
Use the R3_GET_VARIANTS script element to list all the available variants in the activation log.
Transaction: SA38
Interface: Standard
Syntax
R3_GET_VARIANT[S]
REPORT=...
[,ERROR=...]
[,SELECT_OPTION=...]
Parameters
-
R3_GET_VARIANT[S]
Lists all available variants in the activation log - REP[ORT]=
Name of the ABAP program
Format: script literal - ERROR=
(Optional) Procedure for the further processing if errors occur . For example, the report is not available, or there is no selection screen, no variants
Format: script literal
Allowed values:- ABEND (default)
Script execution stops, the AE job ends abnormally - IGNORE
Script execution continues, the AE job ends normally
- ABEND (default)
- SEL[ECT_OPTION]=
(Optional) Variant types that should be selected
Format: script literal
Allowed values:- A (default)
Variants are allowed for background processing and dialog operation - B
Variants are only allowed for background processing
- A (default)
Example
R3_GET_VARIANTS REP='RSPO0041'
See also:
seealso