Enterprise Resource Planning Blog Posts by SAP
Get insights and updates about cloud ERP and RISE with SAP, SAP S/4HANA and SAP S/4HANA Cloud, and more enterprise management capabilities with SAP blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
PrasanthPadmanabhan
Product and Topic Expert
Product and Topic Expert
2,569

Introduction

With the release of the 2408 version of SAP S/4HANA Cloud Public Edition, customers will now be able to create Communication Systems, Communication Users and Communication Arrangements via APIs. You can also read the existing Communication Scenarios via an API.

These are enabled via the Communication Scenario SAP_COM_0A48.

You can create a Communication Arrangement for the communication scenario SAP_COM_0A48 and then use the exposed APIs to perform communication management via those APIs.

Implementation

As an example, you can refer the screenshots attached below to understand how to use these APIs. I have used the API Communication Arrangements to create a communication arrangement.

  • The API is used to create a communication arrangement REMOTE_SCEN_109 for the communication scenario SAP_COM_0109 in an SAP S/4HANA Cloud Public Edition system via Postman, using a POST request

PrasanthPadmanabhan_0-1722259529878.png

  • The following JSON is passed as the body for the API request

 

 

{
    "CommunicationScenarioID": "SAP_COM_0109",
    "CommunicationSystemID": "YPD100",
    "Name": "REMOTE_SCEN_109",
    "Description": ""
}​

 

 

  • The communication arrangement REMOTE_SCEN_109 is created in the SAP S/4HANA Cloud Public Edition system upon executing the POST request from Postman

PrasanthPadmanabhan_1-1722259105149.png

Conclusion

You can use the APIs Communication Systems, Communication Users to create communication users and communication systems similarly.

This means that these APIs can now be used to automate communication management from BTP and outside of SAP S/4HANA Cloud Public Edition, based on custom automation requirements

Do follow the community page for SAP S/4HANA Cloud for more updates.

 

4 Comments