Defines a selection criterion
Transaction: SA38
Interface: Standard (XBP 3.0)
R3_SET_SELECT_OPTION
,SELNAME=...
,KIND=...
,LOW=...
[,HIGH=...]
[,SIGN=...]
[,OPTION=...]
Syntax |
Description/Format |
---|---|
SELNAME= |
Name of the select option or the parameter |
KIND= |
Type of selection Possible values: "S" and "P" "S" - selection criterion |
LOW= |
Parameter value (LOW) |
HIGH= | Parameter value (HIGH) Format: script literal |
SIGN= |
Identifier (Include/Exclude) Allowed values: "I" (default) and "E" "I" = Include |
OPTION= |
Option used for selection "EQ" - equal (default) |
This script element defines an individual selection criterion. Call it several times in succession to determine several selection criteria. These are collected and assigned to the next R3_ACTIVATE_REPORT or R3_CREATE_VARIANT call.
Note that using several R3_ACTIVATE_REPORT or R3_CREATE_VARIANT calls in the SAP jobAn Automation Engine object type for a process that runs on a target system.'s script requires that the selection criteria are set individually for each call. They are not stored for subsequent functionPre-defined run book template in the Automation Engine. One single step only, e.g. Start Windows Service, Copy file,… calls.
The example shown below defines the value "17" for the parameter "MIN_AGE". The selection criterion is then used for the creation of a variant.
R3_SET_SELECT_OPTION SELNAME='MIN_AGE',KIND='P',LOW='17',SIGN='I'
R3_CREATE_VARIANT REP=REPORT01,VAR=NEW,TEXT='New variant'
See also:
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |