<?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: Idoc collective processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-collective-processing/m-p/1511299#M235810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies,&lt;/P&gt;&lt;P&gt;Yes,the problem was with refreshing the variables...&lt;/P&gt;&lt;P&gt;Replies appreciated with points &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Aug 2006 11:53:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-21T11:53:22Z</dc:date>
    <item>
      <title>Idoc collective processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-collective-processing/m-p/1511296#M235807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi We have a custom idoc(Inbound) for posting goods movements...Actually it does goods movements through two seperate BDC calls and returns the material document number in the status.When we process two or more idocs through a batch processing at a same time..the first idoc goes through do the posting corretly but the second and third doesnt do anything but gets 53 status and also picks up the material doc number of the first idoc in status...&lt;/P&gt;&lt;P&gt;Each idoc goes through correctly when processed individually...What might be the problem....?and how it could be corrected...?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 17:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-collective-processing/m-p/1511296#M235807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-18T17:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc collective processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-collective-processing/m-p/1511297#M235808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Larry,&lt;/P&gt;&lt;P&gt;This is due to refresh problems in the program, after idoc has been sent clear all the varilable in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To debug, keep the break point in the program and make settings as collecting method in we20 and problem by RBD&lt;STRONG&gt;OUT&lt;/STRONG&gt; program to check which variable is causing problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2006 08:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-collective-processing/m-p/1511297#M235808</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-08-20T08:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc collective processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-collective-processing/m-p/1511298#M235809</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;As Manohar said ,the problem is due to variables refresh. One of the variables is setting to success status after processing of the first idoc , i think the same status is transfered to next idoc's also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow below steps to identify the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Change the partner profile settings to 'Collective method' , then idoc's will be created with 64 status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.then put a break point at processing function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.use BD87 or program : RBDAPP01 to process 64 status idoc's , while processing idoc's take more than one 64 status idoc. then you will know the exact problem.due to break point, program will go to debug mode, after processing of the first idoc then start debugging the program with second idoc processing.&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;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2006 09:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-collective-processing/m-p/1511298#M235809</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-08-20T09:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc collective processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-collective-processing/m-p/1511299#M235810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies,&lt;/P&gt;&lt;P&gt;Yes,the problem was with refreshing the variables...&lt;/P&gt;&lt;P&gt;Replies appreciated with points &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 11:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-collective-processing/m-p/1511299#M235810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T11:53:22Z</dc:date>
    </item>
  </channel>
</rss>

