<?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: Ale Idocs Status code 64 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-idocs-status-code-64/m-p/2329251#M512300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u guysss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Jun 2007 17:09:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-10T17:09:30Z</dc:date>
    <item>
      <title>Ale Idocs Status code 64</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-idocs-status-code-64/m-p/2329247#M512296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  While processing inbound idocs,  I am encountering &amp;lt;b&amp;gt;status code 64 (IDoc ready to be transferred to application)&amp;lt;/b&amp;gt; . Can any one help in avoiding this status code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;b&amp;gt;Helpful answers will be rewarded.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 14:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-idocs-status-code-64/m-p/2329247#M512296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T14:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ale Idocs Status code 64</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-idocs-status-code-64/m-p/2329248#M512297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;64 - IDoc ready to be passed to application. The IDoc will be passed to the application by program RBDAPP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although the partner profile is defined and the IDoc has been received, the IDoc cannot be transferred to the application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You trigger transmission of the IDoc using report RBDAPP01. To do this, plan a regular job in background processing for this report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the processing mode for the IDoc in the partner profile:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Processing mode 1: The system transmits the IDoc immediately after receipt in the application. &lt;/P&gt;&lt;P&gt;Output mode 3: The system collects received IDocs.&lt;/P&gt;&lt;P&gt;IDocs are not intended to be transmitted directly to the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status 64 in the IDoc can normally only occur in conjunction with processing mode 3 and output mode 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 14:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-idocs-status-code-64/m-p/2329248#M512297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T14:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ale Idocs Status code 64</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-idocs-status-code-64/m-p/2329249#M512298</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 the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/17c435df-0901-0010-72a7-b9dcd271213d" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/17c435df-0901-0010-72a7-b9dcd271213d&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 14:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-idocs-status-code-64/m-p/2329249#M512298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T14:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ale Idocs Status code 64</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-idocs-status-code-64/m-p/2329250#M512299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code means that an IDOC has been created sucessfully, and in the case of an inbound IDOC, needs posting into the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either post manually through BD20 or change the partner profile setting through WE20 to post immediately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 15:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-idocs-status-code-64/m-p/2329250#M512299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T15:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ale Idocs Status code 64</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-idocs-status-code-64/m-p/2329251#M512300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u guysss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jun 2007 17:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-idocs-status-code-64/m-p/2329251#M512300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-10T17:09:30Z</dc:date>
    </item>
  </channel>
</rss>

