Shows the content of a variant
Transaction: SA38
Interface: AE and Standard (XBP 2.0)
R3_GET_VARIANT_C[ONTENTS]
REPORT=...
,VARIANT=...
[,SELNAME=...]
[,KIND=...]
[,LOW=...]
[,HIGH=...]
[,SIGN=...]
[,OPTION=...]
[,ERROR=...]
| Syntax | Description/Format | 
|---|---|
| REP[ORT]= | Name of the report | 
| VAR[IANT]= | Name of the variant | 
| SELN[AME]= | Name of the parameter | 
| KIND= | Type of selection           Possible values: "S" and "P" (default) "S" - selection criterion | 
| LOW= | Parameter value (LOW) | 
| HIGH= | Parameter value (HIGH) | 
| SIGN= | Identifier (Include/Exclude) Allowed values: "I" (Default) and "E" "I" - Include | 
| OPTION= | Option how it should be selected "EQ" - equal (default) | 
| ERROR= | Handling if variant or content are not available Allowed values: "ABEND" (default) and "IGNORE" "ABEND" - script execution does not continue, the AE job ends abnormally. | 
The variant's entire content is output line by line. The job is not canceled if the variant is not available.
R3_GET_VARIANT_C REP='RSPO0041',VAR='STANDARD',ERROR='IGNORE'
All entries of the tables VARI_VALUES and VALUETAB with the column SELNAME containing the value 'MIN_ALT' are listed. The job is canceled if 'MIN_ALT' or the variant are not available.
R3_GET_VARIANT_C REP='RSPO0041',VAR='STANDARD',SELNAME='MIN_ALT',ERROR='ABEND'
All entries of the tables VARI_VALUES and VALUETAB with columns containing SELNAME=MIN_ALT, KIND=P and LOW=10 are output. The job is canceled if there is no hit.
R3_GET_VARIANT_C REP='RSPO0041',VAR='STANDARD',SELNAME='MIN_ALT',KIND='P',LOW='10',ERROR='ABEND'
See also: