<?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: call transcation problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transcation-problem/m-p/4646830#M1093648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any special purpose to run same material simultaneously.&lt;/P&gt;&lt;P&gt;Run BDC for one material and carry on with the other.&lt;/P&gt;&lt;P&gt;For unlocking got to SM12 Txcode and you can release.&lt;/P&gt;&lt;P&gt;Please share why you want to run BDC for the same material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2008 03:31:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-28T03:31:48Z</dc:date>
    <item>
      <title>call transcation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transcation-problem/m-p/4646829#M1093647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have run the same material that time material will be lock&lt;/P&gt;&lt;P&gt;how to release one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give me same solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MB1A' USING T_BDCDATA MESSAGES INTO T_BDCMSGCOLL&lt;/P&gt;&lt;P&gt;      MODE   'N' UPDATE 'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else .&lt;/P&gt;&lt;P&gt;give same sample program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Karthikeyan Pandurangan on Oct 28, 2008 4:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 03:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transcation-problem/m-p/4646829#M1093647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T03:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: call transcation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transcation-problem/m-p/4646830#M1093648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any special purpose to run same material simultaneously.&lt;/P&gt;&lt;P&gt;Run BDC for one material and carry on with the other.&lt;/P&gt;&lt;P&gt;For unlocking got to SM12 Txcode and you can release.&lt;/P&gt;&lt;P&gt;Please share why you want to run BDC for the same material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 03:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transcation-problem/m-p/4646830#M1093648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T03:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: call transcation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transcation-problem/m-p/4646831#M1093649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthikeyan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i understand you, you are trying to run transaction MB1A, with severals material using BDC, and you are getting and error  that shows a material locked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should clear the internal table T_BDCDATA everytime that you process a material, CLEAR T_BDCDATA[], so you will not get a error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alejandro López&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 03:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transcation-problem/m-p/4646831#M1093649</guid>
      <dc:creator>alejandro_lpez</dc:creator>
      <dc:date>2008-10-28T03:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: call transcation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transcation-problem/m-p/4646832#M1093650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first check there is a lock on the same material before performing the call transaction, if there is no locks proceed with call transaction. if there is a lock skip that material, and process them later.&lt;/P&gt;&lt;P&gt;to find the lock on a material use the function module &lt;STRONG&gt;ENQUEUE_READ&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 05:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transcation-problem/m-p/4646832#M1093650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T05:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: call transcation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transcation-problem/m-p/4646833#M1093651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi use FM ENQUEUE_E_MATNR_LOCK to lock or DEQUEUE_E_MATNR_LOCK to unlock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Jey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 08:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transcation-problem/m-p/4646833#M1093651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T08:38:27Z</dc:date>
    </item>
  </channel>
</rss>

