cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to view EH via /saptrx/eh_list report

Affan_alavi
Explorer
0 Kudos

Hin

I am trying to simmulate the standard procurement scenario, but there is an unusual issue cropping up:

>I cannot see the event handler using the saptrx/eh_list report.

>however the EH is created in EM, becasue i can find it in the /saptrx/eh_hdr table and also all the event messages are beign processed correctly.

>in the app logs in ECC i can see some error messages shown below:

Key for appl. obj   could not be determined. Detail log not available

Message no. /SAPTRX/ASC037

Diagnosis

Due to incorrect Customizing settings, the table key of the application object could not be determined. A detail log could not be created.

System Response

Processing continues without a detail log.

Procedure

Check the Customizing for application object types within the transaction for defining application object types.

&

Key for event   could not be determined. Detail log not available

Message no. /SAPTRX/ASC091

Diagnosis

Due to incorrect Customizing settings, the table key for the event could not be determined. A detail log could not be created.

System Response

Processing continues without a detail log.

Procedure

Check the Customizing for event types within the transaction for defining event types.

These error messages happen for every app object being created (not limited to PCM10_ITEM).

Does anyone know why this is happenign and whether the error is the reason i cannot view the EH in the EM system?

Regards,

Affan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190756
Active Contributor
0 Kudos

Hello Affan,

if the EH is availabe in /SAPTRX/EH_HDR please check the two fields:

EH_ACTIVE

EH_DELETED

Best regards,

Steffen

Affan_alavi
Explorer
0 Kudos

Hi Steffen,

EH_ACTIVE is "X" (yes)

EH_DELETED is "" (No)

Also event messages are gettings processed for these event handlers.

Regards,

Affan

former_member190756
Active Contributor
0 Kudos

Ok, then they should be visible in EH_LIST.

How do you query for these EH?

Are Business Process Type, EH Type and AO Type what do you expect?

Maybe search with AO Type and AOID. Then you should find the EH otherwise there is a bug in EH_LIST.

Best regards,

Steffen

former_member186607
Active Contributor
0 Kudos

Hi Affan,

did you check if some filter profile or authorization profile is active?

Best regards, Daniel