<?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: Locking tables using a RFC Call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057766#M1175500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you posts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a work around for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jan 2009 16:41:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-06T16:41:52Z</dc:date>
    <item>
      <title>Locking tables using a RFC Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057762#M1175496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to lock a Table in R/3 from BW by calling a Enqueue Function Module which is remote enabled in R/3. The BW Call to R/3 is successful but the table is not getting locked. I wanted to know if this is something that can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an assumption once the locking is done in R/3 the connection in R/3 is closed and its getting unlocked automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Post  your answers if you guys have faced a similar situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 14:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057762#M1175496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T14:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Locking tables using a RFC Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057763#M1175497</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;Refer this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?f=13&amp;amp;p=949472" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?f=13&amp;amp;p=949472&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/fc/66cbc8ab4411d5b6f3006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/fc/66cbc8ab4411d5b6f3006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 14:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057763#M1175497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T14:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Locking tables using a RFC Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057764#M1175498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to run the RFC FM in debug mode and then see the return sy-subrc for ENQUEUE.&lt;/P&gt;&lt;P&gt;I suppose it should get locked.&lt;/P&gt;&lt;P&gt;After the connection breaks i am not too sure if the lock will persist or maybe it is unlocked automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert with results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 14:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057764#M1175498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T14:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Locking tables using a RFC Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057765#M1175499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;I have an assumption once the locking is done in R/3 the connection in R/3 is closed and its getting unlocked automatically.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your probably right, when making an RFC call, the locking done within, would only last during the execution of that call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 14:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057765#M1175499</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2009-01-06T14:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Locking tables using a RFC Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057766#M1175500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you posts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a work around for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 16:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057766#M1175500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T16:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Locking tables using a RFC Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057767#M1175501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Can you please let me know the way you resolved this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anoop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 21:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-tables-using-a-rfc-call/m-p/5057767#M1175501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-08T21:15:20Z</dc:date>
    </item>
  </channel>
</rss>

