‎2005 Jun 08 11:59 AM
Hi all,
If anybody knows how to debug a reciever function module in event linkage method then please respond.The scenario is that whenever service order is changed the change event will fire the custom business object which has a supertype BUS2088.
‎2005 Jun 09 8:43 AM
Hi Nishanth,
You can debug event linkage using the transaction SWUE.
Here you can raise an event and specify an object key (using an already created service order).
Just flag the trigger receiver FM synchr. checkbox and your break point will be hit.
Hope that helps.
Cheers,
Brad
‎2005 Jun 08 2:12 PM
Hi Nishanth,
Assuming your Changed event is getting fired:
Set a break point in your Reciever Function Module.
Start the change Service Order transaction.
Start the debugger before saving the order, activate Update Debugging and hit F8.
You may have to hit F8 again when the Update Proceesing opens up in the debug tool.
Let me know if it worked.
Cheers,
Ramki Maley.
‎2005 Jun 09 6:32 AM
Hi Ramki,
I already tried the procedure that you have advised.But the problem is that the event gets fired after the commit work.So putting a breakpoint and activating the update debugging mode isnt working.Thanks anyway.
‎2005 Jun 09 8:43 AM
Hi Nishanth,
You can debug event linkage using the transaction SWUE.
Here you can raise an event and specify an object key (using an already created service order).
Just flag the trigger receiver FM synchr. checkbox and your break point will be hit.
Hope that helps.
Cheers,
Brad
‎2005 Jun 09 9:52 AM