<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Debug During Event Linkage( Reciever Function Module ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-during-event-linkage-reciever-function-module/m-p/892025#M53548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can debug event linkage using the transaction SWUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can raise an event and specify an object key (using an already created service order).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just flag the trigger receiver FM synchr. checkbox and your break point will be hit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2005 07:43:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-09T07:43:52Z</dc:date>
    <item>
      <title>How to Debug During Event Linkage( Reciever Function Module )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-during-event-linkage-reciever-function-module/m-p/892022#M53545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;       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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2005 10:59:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-during-event-linkage-reciever-function-module/m-p/892022#M53545</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2005-06-08T10:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug During Event Linkage( Reciever Function Module )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-during-event-linkage-reciever-function-module/m-p/892023#M53546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming your Changed event is getting fired:&lt;/P&gt;&lt;P&gt;Set a break point in your Reciever Function Module.&lt;/P&gt;&lt;P&gt;Start the change Service Order transaction.&lt;/P&gt;&lt;P&gt;Start the debugger before saving the order, activate Update Debugging and hit F8. &lt;/P&gt;&lt;P&gt;You may have to hit F8 again when the Update Proceesing opens up in the debug tool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ramki Maley.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2005 13:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-during-event-linkage-reciever-function-module/m-p/892023#M53546</guid>
      <dc:creator>ramki_maley</dc:creator>
      <dc:date>2005-06-08T13:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug During Event Linkage( Reciever Function Module )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-during-event-linkage-reciever-function-module/m-p/892024#M53547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramki,&lt;/P&gt;&lt;P&gt;         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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2005 05:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-during-event-linkage-reciever-function-module/m-p/892024#M53547</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2005-06-09T05:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug During Event Linkage( Reciever Function Module )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-during-event-linkage-reciever-function-module/m-p/892025#M53548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can debug event linkage using the transaction SWUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can raise an event and specify an object key (using an already created service order).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just flag the trigger receiver FM synchr. checkbox and your break point will be hit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2005 07:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-during-event-linkage-reciever-function-module/m-p/892025#M53548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-09T07:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug During Event Linkage( Reciever Function Module )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-during-event-linkage-reciever-function-module/m-p/892026#M53549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Brad...It's working..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2005 08:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-during-event-linkage-reciever-function-module/m-p/892026#M53549</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2005-06-09T08:52:30Z</dc:date>
    </item>
  </channel>
</rss>

