Skip to content

Connect to Your On-Premise System from SAP BTP, ABAP Environment Using RFC #2582

Closed
@userujala

Description

@userujala

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions