Highlight Features Simplifier 11 LTS
Released with MAKERS CHOICE 26-04
Test agent to generate OPA5 tests
We have improved and released our AI-Agent-powered test generation in Simplifier! With the new recording overlay, you can now record multiple journeys sequentially and add comments and context used by our Test agent to create better tests and assertions.
Empower your business users & testers and free up your experts for high-value tasks with up to 90% faster test creation! (Read more)
New AI subscription with the Simplifier Value Flatrate
A common challenge with AI adoption is cost control. Many solutions rely on usage-based pricing, which can become difficult to predict as adoption grows. With the Simplifier Value Flatrate, our AI agents are available at a fixed monthly price. You can think of it like adding a new team member with a monthly salary, but at only around 5% of the cost.
This gives organizations predictable budgeting, avoids uncontrolled cost growth, and makes AI usage easier to scale across teams and use cases. Instead of tracking token-based pricing or worrying about fluctuating costs, companies can focus on value, productivity, and practical outcomes. (Read more)
Seamless integration into SAP Build Work Zone
With the new experimental content provider capability, Simplifier applications can now be integrated more smoothly into the SAP Build Work Zone environment. This allows organizations to provide Simplifier apps directly within their central digital workplace, improving accessibility and creating a more connected user experience across SAP-based landscapes.
A key advantage is that these apps do not need to be deployed separately to the SAP BTP runtime. That means no additional deployment effort, no delays when rolling out updates, and no extra runtime-related costs showing up on the SAP BTP bill.
For customers, this results in a much leaner operating model: easier integration, faster updates, and lower overhead when delivering applications through the SAP Build Work Zone. (Read more)
Released with MAKERS CHOICE 26-02
AI-driven test automation
With AI-powered test generation in Simplifier, you no longer have to write OPA5 test code by hand.
Just deploy your app, start an AI Journey, and record a normal user flow by clicking through the application.
In the background, the AI analyzes everything you do and automatically creates the corresponding Journeys and Page Objects as fully executable tests. This means you can turn real user scenarios into reliable automated tests in a fraction of the time—without any coding at all.
And when your app changes, you can simply re-record or extend a journey. The AI updates your tests for you, so you don’t have to start from scratch. (Read more)
Our AI-powered testing is currently an experimental first version. We’re releasing it early so you can already benefit from it, gather your feedback, and continuously improve accuracy, flexibility, and integration in the upcoming Simplifier releases.
AI-driven test automation in Simplifier enables faster releases with more test coverage. A much lower entry barrier for people without coding skills. Less repetitive test maintenance. And more time for your experts to focus on architecture, quality, and innovation. In short: you turn real user journeys into automated tests — in a fraction of the time.
Released with MAKERS CHOICE 25-12
MCP Everywhere – Connect to (Almost) Anything
We’ve added MCP support for REST, SQL, RFC, and SOAP connectors, all with guided prompts and AI-powered testing. Security is built in with OAuth, Basic Auth, Token, and SAP SSO support. Database integration is seamless with automatic schema exploration. (Read more)
SAP users get full RFC connector capabilities with function browsing. Legacy SOAP systems are fully supported with WSDL integration.
And it’s all available as a Docker image, listed in official MCP registries including Model Context Protocol, Glama.AI, and MCP.so. Deploy anywhere, connect to anything.
The Workflow Build AI just got significantly smarter
When generating workflows, it now automatically creates and manages variables. It recognizes when automation is needed and creates automated tasks for you. Plus, it builds proper decision logic by creating outcomes and conditions using variables, autofields, and constants – delivering truly intelligent, branching workflows. (Read more)
VS Code Monaco Editor for Developers (experimental)
We’re starting to introduce the VS Code Monaco Editor, which brings full ECMA 2022 support. Business Object functions, SQL Connectors, and Templates can now be edited with modern syntax highlighting, intelligent auto-complete for Simplifier APIs, parameter hints, and all the power of a professional code editor right in your workflow. (For details, see our documentation of Business Object functions, SQL Connector calls, and Templates)
Simplifier Guidelines and Best Practices
With the new version of our Template App, you get built‑in UX guidance matched to creating Applications with Simplifier.
The updated app now includes clear layout and navigation recommendations and best practices for SAP Fiori–aligned user experiences like content density, letterboxing, busy indicators, and more.
Changelog Simplifier 11
MCP Server
- [AI] The Simplifier MCP Server Docker container is now also available for ARM based platforms
- [AI] The Simplifier MCP Server now also supports creating and testing SOAP, RFC, and SQL Connectors and Calls, and has moved to life cycle stage ‘Released’ (Read more)
- [AI] The Simplifier MCP server now supports assigning login methods to connectors and creating OAuth, Basic Auth (Username/Password), Token, and SAP SSO login methods (Read more)
- [AI] The Simplifier MCP server can now be used as a container, available as ‘simplifierag/simplifier-mcp’ at https://hub.docker.com/r/simplifierag/simplifier-mcp
- [AI] The Simplifier MCP server is now also listed on modelcontextprotocol.io, Glama.AI, MCP.so, and Docker MCP Registry (approval pending)
User Interface
- [Workflows] The Dashboard and Menu entries for Workflows and Workflow Monitoring are now marked if these features are not available on the instance
App Building
- [AI] New AI Test agent for OPA5 test generation (Read more)
- [Integration] Deactivating the input validation of Server-side Business Objects called from scripts by setting the API’s parameter ‘parametrized’ to false has been removed (Read more)
- [Applications] Circular dependencies of data types are now supported
- [Applications] Simplifier can now be used as a content provider for the SAP BTP Workzone (experimental) (Read more)
- [Applications] The initial value for a DataWorkbench-Variable can now be up to 4 GB large
- [Applications] The default value for searching in all user stories in the Process Designer is now set to ‘All Activities and Mappings’ instead of ‘Stories’
- [Applications] Regex for custom data types can now be configured to be case-insensitive (Read more)
- [Applications] The VS Code Monaco Editor replaced the existing editor
- [Applications] Standard Data Types for Collections based on Base Types are now available
- [Applications] New Theme Designer as a service and open source on Github (Read more)
- [Applications] Improved Variable References Dialog
- [Applications] Improved detail view for struct datatypes
- [Applications] The list of entity sets in OData Shapes is now sorted alphabetically and case-insensitively
Workflows
- [AI] The Build AI feature to create Workflows now also supports creating and using Variables, Outcomes, Conditions, as well as adding shapes for automated tasks (configuration has to be done manually) (Read more)
- [AI] The Workflow Build AI is moved to the life cycle stage ‘Released’
- [AI] Improved Workflow Designer and AI chat user experience
- [AI] Enhanced Error Handling and Logging of the Build AI Workflow creation feature
- [AI] The Build AI feature to generate workflows is now in the lifecycle stage ‘released’ and activated by default
- [AI] The prompt for generating workflows via AI has been improved to prevent vertical overlapping of the generated shapes
- [AI] There are now games integrated in the busy dialogs while waiting for the AI Workflow Builder’s result. A finished generation request is indicated in the dialog’s title, and the close button is enabled.
- [Integration] The Swagger documentation of the Workflow API is now grouped as Workflow only.
Business Objects
- [Integration] CryptoJS is deprecated and can be deactivated in the Feature settings (Read more)
- [Integration] The global Business Object API objects CONNECTOR_, BUSINESSOBJECT_, PLUGIN_, LOG_, TOOLS_, and USERS_ are deprecated and can be deactivated in the Feature settings (Read more)
- [Integration] The SBO API was enhanced to cover the most used crypto functions encryptAES, decryptAES, and hashSHA256 (Read more)
- [Integration] Deactivating the input validation of Server-side Business Objects called from Client-side Business Objects by setting the API’s parameter ‘parametrized’ to false has been removed (Read more)
- [Integration] When debugging server-side business objects, the execution will now be logged in the monitoring under a new monitoring action. These executions will no longer count towards the execution statistics
Connectors
- [Integration] The VS Code Monaco Editor replaced the existing editor
- [Integration] In SOAP Connectors, you can now configure a separate login method for the WSDL download (Read more)
- [Integration] REST connector now always escapes space as %20, never as +
- [Integration] The new SOAP Connector is now in the lifecycle stage ‘permanent’ and cannot be deactivated anymore
- [Integration] The improved REST Response Processing feature lifecycle stage is now ‘released’ and activated by default
- [Integration] The RFC Connector Wizard now supports updating existing calls (Read more)
- [Integration] The MQTT connector now supports connections via TLS and websockets (Read more)
- [Integration] We have added a value help to the scope field in the configuration of the OAuth 2 (Microsoft EntraID / OAuth Client Credentials Flow) Login Method (Read more)
- [Integration] External references in WSDL declarations can now be enabled in the security settings (Read more)
- [Integration] The client secret of OAuth 2 (Microsoft EntraID / OAuth Client Credentials Flow) Login Methods is now obfuscated
Users and Permissions
- [Applications] User and Group lists are now sorted alphabetically and case-insensitively
Transports
- [Workflows] The timeout for fetching workflow export items has been increased from 1 minute per item to 5 minutes per item
Logs and Monitoring
- [Integration] Failed Connector Calls and Business Object functions are no longer logged in the audit log, since all information logged is already present in the monitoring
- [Integration] VS Code Monaco Editor is now available in the log details view
Settings
- [Integration] The fields “Sender Email” and “Sender” have been consolidated into one field in the SMTP Settings (Read more)
- [Integration] The client secret of OAuth authentication methods is now obfuscated
- [Integration] The client secret of OAutch client flow login in the SMTP settings is now obfuscated
- [Integration] The VS Code Monaco Editor is now available in the SSO Authentication test view and the SAP Authentication (secret extraction)
Standard Content
- [Applications] The widgets TableEnhanced and Input now support OData v2 and OData v4
- [Applications] The PDFViewer_PDFJS Widget (OpenUI5 1.96) was completely rebuilt to support the viewing of more PDFs and update the used library
- [Applications] Added new library SimplifierContentDensity to automatically set the application’s content density based on the Fiori Guidelines (Read more)
- [Applications] Added new library SimplifierFontFix to set the SAP default font also in Popovers, like a select list. This library is automatically added to all new apps.
- [Applications] Added new WidgetGroups SuccessMessage, InformationDialog, and ConfirmationDialog
- [Applications] Added new Client-side Business Object SF_Navigation to provide a dynamic possibility to navigate to screens or to pages within a NavContainer
- [Applications] Added the library SimplifierTokenValidation from the marketplace to the standard content
System Requirement Changes Simplifier 11
There are no further changes to the system requirements yet.
General Upgrade Instructions for Simplifier 11
The installation and upgrade guides will be published with Simplifier 11.
Manual Changes that should already be done before upgrading to Simplifier 11
Allow *.simplifier.cloud in firewall
Simplifier requires access to *.simplifier.cloud domains to make all features available. Please allow access to *.simplifier.cloud in your firewall settings. (Read more)
Manual Changes to be done after upgrading to Simplifier 11
Replace OData V2 Connectors with new OData Connectors
Activate the OData V2 Connectors in the Feature Settings if it is deactivated and replace your legacy OData V2 Connectors with our new OData Connector and switch to the Data Service Shape in your Applications/Modules (Read more).
The legacy OData V2 Connector will be removed with Simplifier 11/MAKERS CHOICE 25-12. Thus, you should first complete the upgrade on all instances and then replace them with a new OData Connector. For more details, please see the Discontinued Tab (Read more).
This migration note was already published with Simplifier 10.
Replace the CBO function SF_File / convertFileToDataURL if used with Base64 files
The input parameter isBase64 is deprecated and will be removed in a future release. Please use the CBO function SF_File / convertFileToObjectURL instead. Find the places by using the Business Object usage feature.
This migration note was already published with Simplifier 10.
Switch to Client 2.0 Route for accessing Proxy Connectors within Scripts/Client-side Business Objects/REST API
Customers hosted in our Simplifier Cloud will get all occurrences listed upon your Upgrade Request. For on-premise instances, please contact our Customer Success Team. They let you know how to identify the places that have to be changed.
The client 1.0 route for Proxy Connectors will be removed with Simplifier 11. Thus, you should first complete the upgrade on all instances and then modify the Scripts/Business Objects as necessary before replacing the route. For more details, please see the Discontinued Tab (Read more).
This migration note was already published with Simplifier 10.
Removed Parameter ‘parametrized’ on calling Business Objects within Scripts and Client-Side Business Objects
We removed the parameter ‘parametrized’on calling Business Objects within Scripts and Client-Side Business Objects. You need to adapt your Applications and Business-Objects if you are using that option, to avoid unforeseen behavior of your Applications
Deprecated since MAKERS CHOICE 25-07
Refresh License
Refresh the license on your instances to benefit from our new AI Cloud services (Read more).
Update Standard Content
Update Standard Content to ensure you have all current fixes and features available on your instances.
Please check the endpoint of AppWizard Connector, Standard Workflow Connectors, Login, and Captcha Connector. (Read more)
Manual Changes to be done after upgrading to Simplifier 11 and before upgrading to Simplifier 12
Check the deprecated features
Please review all deprecated features and implement any necessary adaptations. (Read more)
Deprecated Features Simplifier 11
[Integration] Support of CryptoJS in Server-side Business Objects
The active development of CryptoJS ended a while ago. For security reasons, the CryptoJS integration will be removed from Simplifier.
For server-side business objects, there will be no direct replacement. We provide replacements within the Simplifier SBO API for selected CryptoJS APIs instead, starting with AES encryption and SHA256 hashing. On-premise customers with use-cases not covered by these should contact us (for Simplifier-hosted customers, we will check CryptoJS usage automatically).
If you need client-side crypto functionality, we recommend using the available JS Web Crypto API.
You can already deactivate CryptoJS in the Feature Settings.
Deprecated since MAKERS CHOICE 26-04; Removal with a MAKERS CHOICE Release after Simplifier 11. Latest Removal with Simplifier 12
[Integration] Global API objects (capital letters) in Server-side Business Objects functions
Currently, you can still use the redundant and outdated global Business Object API with the prefixes CONNECTOR_, BUSINESSOBJECT_, PLUGIN_, LOG_, TOOLS_, and USERS_. Their usage is deprecated and will be removed in the future. Use the Simplifier SBO API instead.
You can already deactivate the global objects in the Feature Settings.
Deprecated since MAKERS CHOICE 26-04; Removal with a MAKERS CHOICE Release after Simplifier 11. Latest Removal with Simplifier 12
[System requirements] Support of Oracle for Simplifier databases
Oracle support for your Simplifier instances has been deprecated and will be removed in a future release.
Deprecated since Simplifier 8 EHP 4; End of support with a MAKERS CHOICE Release after Simplifier 11. Latest end of Support with Simplifier 12
[Integration] Result type in SQL Connector endpoints
Currently, you can set a result type in SQL Connectors. As the result types are call-specific and not connector-specific, we will remove this field in a later version
Deprecated since MAKERS CHOICE 25-12; Removal tbd
[Integration] Javascript execution in PDFs created by PDF Plugin
Currently, it is possible to add Javascript to PDFs created by PDF Plugin. This is a potential risk for Server Side XSS (PDF Injection) and Server Side Request Forgery (SSRF). The option to add Javascript to PDFs in PDF Plugin is now deactivated but can be activated at its own risk. The activation is subject to be removed in later Releases.
Deprecated since Simplifier 8 EHP 3; Removal tbd
[Integration] Removed setting to activate deprecated Connector API
The settings to activate the deprecated Connector API will be removed with Simplifier 10 LTS. Please make sure you do not use the deprecated Connector API anymore.
Deprecated since Simplifier 8 EHP 4; Removal tbd
Removed Features Simplifier 11
[Integration] OData V2 Connector
With the release of our new OData Connector, our legacy OData V2 Connector has been deprecated. Please create new OData Connectors and integrate them into your Applications and Modules
Deprecated since MAKERS CHOICE 25-08; Removed with MAKERS CHOICE 26-02
[Integration] Client 1.0 API route to access Proxy-Connector
Our new Proxy Connector will be accessible via the Client 2.0 route (Read more). Starting with MAKERS CHOICE 25-10/Simplifier 10, all old Proxy Connectors are migrated to the new one. Until Simplifier 11, the Client 1.0 route is still available. If you use it in Scripts, Client-side Business Objects, or REST-Connectors, please change it to the Client 2.0 route to keep accessing your Proxy Connectors.
Deprecated since MAKERS CHOICE 25-08; Removal with Simplifier 11/MAKERS CHOICE 26-04
[Integration] Parameter ‘parametrized’ on calling Business Objects within Scripts and Client-Side Business Objects
When calling Server-Side Business Objects within Scripts or Client-Side Business Objects, the developer was able to deactivate the input validation by setting the API’s parameter ‘parametrized’ to false. This parameter is now deprecated. You can already deactivate the parameter in the Feature Settings.
Deprecated since MAKERS CHOICE 25-07; Removed with MAKERS CHOICE 26-04
[Integration] Captcha Plugin
Our Captcha Plugin won’t be updated anymore and was removed from the plugin list in our default installation/upgrade guides. It can still be added by hand (for details check the environmental variables list in the upgrade guides).
See our Knowledge Base article on ‘How to use Google reCAPTCHA v3 Essentials’ for an alternative solution.
Deprecated since MAKERS CHOICE 25-01; Final removal with Simplifier 11
Release Date: tbd
End of Maintenance: Long-term support until 3 months after the release of Simplifier 12
All Simplifier releases and updates are provided on Docker Hub Repository.
- Highlights
-
Highlight Features Simplifier 11 LTS
Released with MAKERS CHOICE 26-04
Test agent to generate OPA5 tests
We have improved and released our AI-Agent-powered test generation in Simplifier! With the new recording overlay, you can now record multiple journeys sequentially and add comments and context used by our Test agent to create better tests and assertions.
Empower your business users & testers and free up your experts for high-value tasks with up to 90% faster test creation! (Read more)
New AI subscription with the Simplifier Value Flatrate
A common challenge with AI adoption is cost control. Many solutions rely on usage-based pricing, which can become difficult to predict as adoption grows. With the Simplifier Value Flatrate, our AI agents are available at a fixed monthly price. You can think of it like adding a new team member with a monthly salary, but at only around 5% of the cost.
This gives organizations predictable budgeting, avoids uncontrolled cost growth, and makes AI usage easier to scale across teams and use cases. Instead of tracking token-based pricing or worrying about fluctuating costs, companies can focus on value, productivity, and practical outcomes. (Read more)
Seamless integration into SAP Build Work Zone
With the new experimental content provider capability, Simplifier applications can now be integrated more smoothly into the SAP Build Work Zone environment. This allows organizations to provide Simplifier apps directly within their central digital workplace, improving accessibility and creating a more connected user experience across SAP-based landscapes.
A key advantage is that these apps do not need to be deployed separately to the SAP BTP runtime. That means no additional deployment effort, no delays when rolling out updates, and no extra runtime-related costs showing up on the SAP BTP bill.
For customers, this results in a much leaner operating model: easier integration, faster updates, and lower overhead when delivering applications through the SAP Build Work Zone. (Read more)
Released with MAKERS CHOICE 26-02
AI-driven test automation
With AI-powered test generation in Simplifier, you no longer have to write OPA5 test code by hand.
Just deploy your app, start an AI Journey, and record a normal user flow by clicking through the application.In the background, the AI analyzes everything you do and automatically creates the corresponding Journeys and Page Objects as fully executable tests. This means you can turn real user scenarios into reliable automated tests in a fraction of the time—without any coding at all.
And when your app changes, you can simply re-record or extend a journey. The AI updates your tests for you, so you don’t have to start from scratch. (Read more)
Our AI-powered testing is currently an experimental first version. We’re releasing it early so you can already benefit from it, gather your feedback, and continuously improve accuracy, flexibility, and integration in the upcoming Simplifier releases.
AI-driven test automation in Simplifier enables faster releases with more test coverage. A much lower entry barrier for people without coding skills. Less repetitive test maintenance. And more time for your experts to focus on architecture, quality, and innovation. In short: you turn real user journeys into automated tests — in a fraction of the time.
Released with MAKERS CHOICE 25-12
MCP Everywhere – Connect to (Almost) Anything
We’ve added MCP support for REST, SQL, RFC, and SOAP connectors, all with guided prompts and AI-powered testing. Security is built in with OAuth, Basic Auth, Token, and SAP SSO support. Database integration is seamless with automatic schema exploration. (Read more)
SAP users get full RFC connector capabilities with function browsing. Legacy SOAP systems are fully supported with WSDL integration.
And it’s all available as a Docker image, listed in official MCP registries including Model Context Protocol, Glama.AI, and MCP.so. Deploy anywhere, connect to anything.
The Workflow Build AI just got significantly smarter
When generating workflows, it now automatically creates and manages variables. It recognizes when automation is needed and creates automated tasks for you. Plus, it builds proper decision logic by creating outcomes and conditions using variables, autofields, and constants – delivering truly intelligent, branching workflows. (Read more)
VS Code Monaco Editor for Developers (experimental)
We’re starting to introduce the VS Code Monaco Editor, which brings full ECMA 2022 support. Business Object functions, SQL Connectors, and Templates can now be edited with modern syntax highlighting, intelligent auto-complete for Simplifier APIs, parameter hints, and all the power of a professional code editor right in your workflow. (For details, see our documentation of Business Object functions, SQL Connector calls, and Templates)
Simplifier Guidelines and Best Practices
With the new version of our Template App, you get built‑in UX guidance matched to creating Applications with Simplifier.
The updated app now includes clear layout and navigation recommendations and best practices for SAP Fiori–aligned user experiences like content density, letterboxing, busy indicators, and more.
Use the template as a ready‑to-run reference to create consistent, intuitive, and professional Applications faster—without having to look up standards in separate documentation. (Read more) - Changelog
-
Changelog Simplifier 11
MCP Server
- [AI] The Simplifier MCP Server Docker container is now also available for ARM based platforms
- [AI] The Simplifier MCP Server now also supports creating and testing SOAP, RFC, and SQL Connectors and Calls, and has moved to life cycle stage ‘Released’ (Read more)
- [AI] The Simplifier MCP server now supports assigning login methods to connectors and creating OAuth, Basic Auth (Username/Password), Token, and SAP SSO login methods (Read more)
- [AI] The Simplifier MCP server can now be used as a container, available as ‘simplifierag/simplifier-mcp’ at https://hub.docker.com/r/simplifierag/simplifier-mcp
- [AI] The Simplifier MCP server is now also listed on modelcontextprotocol.io, Glama.AI, MCP.so, and Docker MCP Registry (approval pending)
User Interface
- [Workflows] The Dashboard and Menu entries for Workflows and Workflow Monitoring are now marked if these features are not available on the instance
App Building
- [AI] New AI Test agent for OPA5 test generation (Read more)
- [Integration] Deactivating the input validation of Server-side Business Objects called from scripts by setting the API’s parameter ‘parametrized’ to false has been removed (Read more)
- [Applications] Circular dependencies of data types are now supported
- [Applications] Simplifier can now be used as a content provider for the SAP BTP Workzone (experimental) (Read more)
- [Applications] The initial value for a DataWorkbench-Variable can now be up to 4 GB large
- [Applications] The default value for searching in all user stories in the Process Designer is now set to ‘All Activities and Mappings’ instead of ‘Stories’
- [Applications] Regex for custom data types can now be configured to be case-insensitive (Read more)
- [Applications] The VS Code Monaco Editor replaced the existing editor
- [Applications] Standard Data Types for Collections based on Base Types are now available
- [Applications] New Theme Designer as a service and open source on Github (Read more)
- [Applications] Improved Variable References Dialog
- [Applications] Improved detail view for struct datatypes
- [Applications] The list of entity sets in OData Shapes is now sorted alphabetically and case-insensitively
Workflows
- [AI] The Build AI feature to create Workflows now also supports creating and using Variables, Outcomes, Conditions, as well as adding shapes for automated tasks (configuration has to be done manually) (Read more)
- [AI] The Workflow Build AI is moved to the life cycle stage ‘Released’
- [AI] Improved Workflow Designer and AI chat user experience
- [AI] Enhanced Error Handling and Logging of the Build AI Workflow creation feature
- [AI] The Build AI feature to generate workflows is now in the lifecycle stage ‘released’ and activated by default
- [AI] The prompt for generating workflows via AI has been improved to prevent vertical overlapping of the generated shapes
- [AI] There are now games integrated in the busy dialogs while waiting for the AI Workflow Builder’s result. A finished generation request is indicated in the dialog’s title, and the close button is enabled.
- [Integration] The Swagger documentation of the Workflow API is now grouped as Workflow only.
Business Objects
- [Integration] CryptoJS is deprecated and can be deactivated in the Feature settings (Read more)
- [Integration] The global Business Object API objects CONNECTOR_, BUSINESSOBJECT_, PLUGIN_, LOG_, TOOLS_, and USERS_ are deprecated and can be deactivated in the Feature settings (Read more)
- [Integration] The SBO API was enhanced to cover the most used crypto functions encryptAES, decryptAES, and hashSHA256 (Read more)
- [Integration] Deactivating the input validation of Server-side Business Objects called from Client-side Business Objects by setting the API’s parameter ‘parametrized’ to false has been removed (Read more)
- [Integration] When debugging server-side business objects, the execution will now be logged in the monitoring under a new monitoring action. These executions will no longer count towards the execution statistics
Connectors
- [Integration] The VS Code Monaco Editor replaced the existing editor
- [Integration] In SOAP Connectors, you can now configure a separate login method for the WSDL download (Read more)
- [Integration] REST connector now always escapes space as %20, never as +
- [Integration] The new SOAP Connector is now in the lifecycle stage ‘permanent’ and cannot be deactivated anymore
- [Integration] The improved REST Response Processing feature lifecycle stage is now ‘released’ and activated by default
- [Integration] The RFC Connector Wizard now supports updating existing calls (Read more)
- [Integration] The MQTT connector now supports connections via TLS and websockets (Read more)
- [Integration] We have added a value help to the scope field in the configuration of the OAuth 2 (Microsoft EntraID / OAuth Client Credentials Flow) Login Method (Read more)
- [Integration] External references in WSDL declarations can now be enabled in the security settings (Read more)
- [Integration] The client secret of OAuth 2 (Microsoft EntraID / OAuth Client Credentials Flow) Login Methods is now obfuscated
Users and Permissions
- [Applications] User and Group lists are now sorted alphabetically and case-insensitively
Transports
- [Workflows] The timeout for fetching workflow export items has been increased from 1 minute per item to 5 minutes per item
Logs and Monitoring
- [Integration] Failed Connector Calls and Business Object functions are no longer logged in the audit log, since all information logged is already present in the monitoring
- [Integration] VS Code Monaco Editor is now available in the log details view
Settings
- [Integration] The fields “Sender Email” and “Sender” have been consolidated into one field in the SMTP Settings (Read more)
- [Integration] The client secret of OAuth authentication methods is now obfuscated
- [Integration] The client secret of OAutch client flow login in the SMTP settings is now obfuscated
- [Integration] The VS Code Monaco Editor is now available in the SSO Authentication test view and the SAP Authentication (secret extraction)
Standard Content
- [Applications] The widgets TableEnhanced and Input now support OData v2 and OData v4
- [Applications] The PDFViewer_PDFJS Widget (OpenUI5 1.96) was completely rebuilt to support the viewing of more PDFs and update the used library
- [Applications] Added new library SimplifierContentDensity to automatically set the application’s content density based on the Fiori Guidelines (Read more)
- [Applications] Added new library SimplifierFontFix to set the SAP default font also in Popovers, like a select list. This library is automatically added to all new apps.
- [Applications] Added new WidgetGroups SuccessMessage, InformationDialog, and ConfirmationDialog
- [Applications] Added new Client-side Business Object SF_Navigation to provide a dynamic possibility to navigate to screens or to pages within a NavContainer
- [Applications] Added the library SimplifierTokenValidation from the marketplace to the standard content
- Migration Notes
-
System Requirement Changes Simplifier 11
There are no further changes to the system requirements yet.
General Upgrade Instructions for Simplifier 11
The installation and upgrade guides will be published with Simplifier 11.
Manual Changes that should already be done before upgrading to Simplifier 11
Allow *.simplifier.cloud in firewall
Simplifier requires access to *.simplifier.cloud domains to make all features available. Please allow access to *.simplifier.cloud in your firewall settings. (Read more)
Manual Changes to be done after upgrading to Simplifier 11
Replace OData V2 Connectors with new OData Connectors
Activate the OData V2 Connectors in the Feature Settings if it is deactivated and replace your legacy OData V2 Connectors with our new OData Connector and switch to the Data Service Shape in your Applications/Modules (Read more).
The legacy OData V2 Connector will be removed with Simplifier 11/MAKERS CHOICE 25-12. Thus, you should first complete the upgrade on all instances and then replace them with a new OData Connector. For more details, please see the Discontinued Tab (Read more).
This migration note was already published with Simplifier 10.
Replace the CBO function SF_File / convertFileToDataURL if used with Base64 files
The input parameter isBase64 is deprecated and will be removed in a future release. Please use the CBO function SF_File / convertFileToObjectURL instead. Find the places by using the Business Object usage feature.
This migration note was already published with Simplifier 10.
Switch to Client 2.0 Route for accessing Proxy Connectors within Scripts/Client-side Business Objects/REST API
Customers hosted in our Simplifier Cloud will get all occurrences listed upon your Upgrade Request. For on-premise instances, please contact our Customer Success Team. They let you know how to identify the places that have to be changed.
The client 1.0 route for Proxy Connectors will be removed with Simplifier 11. Thus, you should first complete the upgrade on all instances and then modify the Scripts/Business Objects as necessary before replacing the route. For more details, please see the Discontinued Tab (Read more).
This migration note was already published with Simplifier 10.
Removed Parameter ‘parametrized’ on calling Business Objects within Scripts and Client-Side Business Objects
We removed the parameter ‘parametrized’on calling Business Objects within Scripts and Client-Side Business Objects. You need to adapt your Applications and Business-Objects if you are using that option, to avoid unforeseen behavior of your Applications
Deprecated since MAKERS CHOICE 25-07
Refresh License
Refresh the license on your instances to benefit from our new AI Cloud services (Read more).
Update Standard Content
Update Standard Content to ensure you have all current fixes and features available on your instances.
Please check the endpoint of AppWizard Connector, Standard Workflow Connectors, Login, and Captcha Connector. (Read more)
Manual Changes to be done after upgrading to Simplifier 11 and before upgrading to Simplifier 12
Check the deprecated features
Please review all deprecated features and implement any necessary adaptations. (Read more)
- Discontinued
-
Deprecated Features Simplifier 11
[Integration] Support of CryptoJS in Server-side Business Objects
The active development of CryptoJS ended a while ago. For security reasons, the CryptoJS integration will be removed from Simplifier.
For server-side business objects, there will be no direct replacement. We provide replacements within the Simplifier SBO API for selected CryptoJS APIs instead, starting with AES encryption and SHA256 hashing. On-premise customers with use-cases not covered by these should contact us (for Simplifier-hosted customers, we will check CryptoJS usage automatically).
If you need client-side crypto functionality, we recommend using the available JS Web Crypto API.
You can already deactivate CryptoJS in the Feature Settings.
Deprecated since MAKERS CHOICE 26-04; Removal with a MAKERS CHOICE Release after Simplifier 11. Latest Removal with Simplifier 12
[Integration] Global API objects (capital letters) in Server-side Business Objects functions
Currently, you can still use the redundant and outdated global Business Object API with the prefixes CONNECTOR_, BUSINESSOBJECT_, PLUGIN_, LOG_, TOOLS_, and USERS_. Their usage is deprecated and will be removed in the future. Use the Simplifier SBO API instead.
You can already deactivate the global objects in the Feature Settings.
Deprecated since MAKERS CHOICE 26-04; Removal with a MAKERS CHOICE Release after Simplifier 11. Latest Removal with Simplifier 12
[System requirements] Support of Oracle for Simplifier databases
Oracle support for your Simplifier instances has been deprecated and will be removed in a future release.
Deprecated since Simplifier 8 EHP 4; End of support with a MAKERS CHOICE Release after Simplifier 11. Latest end of Support with Simplifier 12
[Integration] Result type in SQL Connector endpoints
Currently, you can set a result type in SQL Connectors. As the result types are call-specific and not connector-specific, we will remove this field in a later version
Deprecated since MAKERS CHOICE 25-12; Removal tbd
[Integration] Javascript execution in PDFs created by PDF Plugin
Currently, it is possible to add Javascript to PDFs created by PDF Plugin. This is a potential risk for Server Side XSS (PDF Injection) and Server Side Request Forgery (SSRF). The option to add Javascript to PDFs in PDF Plugin is now deactivated but can be activated at its own risk. The activation is subject to be removed in later Releases.
Deprecated since Simplifier 8 EHP 3; Removal tbd
[Integration] Removed setting to activate deprecated Connector API
The settings to activate the deprecated Connector API will be removed with Simplifier 10 LTS. Please make sure you do not use the deprecated Connector API anymore.
Deprecated since Simplifier 8 EHP 4; Removal tbd
Removed Features Simplifier 11
[Integration] OData V2 Connector
With the release of our new OData Connector, our legacy OData V2 Connector has been deprecated. Please create new OData Connectors and integrate them into your Applications and Modules
Deprecated since MAKERS CHOICE 25-08; Removed with MAKERS CHOICE 26-02
[Integration] Client 1.0 API route to access Proxy-Connector
Our new Proxy Connector will be accessible via the Client 2.0 route (Read more). Starting with MAKERS CHOICE 25-10/Simplifier 10, all old Proxy Connectors are migrated to the new one. Until Simplifier 11, the Client 1.0 route is still available. If you use it in Scripts, Client-side Business Objects, or REST-Connectors, please change it to the Client 2.0 route to keep accessing your Proxy Connectors.
Deprecated since MAKERS CHOICE 25-08; Removal with Simplifier 11/MAKERS CHOICE 26-04
[Integration] Parameter ‘parametrized’ on calling Business Objects within Scripts and Client-Side Business Objects
When calling Server-Side Business Objects within Scripts or Client-Side Business Objects, the developer was able to deactivate the input validation by setting the API’s parameter ‘parametrized’ to false. This parameter is now deprecated. You can already deactivate the parameter in the Feature Settings.
Deprecated since MAKERS CHOICE 25-07; Removed with MAKERS CHOICE 26-04
[Integration] Captcha Plugin
Our Captcha Plugin won’t be updated anymore and was removed from the plugin list in our default installation/upgrade guides. It can still be added by hand (for details check the environmental variables list in the upgrade guides).
See our Knowledge Base article on ‘How to use Google reCAPTCHA v3 Essentials’ for an alternative solution.
Deprecated since MAKERS CHOICE 25-01; Final removal with Simplifier 11
- Release Info
-
Release Date: tbd
End of Maintenance: Long-term support until 3 months after the release of Simplifier 12
All Simplifier releases and updates are provided on Docker Hub Repository.


















