<?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: Reprocessing IDocs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789920#M1121906</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 know some program name through which you can reprocess the Idoc in the backgroud. The program names for Idocs of various statuses are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program RBDMANI2 for status 51 &lt;/P&gt;&lt;P&gt;Program RBDAPP01 for status 64&lt;/P&gt;&lt;P&gt;Program RBDAGAIE for status 32 and 69 (Edited IDocs)&lt;/P&gt;&lt;P&gt;Program RBDSYNER for status 26&lt;/P&gt;&lt;P&gt;Program RSEOUT00 for status 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sathish R Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Dec 2008 13:51:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-19T13:51:27Z</dc:date>
    <item>
      <title>Reprocessing IDocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789917#M1121903</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;&lt;/P&gt;&lt;P&gt;         I have a requirement to reprocess the IDocs in background. For this I am running the standard report RBDAGAIE to reprocess the IDocs. Here first I am running my custom report and getting the list of IDoc that are failed with status 51 in a ALV grid.  I edit the data of the fields which have to be changed and say Process. The data in the IDoc is changed and given to the standard report to process in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the IDocs are not reprocessed rather they failing again with the status 51.  Later, on debugging the code I found out that the report RBDAGAIE is checking table EDIDC for the IDoc changed status 69 to reprocess. So, at this point the condition is failing and consequently the Idoc reprocessing is failing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there any other standard report which reprocesses the IDocs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 05:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789917#M1121903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T05:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789918#M1121904</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;Try reprocessing from BD87 t-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin M M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 05:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789918#M1121904</guid>
      <dc:creator>sachin_mathapati</dc:creator>
      <dc:date>2008-11-27T05:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789919#M1121905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program to re-process the IDocs depends on the staus of the IDocs which you are supposed to re-process. Let me give you a few programs used to reprocess the Idocs based on theie current status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program RBDMANI2  for status 51 &lt;/P&gt;&lt;P&gt;Program RBDAPP01 for status 64&lt;/P&gt;&lt;P&gt;Program RBDAGAIE for status 32 and 69 (Edited IDocs)&lt;/P&gt;&lt;P&gt;Program RBDSYNER for status 26&lt;/P&gt;&lt;P&gt;Program RSEOUT00 for status 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would be better if you let know the status of the IDocs under concern that need to be reprocessed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Bineah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 10:14:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789919#M1121905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T10:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789920#M1121906</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 know some program name through which you can reprocess the Idoc in the backgroud. The program names for Idocs of various statuses are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program RBDMANI2 for status 51 &lt;/P&gt;&lt;P&gt;Program RBDAPP01 for status 64&lt;/P&gt;&lt;P&gt;Program RBDAGAIE for status 32 and 69 (Edited IDocs)&lt;/P&gt;&lt;P&gt;Program RBDSYNER for status 26&lt;/P&gt;&lt;P&gt;Program RSEOUT00 for status 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sathish R Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 13:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789920#M1121906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T13:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789921#M1121907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;On debugging the code u found out that the report RBDAGAIE is checking table EDIDC for the IDoc changed status 69 to reprocess. check the serialisation counter of the IDocs and reset it at BD103.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Serialization need to set one less than what the IDOC contains&lt;/STRONG&gt; .. save it and came out of edit mode in BD103 . then try to reprocess the IDocs with the progam given by other friends as per the status of the idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will help u...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 14:15:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789921#M1121907</guid>
      <dc:creator>sudipDas</dc:creator>
      <dc:date>2008-12-19T14:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789922#M1121908</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;Use RBDMANI2 to reprocess IDOCS in 51 status..It will definetly work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789922#M1121908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T12:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789923#M1121909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If the idoc is is in 69 status then reprocess through RBDAGAIE else use RBDMANI2 to reprocess 51 status idocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idocs/m-p/4789923#M1121909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T12:44:45Z</dc:date>
    </item>
  </channel>
</rss>

