<?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: Regarding BDC problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-problem/m-p/1738229#M320964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for that is your BDC program is trying to change delivery document by VL02N even before the lock entries created by your BDC program is released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are possible options you can try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Use COMMIT WORK AND WAIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Introduce some delay say WAIT UP TO 2 SECONDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;This would be better option&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;3) use this ENQUEUE_READ to read the lock entries. If your document is still locked after creation part is completed, then wait till it is released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Dec 2006 11:35:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-03T11:35:00Z</dc:date>
    <item>
      <title>Regarding BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-problem/m-p/1738226#M320961</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;Could you please help me regarding BDC problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating outbound delivery document using BDC(VLMOVE - tcode), then after getting delivery number, i have to change this delivery document by VL02N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some times i am getting error message like 'Delivery document is locked by user(my name)' at the BDC of changing the delivery document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the debugging mode, its not displaying any error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything like update options i have to change for BDC of VLMOVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rite now i am using update mode LOCAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advanced thanks for you all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 13:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-problem/m-p/1738226#M320961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T13:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-problem/m-p/1738227#M320962</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;Use A i think that should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 13:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-problem/m-p/1738227#M320962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T13:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-problem/m-p/1738228#M320963</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;&lt;/P&gt;&lt;P&gt;in this case use  any commit statement to release that t-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for instance BAPI_COMMIT can be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally if u dont save it sometimes they will be under processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;durgaprasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2006 06:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-problem/m-p/1738228#M320963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-03T06:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-problem/m-p/1738229#M320964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for that is your BDC program is trying to change delivery document by VL02N even before the lock entries created by your BDC program is released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are possible options you can try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Use COMMIT WORK AND WAIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Introduce some delay say WAIT UP TO 2 SECONDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;This would be better option&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;3) use this ENQUEUE_READ to read the lock entries. If your document is still locked after creation part is completed, then wait till it is released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2006 11:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-problem/m-p/1738229#M320964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-03T11:35:00Z</dc:date>
    </item>
  </channel>
</rss>

