SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Set Up Local Configuration in SOAMANAGER

Learn how to set up local configuration in ABAP web services to create the runtime configuration for multiple proxy entities.

Overview

🎓 intermediate 30 min. ABAP ConnectivityIntermediateABAP Development

You will learn

  • โœ”What local configuration is
  • โœ”How to set up local configuration in SOAMANAGER
Felix Draeger F Felix Draeger May 24, 2024
Created by March 21, 2023
Contributors

Prerequisites

Prerequisites

  • Basic knowledge about web services and SOAMANAGER
  • User in two development systems with permission to run transaction SOAMANAGER
  • Two development systems in which no local configuration exists yet
  • Service definition and a service group containing a service consumer, e.g. srt_test_group and srt_test_provider (available in every ABAP system)
  • You can use your own service group and service definition.
    • Important: The service consumer must not already be used by another local configuration.

Steps

Intro

In this tutorial, wherever XXX appears, use a number (e.g. 000).

In this case, system A acts as consumer and system B as provider.


Step 1 What is local configuration
โ€”

Local configuration is a technique to automatically create the runtime configuration of multiple proxy entities by defining a so-called integration scenario once in both systems.

In general, endpoints and logical ports often rely on the same settings, such as security settings. Creating single configurations manually for these entities is therefore repetitive and time-consuming. The local configuration acts as a mass configuration tool. A profile describes the common configuration settings of the endpoints.

A set of consumer proxies is collected within a service group. The service definitions in the underlying profile create a relationship between the service group. In result, they can automatically configure the corresponding endpoints for each service definition and the corresponding logical ports for each consumer proxy.

Another advantage is that the local configuration of a service group makes it possible to define so-called logical receiver determinations to route web service messages to different provider systems.

In older releases or documentation, local configuration is often called smart configuration or mass configuration.

Local Configuration
Local Configuration

Step 2 Required entities
+
Step 3 Create a profile
+
Step 4 Create a user account
+
Step 5 Create a provider system
+
Step 6 Create a profile and a provider system in system B
+
Step 7 Create a business scenario in system B
+
Step 8 Create business scenario in system A
+
Step 9 Process pending tasks
+
Step 10 Test your service
+
Step 11 Test yourself
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 11
1. What is local configuration 2. Required entities 3. Create a profile 4. Create a user account 5. Create a provider system 6. Create a profile and a provider system in system B 7. Create a business scenario in system B 8. Create business scenario in system A 9. Process pending tasks 10. Test your service 11. Test yourself

Learn more →