cancel
Showing results for 
Search instead for 
Did you mean: 

event handler not created at fu save

petra_just
Active Participant
0 Kudos

Dear experts,

have done the EM customizing with another customer and I have used custom application object types. I have activated those and de-activated the Standard ones, but still my FUs are created and no Event handler is created at the save. Can you kindly help?

Will reward fast Points for good advise.

Regards

Petra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Petra,

Let's do a step by step checks:

  1. Check your FU type configuration if custom  AOT is maintained
  2. Check PPF adapter if the EM trigger is on
  3. Check if AOT em relevance function is checking for custom AOT
  4. Check your Event Mangaer if it points to the right target system
  5. and if you are doing asynchronous connection check your queues
  6. Check your parameter mapping profile

Thanks,

Deb

petra_just
Active Participant
0 Kudos

Thx for ur quick reply. ist so helpful.

1. yes

2. please explain further

3. have set it as "always relevant", but I also have a custom function that checks custom AOT

4. yes Ev Mgr Points to right target system

5. which Transaction and plse explain

6. mapping Profile is ODT30_TOR with my appl System and custom AOT.

Former Member
0 Kudos

Hi Petra,

See the screenshots below for the points you needed more clarification:

1) Check your FU type configuration if it set to "Tracking Relevant"

2) Check the PPF settings which triggers the Direct Output type Agent and calls EM. this should be enabled

5) Check your Event manager if it is set to Sync or Async. If it is async, check SMQ1 (T-code) if there are outbound queues which are stuck

And, finally if you are a technical person, Do the Debugging. Put your breakpoint at the following points:

1) At the class via SE24 - /SCMTMS/CL_TOR_D_ROOT_BS Method /BOBF/IF_FRW_DETERMINATION~EXECUTE

2) At the class /SCMTMS/CL_OUTMGMT_EXEC_TOR Method DISPATCH_INT and Method CALL_EM_TOR_DATA

3) At the class /SCMTMS/CL_EVENT_MANAGEMENT Method SEND_TOR_DATA, Line No. 1205

4) And then Finally your Relevance Function Module

If all of these pass, then you can also check your application log via SLG1.

Thanks,

Deb

petra_just
Active Participant
0 Kudos

thank you. This is very helpful. Will check all this !!

petra_just
Active Participant
0 Kudos

Deborah, it works now. The event handler is created at the save of the FU. The PPF Setting where you have sent a screenshot was not active. Once, I have activated it, it worked.

I cannot say how thankful I am. Have a great week!

petra_just
Active Participant
0 Kudos

Maybe one advise from me for those you are confronted with the same problem. You can cancel the FU and the system will create a new one. This way, you can debug the problem without having to send a new InbDel/DTR/FU from ERP (for shippers). Of course, the Debugger will only stop if you have done the PPF Setting as described in Point 2 described by Deb.

Answers (0)