cancel
Showing results for 
Search instead for 
Did you mean: 

No event handler created

former_member1195642
Participant
0 Kudos

Dear All

I am using Business process type ESC_DELIV and Application object type OBP10_DELIV. While creating delivery, my log in t code /SAPTRX/ASAPLOG is in green but mentions the below message:

No event management relevant event determined.

I do not see any event handler created.

What I am missing that event handler is not getting created.

Regards,

Neeraj Srivastava

Accepted Solutions (1)

Accepted Solutions (1)

arun_yesodharan
Active Participant
0 Kudos

Hi Neeraj,

   Are you using the standard ESC_DELIV ?The last time i faced a similar situation , the relevant parameters were not getting populated in control parameters.

Eg for shipment i had my custom logic for derivation of source destination & end destination & the route being used didn't had any leg ,subsequently failing my logic to fetch the destinations & as a result the event handlers were getting created without any events.

As suggested by Vishnu i say you start checking ,

1. EM Relevance Function -->Is the condition meeting

2. The control paramters/info paramters are getting populated

3. Whether the mapping area is assigned correctly in /SAPTRX/TSC0PDM & you also activated the event types in ECC eg:

OBP10_GI

OBP10_PACK

OBP10_PICK

If nothing works debug the BAPI/EH_POST for more info.

former_member1195642
Participant
0 Kudos

Thanks Arun and Vishnu for the reply. Looks I will have to debug  BAPI /EH_POST. I will revert once I have further updates.

Regards,

Neeraj Srivastava

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Neeraj,

Have you checked you AOTYPE relevance? Most likely it might be failing. If you debug or read code, compare the values in Rel FM with your Delivery.

Let me know if your relevance is true and still don't see EHs.

Thanks,

Vishnu

former_member1195642
Participant
0 Kudos

Hi Vishnu

Application object type is ok as I can see the delivery number in /SAPTRX/ASAPLOG. so it is relevant.

What could be the other possibility.

Regards,

Neeraj Srivastava

former_member190756
Active Contributor
0 Kudos

Hi Neeraj,

"No event management relevant event determined." does only mean that no relevant Event Type was determined. If you only want create AO Type this is not a problem. Maybe post a screenshot of the complete log with the entries for the AO Type that we can see what the problem is.

Best regards,

Steffen

former_member1195642
Participant
0 Kudos

Hi Steffen

Please find the screen shot for /SAPTRX/ASAPLOG.

It should create an event handler with event in grey status. All the logs are also in green.

former_member190756
Active Contributor
0 Kudos

Hi Neeraj,

according to the log an Event Handler was created:

You should see it in EM system in transaction /n/SAPTRX/EH_LIST.

Best regards,

Steffen

former_member1195642
Participant
0 Kudos

Hi Steffen

Thanks for your reply.

It is  showing - 0 record found   /n/SAPTRX/EH_LIST, I already checked. Should I try to debug some BAPI in EM system.

Regards,

Neeraj Srivastava

Former Member
0 Kudos

Hi Neeraj,

Can you check your queues and see if anything got stuck there?

Tcode: SMQ1 and SMQ2.

Also, see if any dumps in ST22

Thanks,

Vishnu