<?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 How to Debug IDOC posting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-posting/m-p/5179054#M1198958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Could anyone please advise how to debug an IDOC posting. I am new to ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Munavar Basha A.K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2009 12:39:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-16T12:39:38Z</dc:date>
    <item>
      <title>How to Debug IDOC posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-posting/m-p/5179054#M1198958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Could anyone please advise how to debug an IDOC posting. I am new to ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Munavar Basha A.K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 12:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-posting/m-p/5179054#M1198958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T12:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug IDOC posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-posting/m-p/5179055#M1198959</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;&lt;/P&gt;&lt;P&gt;YOU CAN DO IT BY....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SETTING STATIC BREAKPOINT IN SOURCE CODE AND EXECUTE&lt;/P&gt;&lt;P&gt;2. WRITE /H IN COMMAND WINDOW AND EXECUTE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 12:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-posting/m-p/5179055#M1198959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T12:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug IDOC posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-posting/m-p/5179056#M1198960</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;IDocs are processed by a function module, which are mapped&lt;/P&gt;&lt;P&gt;against in table EDIFCT. When you process an IDoc with BD87&lt;/P&gt;&lt;P&gt;you can have a breakpoint in the function and it will stop.&lt;/P&gt;&lt;P&gt;For outbound processing it depends on which program is&lt;/P&gt;&lt;P&gt;sending the IDoc. For transactional data like purchase&lt;/P&gt;&lt;P&gt;orders, the IDoc is created via RSNAST00 which in turn calls&lt;/P&gt;&lt;P&gt;a function module assigned to the processing code (BD41).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neelima.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 12:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-posting/m-p/5179056#M1198960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T12:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug IDOC posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-posting/m-p/5179057#M1198961</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;1)Use tcode we19 , enter your idoc no and click on the inbound function module push button then check call in debugging mode to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;1. Go to BD87&lt;/P&gt;&lt;P&gt;2. make a right click at the IDoc and choose restrict and process.&lt;/P&gt;&lt;P&gt;3. delete the check at the bottom(Background Processing)&lt;/P&gt;&lt;P&gt;4. Go ahead&lt;/P&gt;&lt;P&gt;5. edit -&amp;gt; process -&amp;gt; Foreground at Error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Hope this will be Helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 12:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-posting/m-p/5179057#M1198961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T12:44:35Z</dc:date>
    </item>
  </channel>
</rss>

