Skip to content

Commit 6d5b7ea

Browse files
Merge pull request #2618 from julieplummer20:main - Change title
Main
2 parents d236d55 + c367ecd commit 6d5b7ea

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

tutorials/abap-env-rfc/abap-env-rfc.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,19 @@ author_profile: https://github.com/julieplummer20
1313

1414
<!-- description --> Call a remote function module located in an on-premise system, such as a SAP S/4HANA System, from the ABAP Environment
1515

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:
22+
- [ABAP Cloud Developer Trial 2023](https://community.sap.com/t5/technology-blog-posts-by-sap/abap-cloud-developer-trial-2023-available-now/ba-p/14057183) or:
23+
- [SAP S/4HANA 1809 fully activated appliance](https://blogs.sap.com/2018/12/12/sap-s4hana-fully-activated-appliance-create-your-sap-s4hana-1809-system-in-a-fraction-of-the-usual-setup-time/)
24+
- 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+
1729
## You will learn
1830

1931
- 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
2739
2840
---
2941

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)
45+
3046

3147
### Check SAP Cloud Connector Configuration
3248

tutorials/abap-environment-a4c-create-custom-entity/abap-environment-a4c-create-custom-entity.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ author_name: Julie Plummer
88
author_profile: https://github.com/julieplummer20
99
---
1010

11-
# Implement a Custom Entity and Query Implementation Class
11+
# Implement a Custom Entity and API Execution (Query Implementation) Class
1212

1313
<!-- 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
1414

15-
<!-- Title: "API Execution Class" vs "Query Implementation Class" -->
1615

1716
## Prerequisites
1817

0 commit comments

Comments
 (0)