<?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 FOREIGN_LOCK Temporary Exception in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-lock-temporary-exception/m-p/1148700#M116854</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;There's a call to the FM ISU_OUTSORT_INVOICE_RELEASE in one of the objects. It has one of this exceptions 'FOREIGN_LOCK'. Its required that a temporary exception be raised, so that it doesn't terminate but tries again, continuing from the same point. How can i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Feb 2006 07:41:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-25T07:41:21Z</dc:date>
    <item>
      <title>FOREIGN_LOCK Temporary Exception</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-lock-temporary-exception/m-p/1148700#M116854</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;There's a call to the FM ISU_OUTSORT_INVOICE_RELEASE in one of the objects. It has one of this exceptions 'FOREIGN_LOCK'. Its required that a temporary exception be raised, so that it doesn't terminate but tries again, continuing from the same point. How can i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 07:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-lock-temporary-exception/m-p/1148700#M116854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-25T07:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: FOREIGN_LOCK Temporary Exception</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-lock-temporary-exception/m-p/1148701#M116855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi munish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Are u calling this FM from your z program,&lt;/P&gt;&lt;P&gt;   or is it a part of standard program ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If its a part of standard program,&lt;/P&gt;&lt;P&gt;   then u have to change the code,&lt;/P&gt;&lt;P&gt;   so that ITS CALLED TWICE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   (call it twice by checking sy-subrc of 1st)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If its your own z program, follow the same logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. There is no direct facility, to achieve&lt;/P&gt;&lt;P&gt;   this thru configuration.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 07:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-lock-temporary-exception/m-p/1148701#M116855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-25T07:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: FOREIGN_LOCK Temporary Exception</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-lock-temporary-exception/m-p/1148702#M116856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a Z program. I'll try this 'call the function again' solution..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Munish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 07:54:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-lock-temporary-exception/m-p/1148702#M116856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-25T07:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: FOREIGN_LOCK Temporary Exception</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-lock-temporary-exception/m-p/1148703#M116857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I had to just raise a temporary exception. Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Munish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 08:52:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreign-lock-temporary-exception/m-p/1148703#M116857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-25T08:52:08Z</dc:date>
    </item>
  </channel>
</rss>

