Skip to main content

I have installed the O2C app on S4. This app has no KM/views but analysis. In the analysis there sort text variables like #{development}. I thought I read something about this but don't know anymore how this works. cannot find it in the help as well.

You can Name your Formula as #{....}:

 

image=> Name it as: #{"NetOrderValueJP"}

 

and than use it as reference:

 

image 

Result:

 

image 

More information to Text components:

 

Text Component (celonis.com)


I got a formula which has the following name:

 

imageWhen I edit the formula name it shows

 

image 

So somewhere there must be a reference that #tSOItems} = "Sales Order Items" But I don' know where.

The strange thing is that when I copy the analysis to another package and connect it to another connector, the references are not copied with it

 


I got a formula which has the following name:

 

imageWhen I edit the formula name it shows

 

image 

So somewhere there must be a reference that #tSOItems} = "Sales Order Items" But I don' know where.

The strange thing is that when I copy the analysis to another package and connect it to another connector, the references are not copied with it

 

You have to look up for the KPI. Bc it's referenced to the KPI: KPI_SOI_COUNT which is saved and created in this project.


There is no text "Sales Order Items" in the KPI

image 

so where is it configured that #{SOItems} = "Sales Order Items" ?


There is no text "Sales Order Items" in the KPI

image 

so where is it configured that #{SOItems} = "Sales Order Items" ?

Ah, I see what you want you want to find out.

 

Maybe this example makes it clear:

 

image 

The reference to the first line is:

 

image 

With the name Payment in (ZBD1T) as #{"EKKO"."ZBD1T"}

 

I#{"EKKO"."ZBD1T"} is referenced to a name which is generated or connected from the internal data model. So you have to change it there. I don't know how this works detailed but it has a given name, like: "EKKO"."ZBD1T" with the Name "Payment in (ZBD1T)"

 

image 

I hope that makes it clear.


Yes that i figured out that I am able to reference to the name mapping text from a table.column. But #{SOItems} = Sales Order Items is not a table.column, so it should be mapped somewhere else but don't know where to find it.

When you install the O2C App Process Cockpit, all fields and labels are using these kinds of references but I have no idea where that is configured.


Reply