Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →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.
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 |
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 |
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 |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ARGUMENT_ERROR | Parameter error |
SEND_ERROR | Error in communication to application server |