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

R3_ACTIVATE_EXT_PROGRAM

Execution of an external program.

Transaction: SM36

Interface: Standard

Syntax

R3_ACTIVATE_EXT_PROGRAM

Syntax

Description/Format

PROGRAM=

Name of the program that should be executed.
Format: script literal

PARAMS=

Parameter for the program.
Format: script literal

Default value: ""

TARGET_S[ERVER]=

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

Control flags

 

STDOUT=

Assumes external output to the job log.
Format: script literal

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

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

STDERR=

Assumes external errors to the job log.
Format: script literal

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

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

TRACE=

Activates a trace.
Format: script literal

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

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

TERM=

Job waits for external termination.
Format: script literal

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

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

Example

R3_ACTIVATE_EXT_PROGRAM PROGRAM='dir',PARAMS='*.*',TARGET_SERVER='NB0053',STDOUT='X',STDERR='X',TERM='X'

 

See also: