cancel
Showing results for 
Search instead for 
Did you mean: 

SAPMEINT-Workflow technology

Former Member
0 Kudos

Hi, I am searching for information on the Workflow of SAPMEINT (ME 6.0) and yet not able to find any information regarding my questions

In which technology is Workflow handler implemented? I believe it is not BLS of MII directly. Am I correct?

thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Dear Seng Kiang Hoe,

Not sure I got your question. You should be able to check Workflow handler transaction in deployed MEINT project (Visiprise) under MII Workbench.

Regards,

Alex.

Former Member
0 Kudos

Hi Alexander

Under SAPMEINT WOrkflow Configuration, the workflow type shows the workflow handler. For example

The Standard workflow handler is:

java:com.sap.me.integration.frame.workflow.StandardWorkflow

Compare to ME 5.2 Version, the workflow points directly to MII's transaction (specific workflow; eg yieldBackFlushing).

In ME 6.0, the workflow seems generic manipulation of XML file and saves the transformed xml to a database.

This workflow "java:com.sap.me.integration.frame.workflow.StandardWorkflow", do you know in which tech. it is implemented?

I hope I explain and formulate my question well...:)?

sengkiang

Former Member
0 Kudos

Hi Seng Kiang Hoe,

It's implemented based on XSLT, you need to select the workflow of particular IDOC and modify the request and response xslt path assigned to the workflow.

Hope it helps !

Regards,

Rakesh