Skip to content

Commit

Permalink
Update docs-java/features/bapi-and-rfc/overview.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtang1985 authored Nov 10, 2023
1 parent 6ecfa2e commit 0d4163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-java/features/bapi-and-rfc/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import TabItem from '@theme/TabItem';
These modules will be kept for version 5 as well, but will be removed in the future.
Please consider searching for an OData based service (e.g., via SAP Business Accelerator Hub) as possible replacement, and SDK offers OData type safe clients (both OData v2 and v4).
If you have to use `JCo` or `RFC`, here is the [documentation](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/invoking-abap-function-modules-via-rfc) about how to consume ABAP functions via RFC, using JCo.
For other programing languages like Node.js and Python, check the blog posts about [SAP/node-rfc](https://blogs.sap.com/2023/10/26/abap-rfc-connectivity-from-btp-node.js-buildpack/) and [SAP/PyRFC](https://blogs.sap.com/2023/10/30/abap-rfc-connectivity-from-btp-python-buildpack/).
For other programing languages like JavaScript and Python, check the blog posts about [SAP/node-rfc](https://blogs.sap.com/2023/10/26/abap-rfc-connectivity-from-btp-node.js-buildpack/) and [SAP/PyRFC](https://blogs.sap.com/2023/10/30/abap-rfc-connectivity-from-btp-python-buildpack/).
:::

## What Is A BAPI? What Is An RFC Module?
Expand Down

0 comments on commit 0d4163e

Please sign in to comment.