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-business-partner-basic-auth/abap-environment-business-partner-basic-auth.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ Create a communication user in SAP S/4HANA Cloud, public edition. This technical
46
46
47
47

48
48
49
+
7. Choose button **Create**
50
+
49
51
### Create a Communication System in SAP S/4HANA Cloud, public edition
50
52
51
53
Create a communication system in SAP S/4HANA Cloud, public edition. This is used to model the external communication partner and to specify the authentication methods and users which are allowed.
Copy file name to clipboardExpand all lines: tutorials/abap-environment-business-partner-outbound-call/abap-environment-business-partner-outbound-call.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Create your own ABAP development package, which will serve as the basis for the
33
33
34
34
2. Right click the main package `ZLOCAL` and choose **New > ABAP Package**.
35
35
36
-
3. Create your own ABAP development package as a sub package of `ZLOCAL` using Software Component `ZLOCAL`. Create a new Transport Request for this purpose.
36
+
3. Create your own ABAP development package as a sub package of `ZLOCAL` using Software Component `ZLOCAL`. No transport request is necessary, as change recording is not enabled.
@@ -54,9 +54,9 @@ Create an outbound service object, which models the outbound call that will be i
54
54
55
55
3. Choose **Next**
56
56
57
-
4.Use the transport request created before and choose**Finish**.
57
+
4.No transport request is necessary, as change recording is not enabled. Choose**Finish**.
58
58
59
-
5. In the newly created Outbound Service set the **Default Path Prefix** parameter to `/sap/opu/odata/sap/API_BUSINESS_PARTNER`
59
+
5. In the newly created Outbound Service set the **Default Path Prefix** parameter to `/sap/opu/odata/sap/API_BUSINESS_PARTNER` and save the Outbound Service.
60
60
61
61

62
62
@@ -76,7 +76,7 @@ Create a communication scenario and assign the outbound service to it. This will
76
76
77
77
</li></ol>
78
78
79
-
3.Use the transport request created before and choose**Finish**
79
+
3.No transport request is necessary, as change recording is not enabled. Choose**Finish**
80
80
81
81
4. In this tutorial, we assume that the Communication Scenario only needs to be setup once per client and no receiver determination is needed (for more information, see [Service Consumption via Communication Arrangements](https://help.sap.com/docs/sap-btp-abap-environment/abap-environment/service-consumption-via-communication-arrangements)). Select "One instance per client" from the **Allowed Instances** dropdown list:
82
82
@@ -133,11 +133,11 @@ Create a service consumption model for the targeted OData service from the metad
133
133
134
134
7. On the **ETag Support** screen, choose **Next**
135
135
136
-
8.Select a transport request and choose**Finish**
136
+
8.No transport request is necessary, as change recording is not enabled. Choose**Finish**
137
137
138
138
The creation of the Service Consumption Model can take a few seconds. Save and activate the Service Consumption Model.
139
139
140
-
### Create Console Application
140
+
### Create ABAP Console Application
141
141
142
142
Create a console application, which consists of an ABAP class implementing the interface `if_oo_adt_classrun`. The distinctive feature of this interface is that it allows to execute code directly in ADT.
143
143
@@ -154,9 +154,9 @@ Create a console application, which consists of an ABAP class implementing the i
154
154
155
155
3. Choose **Next**
156
156
157
-
4.Select a Transport Request and choose**Finish**
157
+
4.No transport request is necessary, as change recording is not enabled. Choose**Finish**
158
158
159
-
### Implement Business Partner Service Call
159
+
### Implement Business Partner Service Call Using OData Proxy Client
160
160
161
161
You will now implement the outbound service call in your console application. The previously maintained communication artifacts are used together with the service consumption model to create compact and understandable code.
0 commit comments