<?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 IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353756#M519839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In standard function module, the commit will not happen until the IDoc status is ok (outside the function module). So you will have to make sure that you create a error status record in the same way standard function module does to ensure that the entire IDoc is processed or none of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Jun 2007 00:26:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-16T00:26:20Z</dc:date>
    <item>
      <title>Reprocessing IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353749#M519832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed a custom built function module , Similar to IDOC_INPUT_DELVRY , these function module will do delivery creation,&lt;/P&gt;&lt;P&gt;delivery change and subsequent PGI , there can be several reason for PGI couldn't have happen or delivery change couldn't have happen , Standard function module&lt;/P&gt;&lt;P&gt;allow you to reprocess the IDOC , but if they reprocess the IDOC which is asscoiated to my custom built function module then it will impact the entire delivery . How standard function module take care of reprocessing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 15:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353749#M519832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T15:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353750#M519833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USE BD87 TRANSACTION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 15:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353750#M519833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T15:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353751#M519834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use BD87 to reprocess the IDoc.&lt;/P&gt;&lt;P&gt;WE19 To resend the Idoc with new idoc number...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 15:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353751#M519834</guid>
      <dc:creator>former_member187255</dc:creator>
      <dc:date>2007-06-15T15:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353752#M519835</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;You can use standard program RBDINPUT to reprocess the inbound IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 15:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353752#M519835</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-06-15T15:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353753#M519836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think i didn't explain my question properly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You process the IDOC , Delivery got created and PGI failed , so if you are&lt;/P&gt;&lt;P&gt;using standard function module like 'IDOC_INPUT_DELVRY' then you can process the IDOC , how standard function module make sure that once you&lt;/P&gt;&lt;P&gt;reprocess the IDOC , code written for delivery creation should not be executed&lt;/P&gt;&lt;P&gt;as delivery has already been created and just code to do PGI should happen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 15:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353753#M519836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T15:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353754#M519837</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;If the Idocs failes with status 51 , we can use programe RBDMANI2 to reprocessing the Idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 22:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353754#M519837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T22:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353755#M519838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sanju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the incoming IDoc will have a delivery (or order) number from the originating system. This should be stored in a reference field of the dlivery created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If an IDoc is being procesessed, the first thing to do is to find out if a delivery for this reference already exists. If so, the standard would initiate a delivery change, comparing the incoming with existing data. If everything is fine now, the Good Issue may proceed.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 23:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353755#M519838</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-06-15T23:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353756#M519839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In standard function module, the commit will not happen until the IDoc status is ok (outside the function module). So you will have to make sure that you create a error status record in the same way standard function module does to ensure that the entire IDoc is processed or none of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 00:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353756#M519839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-16T00:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocessing IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353757#M519840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In standard function module, the commit will not happen until the IDoc status is ok (outside the function module). So you will have to make sure that you create a error status record in the same way standard function module does to ensure that the entire IDoc is processed or none of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 00:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocessing-idoc/m-p/2353757#M519840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-16T00:26:45Z</dc:date>
    </item>
  </channel>
</rss>

