cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Rule for stop processing of expected event message

Former Member
0 Likes
713

Hi Experts,

I am just wondering which rule/action will fulfill below requirement .

I want to stop processing of event message for one of expected event .

I do not want to stop processing in preprocessing function module as i need to create a error log and trigger alert .

QUIT EVENT MESSAGE PROCESSING rule works for unexpected event only .

1) How to fill NOT_RELEVANT field in table EH_EXPEV.

2) If I populated INVALID_DATA field in preprocessing , will it reach to ruleset to create error log and trigger email .

Thanks in Advance ,

Rajesh

View Entire Topic
Former Member
0 Likes

Hi Vishnu , Hi Steffan , Hi Gopi ,

Thanks for your valuable suggestion .

We are planning following method to call protected method of /SAPTRX/CL_EH_EVENT_MSG_MODEL class .

1) Create a sub class of SAPTRX/CL_EH_EVENT_MSG_MODEL and create a public method .

2) We will call UPDATE_EH_EVMSG from method of above subclass .

Please check following SCN link and let me know your view .


https://scn.sap.com/thread/278775


Regards,

Rajesh

Former Member
0 Likes

Yep, try it out. I like the Steffen's idea though. In this way if your update_eh_evmsg doesn't work, you can create your own Zquit_processing as well which does not check for expected events.

Let me know if you need any additional help.

Thanks,

Vishnu