Lists all available variants in the activation log
Transaction: SA38
Interface: Standard
R3_GET_VARIANT[S]
REPORT=...
[,ERROR=...]
[,SELECT_OPTION=...]
Syntax |
Description/Format |
---|---|
REP[ORT]= |
Name of the ABAP program |
ERROR= |
Procedure for further processing if errors occur (for example, the
report is not available, no selection screen, no variants). Allowed values: "ABEND" (default value) and "IGNORE" "ABEND" - Script execution stops, the AE job ends abnormally. |
SEL[ECT_OPTION]= |
Variant types that should be selected Allowed values: "A" (default value) and "B" "A" - Variants allowed for background processing and dialog operation. |
R3_GET_VARIANTS REP='RSPO0041'
See also: