Ask questions and get answers about Celonis products from experts and peers.
Recently active
Hi all, I have questions about SAP onetime data download ABAP program.Doese anybody give me the screenshot for selection screen sample? I mean, I'd like to know the syntax to write in selection scree, such as comma separating or if I need to use quotation to define table name.Is all data extracted if I push Execute extraction in background if I write selection condition to custom table data download field? (I mean, will data be downloaded wheateher O2C data + selected data or only selected data?) (In case I'm using O2C download template.) Regards,
Hi All, I'm wondering if there is an option to see history of augmented attribute? Let's take a look on below example: If we are changing status (augmented attribute) to "Urgent", we always want to see this case with priority "High", no matter that we will change this status to "In progress" later on. Priority field should works like IN() formula - we want to check if at least once this status was used so the priority can be assigned properly. In addition to that, can we somehow see the history of those changes in simple table? For example three columns - date | user who set the status | status.And I'm not talking about Activity History which seems to not be very customizable and is showing each field as separate change. Many thanks in advance for your help!
I want to insert date-time data from one table to another but I am getting Execution error: ERROR: Column "event_time" is of type timestamp but expression is of type varchar error
How can I pass data from all the tables from a view on a button click to a webhook, if through YAML then how can I configure it in YAML?
To join these 2 tables I use the fields "MANDT" and "AUFNR".In the table B, there can be several dates for the same order (AUFNR) and in table A I want to have only the most recent date for the order.So I tried the formula LAST(table.date ORDER BY table.date ASC) but it did not work. CREATE VIEW PP_QALS AS ( SELECT DISTINCT "QALS".*, LAST("AFRU"."IEDD", ORDER BY "AFRU"."IEDD" ASC) AS AFRU_IEDD, FROM QALS_U_PP AS QALS LEFT JOIN "AFRU_U_PP_TEMP" AS AFRU ON 1=1 AND "AFRU"."MANDT" = "QALS"."MANDANT" AND "AFRU"."AUFNR" = "QALS"."AUFNR"), Do you know how I can add this date field in table A ? @lovise.helln (FYI)
I am unable to find the Celonis value calculator anymore where we could input value and it would give us the potential benefits that can be uncovered. Has it been removed or am I doing something wrong?
Populate variable based on another attribute of selected record (e.g. select material no via drop-down, but populate variable with value of material group of selected material, i.e. another attribute of the selected record) - is this possible?
Hi All, I am trying to create a conformance analysis for the P2P process. The problem is that we don't have one process model for it since it is a really complex process with multiple sub-levels. I already have the high level process model and its sub-levels, but they are on separate files and I can't upload them all on Celonis for Conformance Analysis. Are there any suggestions on how to address this and perform a conformance analysis for a complex process such as the P2P process? Thank you!
Vendor registration for deploying remote technical resources
I am trying to create the comment table but it's not showing anywhere. I want to use that comment section in my OLAP table to provide access to user to comment on any of the cases please help.
My company is planning to update the codes used in the MARA.MSTAE and MARC.MMSTA fields. What I'm trying to figure out is where these fields are used in formulas and filters. I can look at the data models and see that we only use those tables in three specific data models. The knowledge model in one of those was pretty easy, because it has an internal search function. I tried to use the search bar inside of each package, but that appears to only do a surface level search of column titles and such. My question is this: is there a way to search the filters of each analysis/component and code within OLAP tables without opening/editing each analysis and table individually? To phrase it differently: a code-level search function within a space or analysis?
Filter on the most common variant #3 and #4. Make sure the two variants are superimposed on top of each other. Looking at the Process Start and Process End dotted lines, which of the below statements are accurate? Select TWO options.
I am trying to find a way to modify the following PQL code to change the KPI by the selection of the specific time frame. KPI("days_considered_for_inv_lt")*MOVING_MAX( PU_SUM( DOMAIN_TABLE(ROUND_MONTH("o_custom_StockHistoryStorageLocation"."CurrentPeriod")), FILTER_TO_NULL(COALESCE( CURRENCY_CONVERT( "o_custom_StockHistoryStorageLocation"."BaseTotalValuatedStockQuantity" * BIND( "o_custom_MaterialMasterStorage", PU_LAST("o_celonis_MaterialMasterPlant", "o_celonis_StockHistory"."UnitPrice")) ,FROM( BIND( "o_custom_MaterialMasterStorage", PU_LAST("o_celonis_MaterialMasterPlant", "o_celonis_StockHistory"."BaseCurrency"))) -- ,FROM("o_celonis_MaterialMasterPlant"."BaseCurrency") ,TO('EUR') ,PU_MAX(CONSTANT(), "o_celonis_StockHistory"."CurrentPeriod") ,&
Hallo, I am trying to create a predefined view filter to filter POs starting from 01.01.2023 until today, so that users when opening the view get all the data regarding POs from 01.01.2023 until the date they open the view. This is how i did it but it is not working i guess because it sees the date format as String. Any Idea of how can i solve this, will be appreciated! FILTER "EKKO"."AEDAT" BETWEEN '2023-01-01' AND TODAY(); Thank you!
Thanks, Kandi Ajith Naidu.
Hello, has anyone set up a connector to Intaact, Netsuite, or dynamics great plains? Also, does anyone know if Celonis even has connectors for these three ERP's? If you could let me know, and where to find this information, I would greatly appreciate it.
I am using an olap table where a record from my dimension dissapears when i use a kpi which is based on a table that does not have this record. Why does this happen? can I make it appear using this kpi?
Dear Community, Did you ever handle the following delta extraction error message on JDBC: Columns: (SYS_NC00065$, SYS_NC00066$, SYS_NC00067$, SYS_NC00064$) have changed. Table won't be delta loaded. Please perform a full load instead. ? The columnname all include a $-symbol, but I cannot understand whether that is a reason. I would welcome any helpfull suggestion. Thanks a lot
Hi, how can I write the value of a KPI into a variable, to use the value in another Views component? Thanks!
In analysis we can use component filter to filter by using saved formulas whereas in Views able to filter only by selecting attributes but not saved formulas. Even I have created filter in KM and tried using that filter for a component in Views getting error like PQL ErrorA PQL error is preventing this query from executing.KPI with name "Case_type_new" could not be found.
Is there any use case using Service Now connector ? I want to see how Celonis was able to bring value.
Navigate between your object-centric data models in separate data pools (Available on request) (2024-06-05) You can now switch between multiple data pools in the Objects and Events UI, rather than entering the UI from the data pool each time. If you've enabled our solution for data segregation for object-centric process mining, where you have an object-centric data model in every data pool, you'll get the new navigation feature. If you haven't, and you're using a single object-centric data model in the OCPM Data Pool, you won't see it. Talk to your Celonis point of contact if you want to use object-centric data models in all your data pools - you can read more about it at Multiple object-centric data models. If you're an admin or analyst in a team with multiple object-centric data models, you can now go to Data > Objects and Events in the Celonis navigation bar and get a list of your data pools to choose from. We'll open the Objects and Events UI for the
Hi, Can anyone help me to calculate time difference between LAST TWO activities in the process where last two activities are not fixed ones. Thanks in advance!
KPI("cancelled_cases")*(KPI("cost_per_transaction"))The Cost per transaction should stay the same figure:Cost per transaction: KPI("total_operating_costs")/Global(KPI("case_count"))So the Case count above must stay the total amount of cases and not reduce if I filter for a shorter time. The Total operating cost is a constant figure.
Do you recommend one in particular? Found issues to integrate? TIA!
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.