R3_SWITCH_OPMODE
The R3_SWITCH_OPMODE allows you to switch the operation mode in SAP.
Transaction:
RZ03
Interface: AE
Syntax
R3_SWITCH_OPMODE
NAME=...
,SERVER=...
Parameters
-
R3_SWITCH_OPMODE
Switches the operation mode in SAP -
NAME=
Name of an SAP-defined operation mode.
Format: script literal
Note: Lower-case letters are not converted to upper-case letters. -
SERVER=
Name of an SAP application server or "*" for all SAP application servers. The name of a single SAP application server must be specified in the form Host_SID_SYSNR where Host is the computer name, SID is the SAP system ID, an SYSNR is the SAP Instance number.
Format: script literal
Examples
The following example activates the Night Mode operation mode for all SAP application servers.
R3_SWITCH_OPMODE NAME='Night Mode',SERVER='*'
See also:
seealso