Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 1.88 KB

File metadata and controls

55 lines (28 loc) · 1.88 KB

Create Communication Arrangement

Introduction

In this exercise, you will create a communication arrangement which will expose the services defined in communication scenario and enable them to be accessed in the way defined in the communication system.

Content

  1. In your browser open the SAP S/4HANA Cloud Customizing Tenant.

  2. Search for the Communication Arrangements application and open it.

Alt text

  1. Choose New button.

Alt text

  1. Choose scenario selection button.

Alt text

  1. In the search field enter {YOUR_ID} and then select your scenario.

Alt text

  1. Leave the arrangement name as it is and choose Create button.

Alt text

  1. In the Common Data section select communication system DEVEXT_WORKSHOP.

  2. Choose User Name selection button in the section Inbound Communication.

Alt text

  1. Select DEVEXT_WORKSHOPPER user.

We use basic authentication here to simplify the API test in browser. For the access from CAP application we will still use user propagation approach with SAML Assertion.

Alt text

  1. Copy the URL for the service and choose Save button.

Alt text

Result

You have created the communication arrangement. Now your new service is fully accessible.

Next tutorial: Test the API

Further reading / Reference Links