<?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: Function module to push 66 to 53 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584244#M1273365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   This is the problem with serialization, take the serialization number from idoc's control record and check the status of idocs whose serialization number is less than one of this idoc in table EDIDS. If this idoc is in 53 status then only you can process your idoc with RBDAPP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asit Purbey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2009 09:38:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-11T09:38:08Z</dc:date>
    <item>
      <title>Function module to push 66 to 53</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584239#M1273360</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;Please let me know the function module that pushes the idocs from 66 to 53 status.&lt;/P&gt;&lt;P&gt;Tried debugging RBDAPP01 program, but too many function modules exists.&lt;/P&gt;&lt;P&gt;Not able to locate the right one.Kindly help me gurus.&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;Lakshminarasimhan.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 14:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584239#M1273360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-09T14:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to push 66 to 53</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584240#M1273361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome to SCN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this [thread|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5474760"&gt;&lt;/A&gt;], specially reply from Abdul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 15:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584240#M1273361</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2009-05-09T15:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to push 66 to 53</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584241#M1273362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think it is achived thru these 2 function modules in sequence.&lt;/P&gt;&lt;P&gt;1) ALE_SERIAL_PROCESS &lt;/P&gt;&lt;P&gt;2) APPLICATION_IDOC_POST_IMMEDIAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 15:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584241#M1273362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-09T15:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to push 66 to 53</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584242#M1273363</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 waiting in 66 status are those which expect some other IDoc to get posted before this one gets posted - the scenario being called, serialization. You need to check with the serialization number from the control record of the IDoc in 66 status and check if the previous serialization IDocs are posted successfully, if not, first post them.....in case they are already posted successfully, check with the counter via transaction BD103(for inbound). The serialization number should be one less than the serialization number of the IDoc in 66 status.Else you can change it to one less than the current 66 status serialization IDoc, save the changes and manually push the 66 status IDoc(via program RBDAPP01). You can manually change the counter in BD103 only if all the IDocs with the previous serialization numbers are already posted successfully. If not, first post all those IDocs and then process the 66 status IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Bineah.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 05:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584242#M1273363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T05:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to push 66 to 53</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584243#M1273364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please check RC1_IDOC_SET_STATUS - you can set an IDoc from any status to any status using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 06:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584243#M1273364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T06:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to push 66 to 53</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584244#M1273365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   This is the problem with serialization, take the serialization number from idoc's control record and check the status of idocs whose serialization number is less than one of this idoc in table EDIDS. If this idoc is in 53 status then only you can process your idoc with RBDAPP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asit Purbey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 09:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584244#M1273365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T09:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to push 66 to 53</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584245#M1273366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shital,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help. The problem has been solved with the help of the function modules you have specified. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi all others, thanks for you too &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Lakshminarasimhan.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 14:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-push-66-to-53/m-p/5584245#M1273366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T14:09:06Z</dc:date>
    </item>
  </channel>
</rss>

