<?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: FM not triggering???????? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573221#M258813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chesat!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your ZFM is called in update task. You did not activate update debugging, so any break point does not stop, even when the function is called.&lt;/P&gt;&lt;P&gt;This is a setting in the properties of the debugger, activate this before ( / in the beginning of) saving the delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2006 07:47:45 GMT</pubDate>
    <dc:creator>christian_wohlfahrt</dc:creator>
    <dc:date>2006-09-29T07:47:45Z</dc:date>
    <item>
      <title>FM not triggering????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573220#M258812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to ALE/ IDocs and trying to trigger a ZFM from a delivery. An IDoc is generated when an o/p type is created. When I do that it is generating the IDoc but if I put a break point to chk my code in FM where IDoc is getting generated it's not stopping. Any idea?????????? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.... &lt;/P&gt;&lt;P&gt;chesat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 07:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573220#M258812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T07:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: FM not triggering????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573221#M258813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chesat!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your ZFM is called in update task. You did not activate update debugging, so any break point does not stop, even when the function is called.&lt;/P&gt;&lt;P&gt;This is a setting in the properties of the debugger, activate this before ( / in the beginning of) saving the delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 07:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573221#M258813</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-09-29T07:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: FM not triggering????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573222#M258814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems the FM is under an IF condition or would be executed only if certain condition is satisfied. Since the condition is not satisfied your FM is not triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want that the FM should alwyz be executed, then please check whether you have specified in condition for its execution.&lt;/P&gt;&lt;P&gt;I hope this would solve the problem. If it still doesnt solve the prblm, then pls. paste the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 07:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573222#M258814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T07:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: FM not triggering????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573223#M258815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; use the inbound/outbound idoc function to test your idoc inbound/inbound. &lt;/P&gt;&lt;P&gt;Create and idoc like the other and try execute it. There u will able to put the break point to the function module that save the idoc on the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i don't have a system near here. Run WEDI trx and then select an idoc already created , copy and test it.&lt;/P&gt;&lt;P&gt;Before "run", u shoul be albe to select the which FM use to save it. Watch what is the FM and put a break-point in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pls reward if it helps&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 09:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573223#M258815</guid>
      <dc:creator>andrea_galluccio2</dc:creator>
      <dc:date>2006-09-29T09:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: FM not triggering????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573224#M258816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chesat,&lt;/P&gt;&lt;P&gt;There might be 2 possibilities for that :&lt;/P&gt;&lt;P&gt;1. Your fm is being called in Update task. To check that you see the where-used-list for this fm. There you can check if it has been called in update task. If this holds true, activate update debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You are not authorised to debug this fm. To check whether you are actually triggering this function, write some message type 'x' inside this function. It will generate a short dump. Now you can check list of short dumps generated in transaction ST22. There you can see the user name. If its not user then you need authorization to debug this code.&lt;/P&gt;&lt;P&gt;Most important don't forget to delete your short dump code from fm...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 09:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573224#M258816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T09:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: FM not triggering????????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573225#M258817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u all for ur replies. But,inspite of activating the update task I'm not able to trigger the FM when I save o/p type after a repeat. But I was able to trigger it through VL71 trnx. Problem is sloved but still not cleat not thru VL02N???????????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking u alllllllll&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 07:08:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-not-triggering/m-p/1573225#M258817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T07:08:40Z</dc:date>
    </item>
  </channel>
</rss>

