Implementing a Service 
When a service has been modeled in the Enterprise Services Repository, it can be implemented in a provider (back-end) system.
In the ABAP environment, you implement a service as follows:
Generate a provider proxy for the service interface.
Add your own source code to the provider proxy.
Create a runtime configuration for the service.
These tasks are outlined in the following sections.