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

R3_ACTIVATE_EXT_COMMAND

Execution of an external command

Transaction: SM36

Interface: Standard

Syntax

R3_ACTIVATE_EXT_COMMAND

Syntax

Description/Format

COMMAND=

Name of the external command
Format: script literal

OPSYSTEM=

Host system in which the command should be executed
Format: script literal

PARAMS=

Parameter for the external command
Format: script literal

Default value: " "

TARGET_S[ERVER]=

Name of the computer on which the command should be executed
Format: script literal

Control flags

 

STDOUT=

Log external output to job log
Format: script literal

Allowed values: "" (default value) and "X"

""  - No control flag
"X" - External output is assumed to the job log

STDERR=

Log external errors in job log
Format: script literal

Allowed values: "" (default value) and "X"

""  - No control flag
"X" - External errors are assumed to the job log

TRACE=

Activate trace
Format: script literal

Allowed values: "" (default value) and "X"

""  - No control flag
"X" - Trace will be activated

TERM=

Job waiting for ext. termination
Format: script literal

Allowed values: "" (default value) and "X"

""  - No control flag
"X" - Job is waiting for external termination

Example

R3_ACTIVATE_EXT_COMMAND COMMAND='NET_ROUTING',OPSYSTEM='Windows NT',TARGET_SERVER='NB0053',STDOUT='X',STDERR='X',TERM='X'

 

See also: