cancel
Showing results for 
Search instead for 
Did you mean: 

Status of event handler

former_member193027
Participant
0 Kudos

Hi Experts,

As we know the status attributes reflects the status of event handler based on transportation status, delivery status etc.

In that case can someone inform how the rule sets directly updates the EH statuses since I think there is no dependency on the statuses on EH which comes from TM system. Unless there is any transaction data how does the statuses gets updated from EH perspective?


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dipak,

SAP Event Management drives separately to set the status attributes based on Event Handler Creation, Update and Event Message.  There are standard activity methods STATUS_CHECK and STATUS_SET delivered by SAP.  STATUS_CHECK is used to check status of status attributes and STATUS_SET is used to set the statuses like Loaded, Arrived, Shipped, Departed, Collected etc.

You can create your own statuses and set statuses based on your configuration on following areas:

Updating Event Handlers - IMG -> Event Management -> Event Handlers and Event Handler Data -> Event Handlers -> Define Activities for Updating Event Handlers

Expected Event Monitor - IMG -> Event Management -> Event Handlers and Event Handler Data -> Expected Events -> Define Activities for the Expected Event Monitor


Ruleset- IMG -> Event Management -> Reaction to Event Messages -> Define Rule Sets


Let us know if you need more information.


Regards



GGOPII

Answers (1)

Answers (1)

former_member186607
Active Contributor
0 Kudos

Hi,

you are right, there is no direct dependency between TM status and EH status, i.e. there is no direct update of a status value if status in TM changes. The EH status are updated via rule set activity method STATUS_SET. You can check the delivered multitask activities like ODT30_TO_DEPART on how this is done:

Best regards, Daniel