cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MEINT - Change message of successful split workflow in Queue monitor

filip_c
Explorer
0 Kudos

Hello SAP Community,

is there a way how to change the standard message for split workflow in Queue monitor?

I created the pre-xslt transaction where I needed to do some logic before the split. And I have there one condition where I need to NOT "split" the message. In other words, I need to end the workflow before the split happens and that is SUCCESS state for me.

Now, if that situation happens, I pass a dummy XML as output. In the split XSL I check for the dummy output and if I find it, I create empty XML. This prevents the workflow from creating and queuing new message, so the split workflow is marked as success, job is done and everyone is satisfied - except one thing. The message in Queue monitor is "[STEP = SPLIT_END]. Successfully executed the Split Workflow." and I would like to change it to something like "No need to issue any other message, all done"

Is that possible?

Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

santosh_dv
Explorer
0 Kudos

Hi Filip,

Yes, it is possible. In the workflow, use the Pass handler section, in that call a transaction to update SAPMEINT_MESSAGE_QUEUE table using command query.

Best regards,

Venkata

filip_c
Explorer
0 Kudos

Thank you! It works fine. Maybe a little dirty to change the DBS entries directly, but it works.

Answers (1)

Answers (1)

sergiy_katerinich
Active Contributor
0 Kudos

Hi!

This message comes from java code of Split workflow. There is no legal access to it. And there is no way to control the logic of throwing such message.

Regards,

Sergiy