<?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 the function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481075#M225051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can probe it in se37, also, you can enter in the code and put a breakpoint where you want to stop, with f5, f6 and f7 you can go through the code seeing the variable values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Sep 2006 08:47:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-05T08:47:54Z</dc:date>
    <item>
      <title>how to debug the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481072#M225048</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;i working on BAPI the BAPI name is BAPI_INCOMINGINVOICE_CREATE. How to debug the bapi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 08:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481072#M225048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T08:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481073#M225049</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;Just Put a break-point on the BAPI and then execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the control stops at the BAPI press F5 button. The control will go inside the BAPI. &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>Tue, 05 Sep 2006 08:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481073#M225049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T08:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481074#M225050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Preethi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  se37 -&amp;gt; 'BAPI_INCOMINGINVOICE_CREATE'. F8-&amp;gt; fill need values -&amp;gt; Ctrl + F7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 08:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481074#M225050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481075#M225051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can probe it in se37, also, you can enter in the code and put a breakpoint where you want to stop, with f5, f6 and f7 you can go through the code seeing the variable values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 08:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481075#M225051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481076#M225052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preethi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is vary simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. run tcode se37&lt;/P&gt;&lt;P&gt;2. function module = BAPI_INCOMINGINVOICE_CREATE&lt;/P&gt;&lt;P&gt;3. press f8&lt;/P&gt;&lt;P&gt;4. input import parameter as per your requirement and than click on Debugging button next to F8 button&lt;/P&gt;&lt;P&gt;5. now you will be in debug mode for single step processing keep pressing F5 and if you have set break point in BAPI than you can press F7 to reach at break point&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;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 11:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481076#M225052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T11:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481077#M225053</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;Debugging bapi or any report is very simple. Goto the report/FM and execute. Enter the requisite paramters and write /h in command line. then again press f8 to execute. Now you can use f5(go step by step), f6, f7 or f8(Debugging off). if you want to reach a specific point, just place the break-point in the source code and execute the control will stop at the break point and you can check the values and debug the code further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 11:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-function-module/m-p/1481077#M225053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T11:33:38Z</dc:date>
    </item>
  </channel>
</rss>

