cancel
Showing results for 
Search instead for 
Did you mean: 

Processing Rule Editor Issue in MII 14.0

Former Member
0 Kudos

Hi,

I'm having MII 14.0.2 build (82) and trying to create a processing rule for an idoc.

In Message Name Field when I enter /SCWM/WMTOID01 and save,it is not allowing to save and saying Enter Valid values.

Can someone please provide input on this.

Thanks

Suresh Hiremath

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Suresh, here is a bad way to have what you want working, but it would be good to also raise a support ticket.

You can run an update statement on the MII NW table

UPDATE [XMII_JCOPROCRULES]

   SET

    [MSGNAME] = 'MSG_NAME/TEST'

WHERE [ID] = <Your Rule ID>

This will update the initially created rule and define the correct MSG Name.

Hope it helps,

Cheers, Arnaud

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

It was bug and it has been fixed in the patch.We applied the MII and MII admin patch. It worked.

Refer the note 1822110

Regards,

Suresh Hiremath

Former Member
0 Kudos

Hello Suresh,

   The screen throws an error because it found an unsupported character in its Message Name Field.

   If you remove "/" from the name, it would get saved. "/" i believe is not allowed in the name

However, you could use *SCWM*WMTOID01 or *WMTOID01   in the Message Name field. Remember that *WMTOID01 would mean all message ending with WMTOID01.

Regards,

Tufale Ashai.

Former Member
0 Kudos

Hi,

*WMTOID01 is accepting but when triggered, Msg Monitor status shows as "No Rule".

That means the "Transaction" is not triggered at all.

Can someone help me in this regard.

Regards,

Suresh Hiremath

former_member211944
Active Participant
0 Kudos

Hi Suresh,

I tried the scenario and the message gets processed if the message name in the processing rule is either the exact message name or *.

I am not sure whether it is a bug or intentionally kept like that.

Regards,

Rohit Negi.