Menu

SAP Function Module RZL_START_PROGRAM_REMOTE

Start external program on the host of a remote application server

The Function Module RZL_START_PROGRAM_REMOTE (Start external program on the host of a remote application server) is a standard Function Module in SAP ERP and is part of the function group SAL3 within the package SRZL.

Technical Information

Function Module RZL_START_PROGRAM_REMOTE
Short Text Start external program on the host of a remote application server
Function Group SAL3
Package SRZL
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CMD LIKE Command for 'System ()'
DISPLAY LIKE SPACE Display variable for xterm-Window
EXE_DIRECTORY LIKE SPACE Directory of CMD or &REMOTE for SAP-Exe-Dir
LOC_OPSYS LIKE SPACE Operating system type of the local server
OPEN_XTERM LIKE SPACE x. --> program is to be carried out in Xterm
PROFILE LIKE SPACE Profile parameter for CMD or &REMOTE
REMOTE_OPSYS LIKE SPACE Operating system type of the remote server
SRVNAME LIKE SPACE Application server name
TO_DISPATCHER LIKE SPACE 1 --> Starting CMD from the dispatcher

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ERRNO LIKE SY-SUBRC ADM message error status

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ARGUMENT_ERROR Parameter error
SEND_ERROR Error in communication to application server