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

Create a Simple Proxy Interface

Create a simple proxy interface to enable monitoring proxy service interfaces with SAP Application Interface Framework.

Overview

🎓 beginner 30 min. SAP Application Interface FrameworkBeginnerSAP S 4hana

You will learn

  • How to create a simple proxy interface
  • How to set up proxy monitoring in SAP Application Interface Framework
Melanie Cueppers M Melanie Cueppers March 5, 2026
Created by December 10, 2024
Contributors

Prerequisites

Prerequisites

  • You have set up SAP Application Interface Framework
  • SAP S/4HANA 1709 or later, AIF 4.0
  • Optional: You’re familiar with a test client of your choice, like SoapUI or Postman

Steps

Intro

In this tutorial, you’ll learn how to create a simple proxy interface that enables you to monitor a proxy service interface.

Since you might not have an Enterprise Services Repository of SAP Process Integration/SAP Process Orchestration connected to your backend, this tutorial keeps it simple: you’ll create a proxy in the Backend Metadata Repository by leveraging the structures of a standard demo flight booking scenario. After these preparatory steps, you will get started with SAP Application Interface Framework at step six.


Step 1 Create package

In order to have a destination for your newly created objects, you need to create a package.

If you’ve completed other tutorials for SAP Application Interface Framework, you might already have created a package and can skip this step.

Open your system. Go to the Object Navigator (transaction code SE80). From the drop-down menu, select Package, enter the name ZDEMO, and press Enter or select Display or Create Object. Confirm the dialogue window, enter a meaningful short description for your new package, and select Confirm. If prompted, enter a workbench request and confirm again.

Create Package
Create Package

You have successfully created a new package named ZDEMO.

Step 2 Assign namespace to Backend Metadata Repository
+
Step 3 Create proxy
+
Step 4 Define proxy structures
+
Step 5 Implement proxy class method
+
Step 6 Create namespace
+
Step 7 Create interface
+
Step 8 Specify interface engines
+
Step 9 Create interface-specific single index table
+
Step 10 Create recipient for interface
+
Step 11 Assign recipient to interface
+
Step 12 Assign users to recipient
+
Step 13 Create test data
+
Step 14 Configure web service
+
Step 15 Send sample request
+
Step 16 Monitor proxy interface
+
Step 17 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 17
1. Create package 2. Assign namespace to Backend Metadata Repository 3. Create proxy 4. Define proxy structures 5. Implement proxy class method 6. Create namespace 7. Create interface 8. Specify interface engines 9. Create interface-specific single index table 10. Create recipient for interface 11. Assign recipient to interface 12. Assign users to recipient 13. Create test data 14. Configure web service 15. Send sample request 16. Monitor proxy interface 17. Test yourself

Learn more →