sap-tutorials / abap-core-development

Tutorials to support various abap products and functions.
Creative Commons Attribution 4.0 International
18 stars 18 forks source link

Call a Remote Function Module (RFC): Test the Connection to the Remote System #18

Closed flopezmm closed 1 year ago

flopezmm commented 1 year ago

Tutorials: https://developers.sap.com/tutorials/abap-environment-test-rfc.html

Step 4 in this tutorial does not use ' ' for the values to create by communication arrangement. It might be misleading.

In addition, this is the first mission in the tutorial, so it makes the assumption the developer already knows how to setup the communication to an on-premise system.

The following tutorial here is much better explained and runs without issues. It could be referenced to this one as prerequisite.

julieplummer20 commented 1 year ago

Hi, This is NOT the first mission in the tutorial. The prerequisites include the following: "- IMPORTANT: This tutorial is part of the mission Connect Your On-Premise System with SAP BTP, ABAP Environment. Please work through the previous tutorials in the mission first; otherwise this tutorial may not work" That is, it references the mission you cited. I corrected the typo in step 4, thanks. Best wishes, Julie Plummer.