<?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: Debug IDOC_INPUT_ORDERS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc-input-orders/m-p/6683658#M1450019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you reply Vindod,  I have put a break point at two plces at the begining of the code IDOC_INPUT_ORDERS and at the custom code, So it is stopping at the begining of FM but not at the custom code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Mar 2010 18:39:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-17T18:39:04Z</dc:date>
    <item>
      <title>Debug IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc-input-orders/m-p/6683656#M1450017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;                  I want to debug FM IDOC_INPUT_ORDERS, I am looking at one of the custom codes in this FM, I am putting break point in the custom code, Creating new Idocs through WE19, But it is not stopping at the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one help me understand why, Is thery any other way that i can debug the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 18:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc-input-orders/m-p/6683656#M1450017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T18:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debug IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc-input-orders/m-p/6683657#M1450018</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;Place a break point in the beginning of the FM and debug. Is this FM called for your IDOC? From WE19, click on foreground mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 18:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc-input-orders/m-p/6683657#M1450018</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-03-17T18:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debug IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc-input-orders/m-p/6683658#M1450019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you reply Vindod,  I have put a break point at two plces at the begining of the code IDOC_INPUT_ORDERS and at the custom code, So it is stopping at the begining of FM but not at the custom code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 18:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc-input-orders/m-p/6683658#M1450019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T18:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debug IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc-input-orders/m-p/6683659#M1450020</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;Your custom code might be called based on some conditions. Check the code above your break point. There may be some IF or CHECK statements. Just put the break point in the beginning of the customer exit and debug.(Check where used listnof that include to know the exit name (FM name will be EXIT_....).)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can search for CALL CUSTOMER-FUNCTION in the main FM and place break points in all the resulting places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 18:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc-input-orders/m-p/6683659#M1450020</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-03-17T18:45:22Z</dc:date>
    </item>
  </channel>
</rss>

