Automation Engine Script Guide > AE JCL for Applications > SAP > R3_SWITCH_OPMODE

R3_SWITCH_OPMODE

Switches the operation mode in SAP

Transaction: RZ03

Interface: AE

Syntax

R3_SWITCH_OPMODE 

Syntax

Description/Format

NAME= 

Name of an SAP-defined operation mode
Format: script literal

Lower-case letters are not converted to upper-case letters.

SERVER= 

Name of an SAP application server or "*" for all SAP application servers
Format: script literal

The name of a single SAP application server must be specified in the form Host_SID_SYSNR:
Host
- Computer name
SID
- SAP system ID
SYSNR
- SAP Instance number

Examples

The operation mode "Night Mode" is activated for all SAP application servers.

R3_SWITCH_OPMODE NAME='Night Mode',SERVER='*'

 

See also: