R3_GET_VARIANTS
            Lists all available variants in the activation log
Transaction: SA38
Interface: Standard
Syntax
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.  | 
                
Example
R3_GET_VARIANTS REP='RSPO0041'
See also: