Use WebSocket RFC to establish an RFC connection from an on-premise system to the ABAP environment. WebSocket RFC makes it possible to call RFC function modules of the ABAP environment using the API URL of the cloud system using TLS-encrypted WebSocket connections.
All WebSocket-RFC-connections are TLS-encrypted. WebSocket RFC always uses HTTPS.
- Create a Communication Scenario that defines all RFMs to be called on the server side (inbound scenario). See Communication Scenario for more information.
- Create a Communication Arrangement with a Communication System and a Communication User. See the following for more information:
In the on-premise system, the following parameters must be set in transaction SM59
.
Create a destination of connection type W
:
Technical Settings |
|
|
The API-URL defined in the Communication Arrangement without the https:// prefix |
|
443 |
Logon & Security |
|
|
|
|
|
|
These settings are available with SAP S/4HANA Cloud 1909. For older releases, you need to transform from a CPIC-based RFC to WebSocket RFC via Business Connector. See SAP Business Connector for more information.
Related Information