You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- description --> Call a remote function module located in an on-premise system, such as a SAP S/4HANA System, from the ABAP Environment
15
15
16
-
16
+
17
+
## Prerequisites
18
+
19
+
- You have set up SAP Business Technology Platform (BTP), ABAP Environment, for example by using the relevant booster: [Using a Booster to Automate the Setup of the ABAP Environment](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/cd7e7e6108c24b5384b7d218c74e80b9.html)
20
+
-**Tutorial**: [Set Up SAP BTP, ABAP Environment and create Your First Console Application](abap-environment-trial-onboarding), for a licensed user, steps 1-2
21
+
- You have a user in an ABAP on-premise system. Examples of such on-premise systems include:
- You have connected **SAP Cloud Connector**, to your BTP subaccount
25
+
- You have assigned the business catalog **``**SAP_CORE_BC_COM** in a business role assigned to your user, e.g. **`SAP_BR_ADMINISTRATOR (Administrator)`**; you will need it to create communication artifacts
26
+
- You may need to define the relevant homepage structure that should be exposed to the launchpad. In Manage Launchpad Settings, set the relevant value for EXPOSURE_HOMEPAGE_STRUCTURE. See Manage Launchpad Settings
27
+
28
+
17
29
## You will learn
18
30
19
31
- How to create a secure RFC connection between your SAP BTP, ABAP Environment and an on-premise SAP System, e.g. SAP S/4HANA
@@ -27,6 +39,10 @@ Throughout this tutorial, replace `###` or `000` with your initials or group num
27
39
28
40
---
29
41
42
+
## Introduction
43
+
44
+
To learn more about this scenario, see the tutorial: [Get Data from a Remote System Using a Remote Function Call (RFC): Scenario](/abap-env-rfc-scenario)
Copy file name to clipboardExpand all lines: tutorials/abap-environment-a4c-create-custom-entity/abap-environment-a4c-create-custom-entity.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,10 @@ author_name: Julie Plummer
8
8
author_profile: https://github.com/julieplummer20
9
9
---
10
10
11
-
# Implement a Custom Entity and Query Implementation Class
11
+
# Implement a Custom Entity and API Execution (Query Implementation) Class
12
12
13
13
<!-- description --> In the SAP Business Technology Platform, ABAP Environment, implement a CDS custom entity and query implementation class; then display the output in a Fiori Elements preview
14
14
15
-
<!-- Title: "API Execution Class" vs "Query Implementation Class" -->
0 commit comments