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: 

Overview and Execution of Web Service

Overview:


  • A way for two applications or electronic devices to communicate over a network.
  • Act like a black-box that may require input and deliver a result
  • Are modular, self-contained and self-describing
  • Work on top of any communication technology stack i.e. applicable to any platform, database, and programming language
  • Can be published, discovered and invoked based on open technology standards
  • Work in synchronous and asynchronous scenarios
  • Facilitate integration within an enterprise as well as cross enterprises

Web Service Jargon:


  • Extensible Markup Language (XML) is a way to label data so we can structure our information in meaningful ways.
  • Web Services Description Language (WSDL) works as a help desk, describing the details of the web service.
  • Universal Description, Discovery, and Integration (UDDI), also much like a help desk, is a means of publishing and finding information about web services.
  • Simple Object Access Protocol (SOAP) is like a courier or communicator during the transfer of data. It is platform independent and extensible.

Web Service Types:


A2X (Application To X users):   A2X service is for UI consumption, synchronous accesses and normally user get error message right away if something wrong, and you should be able to consume these service directly if you want.

A2A (Application To Application): Communication pattern for data exchange between two applications in one business process platform within the same enterprise, which will include forward error handling etc and need involve EAI/ESB middleware, in this case, most likely SAP PI.

B2B(Business To Business): Communication pattern for data exchange between two business process platforms across enterprise boundaries, which will include forward error handling etc and need involve EAI/ESB middleware, in this case, most likely SAP PI.

Configuration/Set-Up:

Communication Systems and Communication Arrangements:

  • A Communication System represents an external system which is used for application integration. Communication systems can be, for example, external time recording or master data systems. Before you can use a communication system in an application integration scenario, you need to create a communication arrangement.
  • Communication Arrangements help you to configure the electronic data exchange between the solution(ByD/C4x) and a communication partner.

The solution provides communication scenarios for inbound and outbound communication that you can use to create communication arrangements.

Inbound communication – Business documents are received from a communication partner,

Outbound communication - Business documents are sent to a communication partner.

For more information about communication arrangements, see Communications Arrangements Quick Guide in SAP Business Bydesign help center.

List of Operations:

1) Query Services:

Query operations are mass-enabled stateless synchronous Web service operations that allows transferring or requesting  amounts of data (Read Operation)

2) Maintain Services: Check Maintain Bundle & Maintain Bundle


Check Maintain Bundle vs. Maintain Bundle

                               

Maintain Bundle operations enable external applications to create and change business document data

.

Check Maintain Bundle operations enable external applications to simulate maintain bundle requests without changing business document data. In    particular, Check Maintain Bundle operations have the following functions:

  Return system messages similar to corresponding Maintain Bundle operations

  Provide the same message type as the corresponding operation Maintain Bundle

  Do not assign internal numbers from a productive number range interval (number range statuses are not increased)

  Do not change business documents.

Action Codes:


Action codes represent an instruction to the recipient of the Web service request to process transmitted message node elements.


How To Check Web Service Error Logs:

Frontend UI Logs:

Go To Application and User Management  Work Center >  Input and Output Management > Business Communication Monitoring > Select the Rejected Web Service Calls  from the menu Show

Extending Web Service Interfaces :

Extending Interfaces:

It is now possible to use the extended fields in the service interfaces. Navigate to the screen on which the extension field is available, and select Enter Adaptation Mode from the Adapt menu. In adaptation mode, select Edit Screen from the Adapt menu.  In the Adaptation panel, under Extension Fields, select the extension field from the list and under Field Properties, click Further Usage. On the  Services tab, you can add the extension field to the interface. In the Message column, you can check if the extensibility is supported in the request message and/or message structure.

Reference Documents:

List of Web Service APIs in SAP Business ByDesign - http://help.sap.com/saphelp_byd1605/en/PUBLISHING/IntegrationServices.html

List of Web Service APIs  SAP Hybris Cloud for Customer - https://help.sap.com/saphelp_sapcloudforcustomer/en/PUBLISHING/IntegrationServices.html

3 Comments