SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Enhance a Proxy Interface with Preprocessing

Enhance an existing "monitoring only" proxy interface to be able to carry out data checks and mappings using the preprocessing capability of SAP Application Interface Framework before actually calling the proxy interface.

Overview

You will learn

  • How to enhance a proxy interface in SAP Application Interface Framework using the preprocessing capability
  • How to implement data checks and mappings in SAP Application Interface Framework
Melanie Cueppers M Melanie Cueppers August 21, 2026
Created on December 10, 2024
Contributors

More from Melanie Cueppers

See all 13 tutorials by Melanie Cueppers →

Prerequisites

Prerequisites

Steps

Intro

In this tutorial, you will learn how to enhance a simple proxy interface in SAP Application Interface Framework by enabling the preprocessing capability.


Step 1 Change existing interface

Go to Customizing for SAP Application Interface Framework (transaction code /n/AIF/CUST) and navigate to Interface Development > Define Interfaces. In the upcoming dialog, enter your previously created namespace DEMO_2, and continue.

Enable Change mode. Double-click the existing interface FLBOOK to open it and select the Pre-Processing flag.

Define Interfaces
Define Interfaces

Save your changes.

Step 2 Select source and destination structures
+
Step 3 Create a new message class
+
Step 4 Add a check
+
Step 5 Define changeable fields
+
Step 6 Test proxy interface
+
Step 7 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 7
1. Change existing interface 2. Select source and destination structures 3. Create a new message class 4. Add a check 5. Define changeable fields 6. Test proxy interface 7. Test yourself