Skip to content

Commit 84d9292

Browse files
authored
Merge pull request #2624 from AchimSeubert/main
adjust business partner tutorials to changes
2 parents a7264cf + 85051be commit 84d9292

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

tutorials/abap-environment-business-partner-basic-auth/abap-environment-business-partner-basic-auth.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Create a communication user in SAP S/4HANA Cloud, public edition. This technical
4646

4747
![Create Communication User](create_communication_user.png)
4848

49+
7. Choose button **Create**
50+
4951
### Create a Communication System in SAP S/4HANA Cloud, public edition
5052

5153
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.

tutorials/abap-environment-business-partner-outbound-call/abap-environment-business-partner-outbound-call.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Create your own ABAP development package, which will serve as the basis for the
3333

3434
2. Right click the main package `ZLOCAL` and choose **New > ABAP Package**.
3535

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.
3737
<ol type="a"><li>Name: `ZBPA2X`
3838
</li><li>Description: `BP A2X Outbound Call Tutorial`</li></ol>
3939

@@ -54,9 +54,9 @@ Create an outbound service object, which models the outbound call that will be i
5454

5555
3. Choose **Next**
5656

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**.
5858

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.
6060

6161
![Set Path](set_path.png)
6262

@@ -76,7 +76,7 @@ Create a communication scenario and assign the outbound service to it. This will
7676

7777
![Create Communication Scenario 2](create_communication_scenario_2.png)</li></ol>
7878

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**
8080

8181
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:
8282

@@ -133,11 +133,11 @@ Create a service consumption model for the targeted OData service from the metad
133133

134134
7. On the **ETag Support** screen, choose **Next**
135135

136-
8. Select a transport request and choose **Finish**
136+
8. No transport request is necessary, as change recording is not enabled. Choose **Finish**
137137

138138
The creation of the Service Consumption Model can take a few seconds. Save and activate the Service Consumption Model.
139139

140-
### Create Console Application
140+
### Create ABAP Console Application
141141

142142
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.
143143

@@ -154,9 +154,9 @@ Create a console application, which consists of an ABAP class implementing the i
154154

155155
3. Choose **Next**
156156

157-
4. Select a Transport Request and choose **Finish**
157+
4. No transport request is necessary, as change recording is not enabled. Choose **Finish**
158158

159-
### Implement Business Partner Service Call
159+
### Implement Business Partner Service Call Using OData Proxy Client
160160

161161
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.
162162

0 commit comments

Comments
 (0)