Closed
Description
Tutorials: https://developers.sap.com/tutorials/abap-env-rfc.html
Write here how you think we can improve the tutorial ...
On Step no 10: Create variables in interface
The interface name: "IF_TYPES_FOR_SYSTEM_INFO" is an SAP standard interface, which throws an error during the creation in the custom ABAP Package as it can't be created. Adding the name as "ZIF_TYPES_FOR_SYSTEM_INFO" will work.
So the steps needs to be updated to avoid any confusion.
On step 16: Check your code
the
comm_system_id = 'Z_OUTBOUND_RFC_CSYS' " Communication system
this needs to be updated to
comm_system_id = 'Z_OUTBOUND_RFC_CSYS_###' " Communication system