R3_SWITCH_OPMODE
Use R3_SWITCH_OPMODE to switch the operation mode in SAP.
Transaction: RZ03. Interface: AE
Syntax
R3_SWITCH_OPMODE NAME=...,SERVER=...
Parameters
| Parameter | Description | Format |
|---|---|---|
| NAME= | Name of an SAP-defined operation mode. Note: Lower-case letters are not converted to upper-case letters. |
script literal |
| SERVER= | Name of an SAP application server, or * for all SAP application servers. Specify a single server in the form Host_SID_SYSNR, where Host is the computer name, SID is the SAP system ID, and SYSNR is the SAP instance number. | 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: