<?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: Problem With BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/1803629#M344963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Eswar and Narendran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both of you pinpointed at the same problem..and both hit bulls eye! My problem is solved..many thanks to you two! I have awarded points to both of you..Would have loved to award maximum to both of you..but SDN doesn't allow joint winners, I guess..so had to resolve it in FIFO manner...hope you don't mind! Kudos to you two geniuses!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amitabha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Dec 2006 07:15:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-26T07:15:56Z</dc:date>
    <item>
      <title>Problem With BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/1803626#M344960</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 am testing a scenario with Goods Movement. In case of goods receipt, I am supposed to post the characteristics data for a specified batch of a specified material. I am creating the batch with FM &amp;lt;b&amp;gt;BAPI_GOODSMVT_CREATE&amp;lt;/b&amp;gt; and then using a CALL TRANSACTION to populate the values of characteristics through tcode &amp;lt;b&amp;gt;MSC2&amp;lt;/b&amp;gt;. The entire work is done wihin an RFC wrapper. The problem is, whenever I run the RFC from se37, I get desired result; but when I call the RFC from my other system, batch is created, but &amp;lt;b&amp;gt;the characteristics values do not get populated.&amp;lt;/b&amp;gt; I have checked that the GOODSMVT BAPI works fine (BAPIRETURN structure is clear) and BDC issues an error message &amp;lt;b&amp;gt;"Batch &amp;lt;Batch-Number&amp;gt; is already locked by user &amp;lt;Username&amp;gt;".&amp;lt;/b&amp;gt; First I thought it was a concurrency control issue, but running the BDC in forground it appeared that &amp;lt;b&amp;gt;when the first screen for characteristics is populated and the OK_CODE for &amp;lt;i&amp;gt;BACK&amp;lt;/i&amp;gt; is used, the BDC issues the above mentioned message there and exits; without passing through the OK_CODE for 'SAVE'&amp;lt;/b&amp;gt;. can any one point out why the BDC is acting so abnormally? Or have I made any mistake? And is there any workaround for the above problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting your reply sincerely. points will be rewarded to any helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amitabha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 06:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/1803626#M344960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T06:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/1803627#M344961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amitabha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can try by delaying the process of processing the BDC by using WAIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you find having problem with BDC you might consider using FM's of function group: &amp;lt;b&amp;gt;VBWB&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 02:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/1803627#M344961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T02:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/1803628#M344962</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;After the bapi call..Give COMMIT WORK AND WAIT..THis will make sure all the V1 updates are complete..Then call the BDC..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 02:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/1803628#M344962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T02:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/1803629#M344963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Eswar and Narendran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both of you pinpointed at the same problem..and both hit bulls eye! My problem is solved..many thanks to you two! I have awarded points to both of you..Would have loved to award maximum to both of you..but SDN doesn't allow joint winners, I guess..so had to resolve it in FIFO manner...hope you don't mind! Kudos to you two geniuses!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amitabha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 07:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/1803629#M344963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T07:15:56Z</dc:date>
    </item>
  </channel>
</rss>

