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
Copy file name to clipboardExpand all lines: tutorials/abap-environment-a4c-inbound-communication/abap-environment-a4c-inbound-communication.md
+10-35Lines changed: 10 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,14 @@ author_name: Julie Plummer
8
8
author_profile: https://github.com/julieplummer20
9
9
---
10
10
11
-
# Enable connection from a remote instance of SAP BTP, ABAP Environment
12
-
<!-- description --> Enable another system, such as STP, to securely access data by creating: an inbound communication scenario, arrangement, system, and user in the provisioning system of SAP BTP, ABAP Environment; and by providing a service metadata file
11
+
# Publish an OData service for remote consumption as an API
12
+
<!-- description --> Enable another system, such as STP, to securely access data by creating: an inbound communication scenario, arrangement, system, and user in the provisioning system of SAP BTP, ABAP Environment; and by providing a service metadata file
13
13
14
14
15
+
## Prerequisites
16
+
17
+
- You have created an OData service, e.g. by completing the tutorial group: [Build an SAP Fiori elements App Using the ABAP RESTful Application Programming Model (RAP) [RAP100]](/group.abap-build-fiori-element-rap.html)
18
+
15
19
16
20
## You will learn
17
21
@@ -49,39 +53,6 @@ You start in your **provisioning** system by creating the ABAP artifacts in ABAP
49
53
2. Add it to **Favorite Packages**.
50
54
51
55
52
-
### Create OData service endpoint (service binding)
53
-
54
-
First, you need to expose your service definition (based on your service projection, e.g. **`Z_C_TRAVEL_U_SIMPLE_###`**) as an endpoint so that the **consuming system** can access it. To do this, create a service binding of type **Web API**, OData version 2. (The type **UI** is not suitable for creating the other objects you will derive from it later.)
55
-
56
-
When naming, remember to comply with the [Naming Conventions for RAP Business Objects](https://help.sap.com/docs/SAP_S4HANA_CLOUD/e5522a8a7b174979913c99268bc03f1a/8b8f9d8f3cb948b2841d6045a255e503.html?q=naming%20convention&version=2302.500).
57
-
58
-
1. Create a new **Service Binding** from the service definition by selecting it and choosing **New Service Binding** from the context menu.
0 commit comments