<?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: BDC error when uploading material master in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911176#M1146543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Me again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the FM BDC_GROUP_CLOSE in my program ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The order in which I'm using the fm's are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_OPEN_GROUP&lt;/P&gt;&lt;P&gt;BDC_INSERT&lt;/P&gt;&lt;P&gt;BDC_CLOSE_GROUP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2008 11:40:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-08T11:40:27Z</dc:date>
    <item>
      <title>BDC error when uploading material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911172#M1146539</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;If you could please help ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am uploading Material Master (MM01) records using BDC Session Method. My problem is when I am running the program I get the error that with BDC_OPEN_GROUP the last session is still active. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used SM35 to delete all MM entries znd then ran the program again - still the same error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is, when I create/ maintain a single part I don't have any problems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is much appreciated.&lt;/P&gt;&lt;P&gt;Maré&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 11:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911172#M1146539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T11:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error when uploading material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911173#M1146540</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;Have you used the BDC_CLOSE_GROUP Fm after open_group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes then can you Copy your code here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 11:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911173#M1146540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T11:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error when uploading material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911174#M1146541</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 need to use BDC_CLOSE_GROUP after call BDC_OPEN_GROUP fm.&lt;/P&gt;&lt;P&gt;Please check whether you have defined them in the same order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 11:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911174#M1146541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T11:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error when uploading material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911175#M1146542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use BGC close group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'BDC_CLOSE_GROUP'&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     not_open    = 1&lt;/P&gt;&lt;P&gt;     queue_error = 2&lt;/P&gt;&lt;P&gt;     OTHERS      = 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 11:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911175#M1146542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T11:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error when uploading material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911176#M1146543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Me again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the FM BDC_GROUP_CLOSE in my program ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The order in which I'm using the fm's are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_OPEN_GROUP&lt;/P&gt;&lt;P&gt;BDC_INSERT&lt;/P&gt;&lt;P&gt;BDC_CLOSE_GROUP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 11:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911176#M1146543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T11:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error when uploading material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911177#M1146544</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 think you might have used the BDC_OPEN_GROUP function module inside loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove it from loop,only bdc_insert should be there in loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 11:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911177#M1146544</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-12-08T11:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error when uploading material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911178#M1146545</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;Can i have ur piece of code here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 11:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911178#M1146545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T11:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error when uploading material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911179#M1146546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gautham,&lt;/P&gt;&lt;P&gt;Will check my code - thanx. Will let you know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohan,&lt;/P&gt;&lt;P&gt;Going to check for the loop-scenario and if I still get the error I'll make use of your offer. It's a massive program sir !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 11:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911179#M1146546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T11:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error when uploading material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911180#M1146547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for all your input - eventually I got the problem. My program was calling a FM in which a BDC_OPEN_GROUP is used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 07:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-uploading-material-master/m-p/4911180#M1146547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T07:45:03Z</dc:date>
    </item>
  </channel>
</rss>

