Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
userujala opened this issue Jan 4, 2025 · 1 comment
Closed
Assignees

Comments

@userujala
Copy link

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

@julieplummer20
Copy link
Contributor

Hi,
Many thanks for this feedback. I have incorporated it in the tutorial; it should be available within 24 hours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants