Show TOC

Process documentationImplementing a Service Locate this document in the navigation structure

 

When a service has been modeled in the Enterprise Services Repository, it can be implemented in a provider (back-end) system.

Process

In the ABAP environment, you implement a service as follows:

  1. Generate a provider proxy for the service interface.

  2. Add your own source code to the provider proxy.

  3. Create a runtime configuration for the service.

These tasks are outlined in the following sections.