Ask questions and get answers about Celonis products from experts and peers.
Recently active
Hello Celopeers Community, I want to delete or clear a specific range within a table via the Excel Action Flow Module. There is a module which can delete seperate rows but therefor I have to combine it with a repeater. Is there a way to give a specific range as an input in order to delete these rows? I want to avoid to delete and recreate a new table becase I need the same table IDs for further processes. Many thanks in advanceJan
Hello everyone, Could someone please guide me on how to migrate from C4C to EMS? Or point me to the appropriate documentation, as I can't seem to find it? Thanks in advance.
We have an extractor set-up, but had to manually input a table. Now, we can't call such table in the extractor's data connection schema because it is in a different scope (manual uploads require a global connection, hence the different scope ).
Hi guys, im looking for a way to obtain data from a different table which is not directly connected to my main table, therefor i need a PU Query. Example: Table 1: Part TableTable 2 (not connected): Part Specials Table with each x rows for 1 Part. Here I want to check if the part specials table has a specific value in in, for example 'TestA', since the values in part special dont have a strict order I cant use PU_FIRST or PU_LAST. Do you guys know a way to get the information from that table? Thank you and best regards
Hello, we are currently playing around with OCPM on a non-sap system.We want to add aditional columns from the source table to the OCPM Object. However, we would need to add each as a custom property. Anyone found a solution to add them all similar to "select * from sourcetable"? Thanks for the help! Best regardsPatrick
Hi all, we would like to know if it is possible to select multiple items in a table within a view (see screenshot) and then start an action flow only once gathering all the different items instead of starting the action flow for every line seperately. Thanks and best regards,Sarina
Sustainable Procurement with the Sustainable Spend Management App 💰 With the new regulatory pressure, such as the German Supply Chain Due Diligence Act procurement teams need transparency across their supply chain when making complex buying and sourcing decisions. Which is why the Sustainable Spend Management App was created. The Sustainable Spend Management App is built for procurement teams to: Allocate spend based on environmental, social and governance criteriaIntegrate various data sources Ensure teams can quickly and intelligently identify and remove spend associated with high-risk suppliers Improve rating coverage among their supplier base The App was developed in collaboration with Ecovadis, a leading sustainability ratings platform, and IntegrityNext, a leading cloud based supply chain monitoring and ESG risk management system. Want to learn more about how the App works? Visit our website for more information. Kind Regards,The Celonis Sustainability Team 🌍
I've also tried to create an Action Flow connecting to Celonis, using the Application KeyI get varying errors, from 401 to "Invalid Application Key"(which should be valid, I copied it from Admin and settings->applications after previously creating an asset. Weirdly enough I have made a successful connection to Slack 2 months ago.
My SAP team added new fields to a table that I extract for process mining. My delta loads have been failing. Do I need to initiate a full drop and reload? Will that then pick up these new fields or is there something else that I need to do?
Good morning Everyone, We have recently started to build an Action Flow that consists of emailing users regarding invoices that have Cash Discounts available. We have managed to build it successfully up to the part where we want to have a .csv file in attachment. As you can see here, the file that we get as an attachment has an odd encrypted format: Could you please point us in the right direction? Nothing we've found in the available documentation / Celopeers community has helped us tackle this This is our Action Flow setup:This is the Skill setup: Thank you so much in advance, we really appreciate it! Best Regards, Vasco Carona
We are trying to compare the number of sales orders versus the number of invoices(AR starter kit) for all the sales orders considered in the Order management start kit. How to create a link between the sales orders and invoices in order to match the number of invoices against all the sales orders created
Hi Team, I have Two Data Pools, Data Pool 1 & Data Pool 2. Now, i want to merge / add Data Pool 2 into Data pool 1. Data Pool 1: Transformations are having extra logic compared to Data pool 2. Tables used in Data Model are same for both pools.
Hi all, I would like to create analyst user to chcek appearance of each roll, does anybody know how to create user without mail address? I can only see 'Invite user' option at user setting screen. Thx,
Hi, I have hopefully a quick question - can I, within Views, define that a component isn't filtered with selection the same way I can do within Analysis? Thanks!
We are trying to generate a table which contains n rows starting from 1 to n where n is dynamic. we tried the below code, but it creates only 9 rows from 1 to 9. //code insert into supplierNumbers (num)WITH RECURSIVE NumberSeries AS ( SELECT 1 AS value UNION ALL SELECT value + 1 FROM NumberSeries WHERE value < 20 )SELECT value FROM NumberSeries; // is there any way to overcome this?
I know that the forum is aimed at the Celonis product, but would anyone know which table.field in SAP has the information on the date of creation of the Contract?
The question is related only to OnPremise version of Celonis, not EMS.
how to get badge after completion
I have a time stamp in the below format in a spreadsheet YYYYMMDDHHMMSSMS. When i try to upload this sheet the MS part is cutting out. How do I upload timestamp with microseconds?
Hi all, According to the documentation, if i extract new and changed records of a table Table with delta extraction, I should be able to access to these data using the placeholder <$Table> in transformation tasks. I'm trying to set up a delta pipeline, but my transformation ends with errors, because the placeholder <$Table> seems not to be recognized, even if I launch the tasks in delta mode. I have already set up delta extractions and I am doing mock trials to understand the error, which I paste here: If I reference the placeholder with <$Table>, I obtain "ERROR: Syntax error at or near "<" at character 101".If i reference the placeholder with "<$Table>", I obtain "ERROR: Relation "<$Table>" does not exist". The structure of my delta transformation is: CREATE TABLE TMP_Table AS ( SELECT Field_1, Field_2 FROM <$Table>); What could cause this error? Am i missing some further configurati
I have values in a column like 90, 100, 30, sixty, nienty, sixHere I’m looking for a function/way we can convert sixty, nienty, six to 60, 90, 6For now I’m using regular expression in case when to define the numeric value of text.looking for more suggestionsThanks in advance!
I am experimenting with the use of variables in Celonis Studio. To represent a simple case, I have created a variable named Generic_Title in the settings as Text/Replacement variable, which I want to output in a Text Component. Unfortunately, Studio cannot resolve it. Is it possible to do so or are there some workarounds I need to implement?
I am trying to filter the orders that have a partial delivery. Currently I have created a record for this to identify them but now I am unable to transform it into a filter, so I can apply it to tables where I have sales orders that need to be filtered to see only the partially delivered ones. So I tried several ways to do this but it seems I am unable to find the right way. FILTER (CASE WHEN MATCH_ACTIVITIES (NODE_ANY ['Delivery at Customer']) = 1 THEN 1 ELSE 0 END)/COUNT("VBAK"."SUBMI") < 1;
From template we have AR transformation 'Received Payment', what types of documents (BKPF_CLEARING.BLART) can be used for this activity, other than those in the default template - DZ, ZP?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.