The Function Module IWB_SHE_RFCDESTINATION_CHECK (Prüfen einer RFC Destination auf Definition und Ping) is a standard Function Module in SAP ERP and is part of the function group SI25 within the package SIWB.
Function Module | IWB_SHE_RFCDESTINATION_CHECK |
Short Text | Prüfen einer RFC Destination auf Definition und Ping |
Function Group | SI25 |
Package | SIWB |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RFCDESTINATION | TYPE | STRING | logische Destination (Wird bei Funktionsaufruf angegeben) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MSGV1 | TYPE | SY-MSGV1 | erster Teil einer eventuellen Fehlermeldung | |
MSGV2 | TYPE | SY-MSGV2 | zweiter Teil einer eventuellen Fehlermeldung | |
RFC_DEST | TYPE | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | |
RFC_SUBRC | TYPE | SY-SUBRC | Returncode: 0-OK,1-No Dest,2-SysErr,3-CommErr | |
RFC_SYSID | TYPE | SY-SYSID | R/3-System, Name des R/3-Systems | |
RFC_USER | TYPE | RFCUSER | Explizite User-ID |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.