<?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 Problem with RBDMANI2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rbdmani2/m-p/6250598#M1383631</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;We have scheduled RBDMANI2 (1 hr) for posting error idocs,but the problem is with the custom inbound function module which actually creates  BDC session for posting .&lt;/P&gt;&lt;P&gt;So each time when RBDMANI2 tries to re process the error idocs which have status 51,it creates that much session as well.&lt;/P&gt;&lt;P&gt;We would like to avoid the creation of sessions each time when RBDMANI2 tries to re process the same error IDOCS.&lt;/P&gt;&lt;P&gt;Please suggest some ways.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Oct 2009 05:40:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-09T05:40:29Z</dc:date>
    <item>
      <title>Problem with RBDMANI2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rbdmani2/m-p/6250598#M1383631</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;We have scheduled RBDMANI2 (1 hr) for posting error idocs,but the problem is with the custom inbound function module which actually creates  BDC session for posting .&lt;/P&gt;&lt;P&gt;So each time when RBDMANI2 tries to re process the error idocs which have status 51,it creates that much session as well.&lt;/P&gt;&lt;P&gt;We would like to avoid the creation of sessions each time when RBDMANI2 tries to re process the same error IDOCS.&lt;/P&gt;&lt;P&gt;Please suggest some ways.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 05:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rbdmani2/m-p/6250598#M1383631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T05:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with RBDMANI2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rbdmani2/m-p/6250599#M1383632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd say this is more a design issue of the custom function module. I.e. why is the custom function module creating BDC sessions and leaving the IDoc in status 51? As you mention, it seems wrong to create a BDC each time you'd reprocess the IDoc. So if the IDoc should remain in status 51, then the function module doing the IDoc processing should at least not create a new BDC each time (unless for example some data changed). So I'd say it's time to take another look at the requirements for the IDoc processing...&lt;/P&gt;&lt;P&gt;Maybe you should just change the function module for the IDoc processing to simply use CALL TRANSACTION instead of creating new BDC's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 09:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rbdmani2/m-p/6250599#M1383632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T09:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with RBDMANI2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rbdmani2/m-p/6250600#M1383633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply ...Ok ,if the IDOC is not posted and is in status '51' with reason "Some 0000 plant not exist"&lt;/P&gt;&lt;P&gt;then what should be done.&lt;/P&gt;&lt;P&gt;Whether the master data should be maintaned and then error idoc to be processed ,then we can avoid the sessions which are getting creatd when error idocs are re processed.?&lt;/P&gt;&lt;P&gt;As currently no actions are being taken to maintain it is what I have got answer from our functional contact.Please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 10:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rbdmani2/m-p/6250600#M1383633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T10:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with RBDMANI2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rbdmani2/m-p/6250601#M1383634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand the question, so I apologize for probably stating the obvious: If the business doesn't require creation of BDC's in case of errors, then most likely the function module should be changed to use CALL TRANSACTION and not to produce any BDC's. You'll have to discuss such options with the functional consultant though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, it's clear that somebody has to be responsible for monitoring and correcting errors...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 13:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-rbdmani2/m-p/6250601#M1383634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T13:00:55Z</dc:date>
    </item>
  </channel>
</rss>

