cancel
Showing results for 
Search instead for 
Did you mean: 

Doubts on opertions

Former Member
0 Kudos

Hi guys

Does anyone know how to?

a) Create a measure that involves others meausures previously created using mathematical operation

b) Create a duration meausures that just consider the start and the end of the events excluding the time used in boundaries

c) How to exclude the Cancelled instances from the Open/Closed instantes without archiving

d) How to write code in OPInt

Cheers

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Stefan

About your questions:

b)

In BPM the flow between 2 tasks might be a perfect sequence or to have exceptions (boundaries in terms of BPMN).

Then when you have exceptions the consumed time between the start/end of the original sequence might be influenced for the time of the boundary If the user choose the exception. In BPM flows when you execute the exception can return to the original task or to go to another task.

So the original start/end duration can be just the diference or the diference excluding the time consumed in the boundaries.

For example in a flow that involves Incidents you would have something like that:

1) Create the incident

2) Verify the incident

If no more information is necessary

3) Assign the incident

If more information is necessary

2.1) Request more information / Goto 2)

In this case the goal is to meausure the time consumed for the task 2 (Verify the incident) withtout considering 2.1 (Request more information)

d)

By coding I mean integrating artifacts created by myself. If Yes where to find documentation about it to learn how to do it

stefan_henke
Contributor
0 Kudos

Hi Manuel,

I´m still not completely sure about what you are trying to achieve with d). Could you explain the concrete use case of what kind of artifacts you want to integrate where?

For example, SAP Operational Process Intelligence allows you to include arbitrary calc views created by you as a measure within a business scenario. Documentation is available in section 3.16.3 in the Developer Guide:

http://help.sap.com/saphelp_hana_opint/SAP_OPInt_Developers_Guide_SP10.pdf

Best regards,

Stefan

former_member181875
Contributor
0 Kudos

Hi Pedo,

Point c).... Good catch - this is a valid requirement that we are aware of. Could you e-mail me so that we can check that SAP's proposal matches your expectations?

Best regards,

Alan Rickayzen

stefan_henke
Contributor
0 Kudos

Hi Pedo,

  1. There is currently no support in SAP Operational Process Intelligence to create measures based on other measures you defined in the business scenario. However, there is the possibility to include external calc views that include measures. So, if you would be able to model your measure outside the business scenario, you might do this.
  2. I´m not sure if I understand your use case correct. Could you maybe give an example?
  3. This is currently not supported by SAP Operational Process Intelligence. We are aware of this and intend to support this in the future. However, I´m not able to make any commitment on this at this point in time.
  4. What exactly do you mean with writing code? I assume you want to plug-in some custom coding at certain places? Again an example would help here. In general, it is possible to write code based on the HANA XS programming model and place it in your business scenario project.

Best regards,

Stefan

SAP SE

Development of SAP Operational Process Intelligence