<?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 Runtime Error RAISE_EXCEPTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception/m-p/7606286#M1568823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A RAISE statement in the program "SAPLTHFB" raised the exception&lt;/P&gt;&lt;P&gt;condition "ALREADY_RUNNING".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;STP'             field  '2'
000690        id 'COLLISION_UNAME'  field user
000700        id 'COLLISION_OBJECT' field obj
000710        id 'SYNCHRON'         field 'X'.
000720   if sy-subrc &amp;lt;&amp;gt; 0.
-----&amp;gt;     raise already_running.
000740   endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found the sap note 595671, however it is already implemented in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me to solve this dump?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Dec 2010 07:06:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-31T07:06:27Z</dc:date>
    <item>
      <title>Runtime Error RAISE_EXCEPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception/m-p/7606286#M1568823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A RAISE statement in the program "SAPLTHFB" raised the exception&lt;/P&gt;&lt;P&gt;condition "ALREADY_RUNNING".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;STP'             field  '2'
000690        id 'COLLISION_UNAME'  field user
000700        id 'COLLISION_OBJECT' field obj
000710        id 'SYNCHRON'         field 'X'.
000720   if sy-subrc &amp;lt;&amp;gt; 0.
-----&amp;gt;     raise already_running.
000740   endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found the sap note 595671, however it is already implemented in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me to solve this dump?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 07:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception/m-p/7606286#M1568823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-31T07:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error RAISE_EXCEPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception/m-p/7606287#M1568824</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;Looks like you are getting this exception raised because there is another instance of the program already running and when the program tried to enqueue the object using the function 'call 'C_ENQUEUE' since it was already running and only one istance of the object is allowed you are getting the exception the object being checked in the variable 'OBJ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 07:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception/m-p/7606287#M1568824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-31T07:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error RAISE_EXCEPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception/m-p/7606288#M1568825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Himanshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the solution to resolve this? The related note is already applied in system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reshma K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 10:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception/m-p/7606288#M1568825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-31T10:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error RAISE_EXCEPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception/m-p/7606289#M1568826</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 not sure what is the object that is being checked but i think if you go to SM12 you should see that the object is already locked and the lock would have to be removed to get rid of the dump in other words you need to kill the other instance of the object that is already in execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should also look at Matt's reply to a similar post:&lt;/P&gt;&lt;P&gt;Link: [ALREADY_RUNNING|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="640064"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 11:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-raise-exception/m-p/7606289#M1568826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-31T11:30:17Z</dc:date>
    </item>
  </channel>
</rss>

