<?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 Debugg in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598671#M595344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be same as you do for reports.&lt;/P&gt;&lt;P&gt;Either use /h on command promt or put a breakpoint in the source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jul 2007 05:39:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-28T05:39:38Z</dc:date>
    <item>
      <title>FM Debugg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598670#M595343</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;Can be debugg Function Module &amp;amp; Subroutines ? What is the procedure ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 05:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598670#M595343</guid>
      <dc:creator>former_member630092</dc:creator>
      <dc:date>2007-07-28T05:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: FM Debugg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598671#M595344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be same as you do for reports.&lt;/P&gt;&lt;P&gt;Either use /h on command promt or put a breakpoint in the source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 05:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598671#M595344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T05:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: FM Debugg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598672#M595345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Select the line in abap code to which u want to monitor.Then Go in menu bar&lt;/P&gt;&lt;P&gt;Utilities-&amp;gt;Breakpoints-&amp;gt;Set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or put /h command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 07:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598672#M595345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T07:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: FM Debugg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598673#M595346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can debug FM or a subroutine as the same way as you do when you debug a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You set a break point by pressing Ctrl&lt;EM&gt;Shift&lt;/EM&gt;F12. &lt;/P&gt;&lt;P&gt;Or you can give '/h'   in the command prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 07:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598673#M595346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T07:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: FM Debugg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598674#M595347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi,&lt;/P&gt;&lt;P&gt;YES u can debugg a FM as well as subroutine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to debugg a FM just go to se37 --&amp;gt; enter FM name --&amp;gt; display..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select where u want to add a break point now just click on breakpoint button &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and execute...enter the export parameters u will get the FM in debugging mode...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else u can exeute the FM and click on debugging ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly select the subroutine and execute...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this may be usefull...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward incase usefull...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 07:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598674#M595347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T07:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: FM Debugg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598675#M595348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   You can debug in the FM.&lt;/P&gt;&lt;P&gt;If you want to make debug goto se37 . type the FM name and Execute it.&lt;/P&gt;&lt;P&gt;Befor execute type /h in the T-CODE bar. so that you can debug.&lt;/P&gt;&lt;P&gt;Else goto the same transaction and display the FM and goto the source code and set a break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yogesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 08:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598675#M595348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T08:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: FM Debugg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598676#M595349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. As usual way, go to the program code where you want to set a break-point.&lt;/P&gt;&lt;P&gt;Find the Subroutine/Fm set a breadpoint first by selection the FORM/FM than click on the break-point symbols. Now when you run the program the debugging will start from that place. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Before executing transaction code/ report enter /h in sap command. Than run the transaction/report. It will start your program in debugging mode.. Now you can set break point on Subroutine/FM, go to the breakpoint menu in debugging screen there you will see menuitem Subroutine &amp;amp; Function module, If it is a subroutine debugging enter only the subroutine name in subroutine menuitem or if it is a FM just enter the FM name in Function module menu item. Than press F8. It will stop inside subroutine/FM in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;A.Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 08:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598676#M595349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T08:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: FM Debugg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598677#M595350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2009 13:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-debugg/m-p/2598677#M595350</guid>
      <dc:creator>former_member630092</dc:creator>
      <dc:date>2009-05-31T13:19:34Z</dc:date>
    </item>
  </channel>
</rss>

