Welcome to the Syniti Ideas Portal!

Do you have feedback regarding the current product, or new ideas for improvement?

Tell us how we can make the Syniti Knowledge Platform more useful to you.

Planned

ADMM Report Links Support NULL Values

SAP Case 190150/2025 was submitted for an issue with the ‘Report Links’ functionality in ADMM not working on columns that have NULL values. That ticket was rejected and the suggestion was to log this as an Idea instead. The background here is we are trying to use Report Links to bring some higher-level visibility and sanity to our Postload Mismatch reports. For an object like MM and a table like MARC, you end up with over 700 columns to sort through horizontally which is not feasible. We have created a few summary views in SQL which pivot the data from columns to rows, and then we are using Report Links to go between the summary reports and standard mismatch reports. The issue happens when one of the fields you are linking on between the reports has a NULL value. In that instance, nothing comes back when you drill-through in ADMM. It would be great if the joins ADMM is generating can be wrapped in COALESCE (or an appropriate equivalent) so that these links can function.

Peter Berke About 1 month ago

1

Unlikely to Implement

Prevent UI elements from being hidden in table layouts

UI elements (like the History, View, and Download buttons for Migrate reports) are included in table layouts, and often placed on the end of a table. When viewing the application the end column is often minimized to the point of hiding these buttons, or obscuring several of the options. A user has no way of knowing these elements exist unless they previously experienced them. Even if a user has experience with them, this problem is often compounded by the fact that the end column of a table can’t be expanded by dragging like all other columns. The user must right click the header and selecting the “Autosize” option to fix the issue.

Tyler Triemstra About 2 months ago

1

Planned

SKP/Orchestrate - limit to list only deployed BOOMI Processed

We have a request from the client team member as listed below. Can you please check and advise, if it's possible to achieve it? Else please provide the reasoning for the way, it is implemented. When setting up an Orchestration Workflow in Orchestrate, we are able to view all the available processes under that atom, irrespective of the fact that they are deployed or not: Is it possible to have only deployed processes visible for selection when setting up an Orchestration Workflow ? This will ensure that a user invokes a Boomi integration that is ready for execution and not accidentally invoke anything that might be in design or testing phase. To list all processes deployed on a specific Atom using Boomi AtomSphere APIs, you can follow these steps: 1. Authenticate: Ensure you have the necessary API credentials (API Token, Account ID, etc.) to authenticate your requests. 2. Use the Deployment Object: The Deploymentobject in the AtomSphere API allows you to retrieve information about deployed processes. You can filter this information based on the Atom ID. 3. API Request: Make an API call to the Deployment endpoint. Here’s a basic example using a GET request: GET /api/rest/v1/deployments?atomId={ATOM_ID} Host: api.boomi.com Authorization: Bearer {YOUR_API_TOKEN}

Gaurav Kothari 4 months ago

1

Planned

Replicate Read Text should create Background Jobs in SAP

Description: The "READ TEXT" function module that is run from Replicate is generating "foreground" jobs in SAP. This makes the entire query subject to the SAP application's timeout parameter for foreground jobs (rdisp/max_wprun_time). At one client, their production SAP app has the timeout set to 1 hour. Understandably, they don't want to raise the setting any higher since it applies to the entire SAP application, not just to the user running the READ TEXT function module. Recommendation: Make it possible for the call from Replicate to instruct the READ TEXT function module to generate background jobs. https://help.sap.com/docs/SAP_HANA_COCKPIT/e8d0ddfb84094942a9f90288cd6c05d3/5cad206bde094bbf944efc3701995594.html

Ben Bauer 5 months ago