Syntax
This functions checks the connection and login credentials to the SAP server. Internally, ERPL tries to establish a connection to the SAP server, performs a ping, and the SQL statement SELECT 'PONG' as msg
.
The function has the following signature:
PRAGMA sap_rfc_ping;
Example usage
PRAGMA sap_rfc_ping;