Enterprise Resource Planning Blogs 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: 

1 Background


Service Contract - Create, Update (Asynchronous)






Name




Value






Communication Scenario




Service Contract SOAP Integration (SAP_COM_0436)






Supported Operations




SAP_COM_0436 - SERVICE_CONTRACT_REQUEST_IN






Scope Items




Service Contract Management (3MO)







New inbound SOAP API is provided to SAP Business Hub API. This asynchronous inbound service enables you as the supplier using SAP S/4HANA Cloud to automatically create or update service contracts. It is based on the SOAP protocol.


Once a service contract is created, you receive a HTTP response only. The service contract ID that is created and other data included in the service contract is send by an outbound service: Service Contract - Send Confirmation. If there are any issues when the service contract is created or updated, error messages are sent in the same outbound service.


Additionally, there is another outbound service Service Contract - Send Notification to send a notification to your external systems when any change (that was not made via an API call) to a service contract occurs.



Help Documentation Link:


https://help.sap.com/viewer/6d57d4ab71e5408581e2018320a0ce49/2005.500/en-US/467d9cfca87d4d59b4db24f3...



2 FAQ


How to resolve the error Product doesn’t exist or not activated”.


Diagnosis:


The system could not determine the product on item level


System Response:


Service contract is created or updated with the error. You can go to the Message Dashboard App to check the response information in the outbound call.




Procedure:



  1. Check your input of payload.

  2. Check if the product exists in material master data or not. If not, create one first.

  3. Or you can use an available product.


  4. How to resolve the error “Reference service contract already exists”.


    Diagnosis:


    The reference service contract is the unique number that identifies an external contract or transaction. An SAP service contract can only be referred to a single reference service contract which is not referred to any other SAP service contract.


    The reference service contract number is already used for an existing SAP service contract in the backend table for external references.


    System Response:


    Service contract create or update fails due to this error. You can go to the Message Dashboard App to check the response information in the outbound call.




    Procedure:



    1. Check whether you’re using the correct reference for creating a new service contract.


    2. Change the ReferenceServiceContract value in your payload.






      How to resolve the issue “Service contract confirmation outbound service is not triggering”.


      Diagnosis:


      You have configured the communication scenario SAP_COM_0436 for service contract and have activated the outbound services for service contract confirmation. You have a middleware and have configured the endpoints. The URL path and user authentication parameters are also set.



      However, the outbound service Service Contract – Send Confirmation is triggered. In the Message Dashboard app, there is no message.



      System Response:


      No outbound service has triggered yet.


      Procedure:



      1. Check the value for field SenderBusinessSystemID in payload against the Business System you configured in communication system.

      2. If they’re not the same, you shall use the one in your communication system for the payload.