sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
693 stars 766 forks source link

Call a Remote Function Module From SAP Business Technology Platform (BTP), ABAP Environment #18908

Open gregorwolf opened 1 year ago

gregorwolf commented 1 year ago

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

STEP 15 Add error handling to the class for the RFC connection

The variable msg isn't defined. I've added:

        DATA msg TYPE c LENGTH 200.

To fix this problem. I would also suggest to move this step before "STEP 13 Test the class" as it will avoid raising a dump if the configuration wasn't correct or the Cloud Connector is not connected.

julieplummer20 commented 1 year ago

Hi Gregor, Many thanks. I'll implement this at once. Best wishes, Julie.