UX6 Demo Script for SAP S/4HANA 2025 SP00 Fully-Activated Appliance: Message Monitoring with SAP Application Interface Framework

UX6 Message Monitoring with SAP Application Interface Framework: This demo script describes how the SAP Application Interface Framework can be used within SAP S/4HANA to monitor your interfaces. Download the Document

© 2025 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictions related to this material.PUBLICSAP S/4HANA 2025 FPS00 Fully-Activated ApplianceNovember 2025Demo Guide:Message Monitoring with SAP Application InterfaceFramework
Table of Contents1 Where Can This Script Be Used? 31.1 Passwords for the pre-configured demo users 32 Demo Guide: Message Monitoring with SAP Application Interface Framework 42.1 Background Information 42.1.1 Pre-configured Demo Scenarios 42.1.2 Custom AIF Interfaces 42.1.3 Tutorials 42.1.4 Users 52.2 IDoc Scenario: Create Flight Customer 52.2.1 Run the Scenario 52.2.2 Monitor the Scenario via the Monitor for Business Users 82.2.3 Set up Alerting 152.3 IDoc Scenario: Create Flight Booking 192.3.1 Run the Scenario 192.3.2 Monitor the Scenario via the Monitor for Integration Experts 232.3.3 Optionally: Monitor the Scenario via the Monitor for Administrators 302.3.4 Emergency Corrections via the Message Monitoring (Emergency Correction) 332.4 File upload scenario: Create Business Partners 372.4.1 Upload Business Partners 372.4.2 Monitor the Scenario via the Monitor for Integration Experts 402.4.3 Optionally: Monitor the Scenario via the Interface Monitor 45Document HistoryRevision Date Change1.0 December 2021 Release for customer for S/4H 2021 SP00 (initial)1.1 March 2022 Update for 2021 FPS011.2 July 2022 Retested for 2021 FPS021.3 November 2022 Update for S/4H 2022 SP001.4 April 2023 Retested for S/4H 2022 FPS011.5 June 2023 Retested for S/4H 2022 FPS021.6 November 2023 Update for 2023 SP001.7 April 2024 Update for 2023 FPS01 (password of demo user changed to master password)1.8 November 2024 Release for customer for 2023 FPS021.9 April 2025 Release for customer for 2023 FPS031.10 November 2025 Release for customer for 2025 FPS00
3© 2025 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictions related to this material.1 Where Can This Script Be Used?This demo script has been written for usage with the SAP S/4HANA Fully-Activated Appliance (in short “appliance” in this script),hence you will need such an appliance to make use of this guide.The appliance can be brought up in two ways, and the demo scenario in this script is largely the same for both:1. Via SAP Cloud Appliance Library (hosted on cloud providers)You need a cloud provider account at AWS, MS Azure, or GCP. With this, you can deploy the appliance within 1-2 hours fromhttps://cal.sap.com > Solutions> SAP S/4HANA (your desired version) Fully-Activated Appliance.2. Via installing it on your own on-premise hardware.You need to provide your own hardware, and order & install the appliance as explained in SAP Note 2041140.If you are new to the SAP S/4HANA Fully-Activated Appliance, introductory information can be found here:https://blogs.sap.com/2018/12/12/sap-s4hana-fully-activated-appliance-create-your-sap-s4hana-1809-system-in-a-fraction-of-the-usual-setup-time/Important:Before you start your demo, please read SAP S/4HANA Fully-Activated Appliance: Demo Scripts for information about necessarypreparations, especially any post-deployment steps to ensure the full functionality of your appliance. These steps are covered insections;B) General RemarksC) Post-deployment StepsD) Log-on to the systemBesides this, you will also find links to all demo scripts on this page.1.1 Passwords for the pre-configured demo usersPlease contact your company’s system administrator for your company-specific demo user passwords. Demo users provided inthe appliance which are used for the Demo Scripts were delivered with the password “Welcome1”, however SAP recommendschanging these.If you experience user/logon issues, please contact your team’s SAP S/4HANA Appliance system administrator.
4© 2025 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictions related to this material.2 Demo Guide: Message Monitoring with SAPApplication Interface Framework2.1 Background InformationThis demo script describes how SAP Application Interface Framework can be used within SAP S/4HANA to monitor yourinterfaces. SAP Application Interface Framework is a framework for interface implementation, business-oriented monitoring, anderror handling. It is an integral part of SAP S/4HANA Enterprise Management (on-premise version) and SAP S/4HANA Cloud andshipped as an ABAP-based add-on for the SAP Business Suite available from SAP NetWeaver 7.00 onwards.In SAP S/4HANA, different monitors are provided depending on your role:1. In SAP GUI: Interface Monitor (transaction /AIF/IFMON)2. In SAP GUI: Monitoring and Error Handling (transaction /AIF/ERR)3. In Fiori Launchpad: Monitor for Business Users4. In Fiori Launchpad: Monitor for Integration Experts (incl. mass error handling)5. In Fiori Launchpad: Monitor for Administrators6. In Fiori Launchpad: Message Monitoring with Emergency CorrectionSee SAP Application Interface Framework documentation.2.1.1 Pre-configured Demo ScenariosThree integration scenarios have been pre-configured in the appliance:1. Monitoring of an IDoc scenario to create flight customers2. Monitoring of an IDoc scenario to create flight bookings3. Monitoring of a business partner creation scenarioThe demo scenarios have been setup in an SAP delivered AIF namespace, and hence you do not need an AIF license to run thosescenarios.2.1.2 Custom AIF InterfacesBesides the provided demo scenarios, you can use SAP Application Interface Framework within the fully-activated SAP S/4HANAappliance as a trial system to setup your own interfaces. For creating own AIF interfaces, usually an AIF license is required, see SAPnotes 2293938 and 2288871. However, you can activate the trial period on the appliance to be able to try out the complete AIFcapabilities including customizing as well as monitoring and error handling for a limited period, i.e., 90 days, without additionalcosts. The blog New trial capability for SAP Application Interface Framework describes how to activate the trial period on SAPS/4HANA 2021 and above.Note: The activation of the trial period is irreversible. The trial period can’t be deactivated once switched on and the trial periodcan’t be extended. So, plan your proof-of-concept activities accordingly.2.1.3 TutorialsOnce you have switched on the trial period on the appliance, you can use the appliance to run the provided tutorials to familiarizeyourself with the SAP Application Interface Framework customizing and monitoring capabilities. Currently, the following tutorialsare provided: Creating a simple RFC interface Creating a simple IDoc interface Enhance an IDoc interface with preprocessing Customize an IDoc interface with runtime and monitoring
5© 2025 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictions related to this material. Creating a simple Proxy interface Enhance a Proxy interface with preprocessing Customize a Proxy interface with runtime and monitoring Create a Simple OData Interface Modify Error Handling with Custom Objects Modify Data Structures and Fields Define Single Key Fields Determine Recipients by Key Fields Determine Recipients by Message CategoriesCheck out the SAP Application Interface Framework community for the latest updates on the list of provided tutorials.2.1.4 UsersTo run the AIF scenarios, the following two users have been provided:SAP_AIF andSAP_AIF_ADM, both with the <MasterPassword> that you specified during the appliance creation in the SAP Cloud Appliance Library console. Both users have full AIF authorizations. For both users, the Fiori launchpad has been setup providing access to the Monitor for Business Users and the Monitor forIntegration Experts. In addition, the SAP_AIF_ADM user has access to the Monitor for Administrators and the EmergencyCorrection monitor. Both users are assigned to the ZDEMO_RECIPIENT recipient to be able to monitor all three demo scenarios. In addition,the SAP_AIF_ADM user is assigned to the recipients RECIPIENT_ALERTING_ANS and RECIPIENT_ERROR_PROPAGATIONto be able to monitor notifications sent to the SAP Alert Notification Service of the Business Technology Platform (BTP)and notifications received from your SAP Cloud Integration tenant, respectively.Note regarding the Fiori theme / screen appearance: Depending on the release / feature package stack (FPS) that you areusing, the screens might look a bit different due to different Fiori themes used. You can toggle the Fiori themes under Userprofile Settings.2.2 IDoc Scenario: Create Flight CustomerWe want to create a flight customer by sending an IDoc message to the SAP S/4HANA system. AIF is used for monitoring themessage exchange. In the following, the Monitor for Business Users is shown. However, you may also use any other monitor.2.2.1 Run the ScenarioTo create a new flight customer message, you may use the test tool for IDoc processing (transaction code WE19). Optionally, wehave prepared a report that allows you to generate multiple sample IDoc messages. By intention, some will run into an error to beable to showcase the error resolution capability of SAP Application Interface Framework.