SAP EM Newsletter

Subscribe for SAP EM related news
Banner
Banner

Attention: open in a new window. PDFPrintE-mail

2008
15
Jan

Method ACT_EE_MODIFY return codes

Method ACT_EE_MODIFY of class /SAPTRX/CL_EH_EVENT_MSG_MODEL

 

This method is used to update the expected events of an event handler when the EEMODIFY table is passed in with any event message. You need to specify this activity in your ruleset for the event being received with the modified expected event details otherwise the expected events will not be updated.

 

You can Update, Insert and Delete expected events.

Description of return codes:

 
  1. 1 - Mapping of event code failed (See SPRO -> Event Management -> Event Handlers and Event Handler Data -> Codes -> Event Codes -> Define External Event Codes and How They Are Mapped)
  2. 2 - Expected Event already exists (You did an insert yet that Event Code already exists as a value for the event handler in table /SAPTRX/EH_EXPEV)
  3. 3 - Referenced Expected Event was not passed with the Event Message (During Insert the MODCNT is wrong and does not reference a message passed)
  4. 4 - Referenced Expected Event does not exist (You are trying to insert an expected event that is not known as an expected event for this event handler. It can not add it to table /SAPTRX/EH_EXPEV)
  5. 5 - No Expected Event Available (The expected event date is initial during an update)
  6. 6 - Expected Event Insert Failed
  7. 7 - Expected Event for update does not exist (no entry in table /SAPTRX/EH_EXPEV)
  8. 8 - Expected Event Update failed
  9. 9 - Expected Event for deletion does not exist
  10. 10 - Expected Event deletion failed
  11. 11 - Add duration failed (If you passed duration with values other than a number it will fail)
  12. 12 - No timezone provided
Last Updated (Tuesday, 20 January 2009 00:21)
Banner
Free software downloads