<?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: The IDOC INBOUND function is locking an object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-idoc-inbound-function-is-locking-an-object/m-p/2120418#M444324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do a search in the function for the text 'CUSTOMER FUNCTION'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will be several I would suspect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would not be using a commit work to remove the lock. That is a tad bit dodgy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 08:34:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-04T08:34:14Z</dc:date>
    <item>
      <title>The IDOC INBOUND function is locking an object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-idoc-inbound-function-is-locking-an-object/m-p/2120414#M444320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;       I have created a wrapper bapi around IDOC_INPUT_SHPMNT , this is because i need to change the shipment using a BDC. No the problem is that once the control comes out of IDOC_INPUT_SHPMNT the locks are still maintained on the shipment.Now is this beacuse i am using WE19 to test the program or will i have manually realease the lock from this. Any pointers with function modules will be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 08:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-idoc-inbound-function-is-locking-an-object/m-p/2120414#M444320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T08:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: The IDOC INBOUND function is locking an object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-idoc-inbound-function-is-locking-an-object/m-p/2120415#M444321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IDOC_INPUT_SHPMNT  will be locking the shipment. The lock will not be released until the IDoc has finished processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could remove the lock yourself. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you not use a user exit in IDOC_INPUT_SHPMNT to provide your solution instead of running a BDC yourself. If your BDC fails how will this error be reported back to the IDoc. You would then not be able to re-process the IDoc either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 08:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-idoc-inbound-function-is-locking-an-object/m-p/2120415#M444321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T08:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: The IDOC INBOUND function is locking an object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-idoc-inbound-function-is-locking-an-object/m-p/2120416#M444322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu can use a commit work or rollback work statement after the call to the IDOC_INPUT_SHPMNT to avoid locks.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 08:28:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-idoc-inbound-function-is-locking-an-object/m-p/2120416#M444322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T08:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: The IDOC INBOUND function is locking an object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-idoc-inbound-function-is-locking-an-object/m-p/2120417#M444323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a user exit in this function module?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 08:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-idoc-inbound-function-is-locking-an-object/m-p/2120417#M444323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T08:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: The IDOC INBOUND function is locking an object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-idoc-inbound-function-is-locking-an-object/m-p/2120418#M444324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do a search in the function for the text 'CUSTOMER FUNCTION'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will be several I would suspect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would not be using a commit work to remove the lock. That is a tad bit dodgy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 08:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-idoc-inbound-function-is-locking-an-object/m-p/2120418#M444324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T08:34:14Z</dc:date>
    </item>
  </channel>
</rss>

