cancel
Showing results for 
Search instead for 
Did you mean: 

Event message status

Former Member
0 Kudos

Hi,

I had executed Expected event monitor Pack transaction to check if certain events are overdue in the given period and mark them as over due. This is working fine.

Now when I change the freight order it was triggering my extractor function again and retrieving all the events and as the result of this the status of the event is reset to E which is expected in the table /SAPTRX/EH_EXPEV.

Can I know do we have any OSS for the same or any BADI.

Regards

Raghav

Accepted Solutions (0)

Answers (1)

Answers (1)

kevin_wilson2
Contributor
0 Kudos

It's for this reason that I state that it is not desirable to run through the AOT extraction functions when an event is triggered... The AOT should run through once when it is created. From then on it should not run through and the corresponding EH should only be updated via a subsequent event. If you leverage this technique you will not have this issue.