<?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 Debug IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc/m-p/5698954#M1294597</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;   I have a sent an IDOC from one system to other using ALE. In the sending system it says sent and shows green light. In other system it is giving yellow light saying in progress from almost 1 day. The data is not yet transfered. Please help me how to debug this and how can I fix this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2009 17:54:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-10T17:54:04Z</dc:date>
    <item>
      <title>Debug IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc/m-p/5698954#M1294597</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;   I have a sent an IDOC from one system to other using ALE. In the sending system it says sent and shows green light. In other system it is giving yellow light saying in progress from almost 1 day. The data is not yet transfered. Please help me how to debug this and how can I fix this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 17:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc/m-p/5698954#M1294597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T17:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debug IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc/m-p/5698955#M1294598</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;Check WE19 for the inbound idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the Idoc number and press execute button and then select the &lt;STRONG&gt;Inbound Function Module&lt;/STRONG&gt; button on application toolbar and then give the FM in the popup, select the Call in deubugging mode check box and press ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 18:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc/m-p/5698955#M1294598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T18:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Debug IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc/m-p/5698956#M1294599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Check whether in your partner profile in source system for your message type ( double click on the message type and you can find in the inbound options tab) check whether radio button trigger immediately is checked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. run the report RBDAPP01 with your message type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 18:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc/m-p/5698956#M1294599</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-06-10T18:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debug IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc/m-p/5698957#M1294600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before debugging the code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chcek the status fo the inbound idoc which is having yellow light..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;genrally yellow mean document is waiting to update or partially posted ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the sales document is open and at the same time if you want to process idoc the tables are locked&lt;/P&gt;&lt;P&gt;so the document is partially post..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that case..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to t-code swo1&lt;DEL&gt;&amp;gt;enter idocstatus&lt;/DEL&gt;&amp;gt;execute and enter idoc number and execute--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next execute the method and finally execute method DocumentProcess and change the statsu to 53..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 19:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-idoc/m-p/5698957#M1294600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T19:57:19Z</dc:date>
    </item>
  </channel>
</rss>

