<?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: Runtime Dump: FRONTEND_ERROR : RAISE_EXCEPTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-dump-frontend-error-raise-exception/m-p/6732872#M1457329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upgrade the SAP gui logon pad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Sep 2010 04:17:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-01T04:17:11Z</dc:date>
    <item>
      <title>Runtime Dump: FRONTEND_ERROR : RAISE_EXCEPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-dump-frontend-error-raise-exception/m-p/6732868#M1457325</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;We are getting a Runtime Dump RAISE_EXCEPTION in production.&lt;/P&gt;&lt;P&gt;I know this error, but the error is occuring in function module "WS_QUERY".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is raised at line 265..&lt;/P&gt;&lt;P&gt;It seems to be some error with the Operating system. I am not sure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the extract from dump:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    A RAISE statement in the program "SAPLGRAP" raised the exception&lt;/P&gt;&lt;P&gt;    condition "FRONTEND_ERROR".&lt;/P&gt;&lt;P&gt;    Since the exception was not intercepted by a superior&lt;/P&gt;&lt;P&gt;    program, processing was terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Short description of exception condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    For detailed documentation of the exception condition, use&lt;/P&gt;&lt;P&gt;    Transaction SE37 (Function Library). You can take the called&lt;/P&gt;&lt;P&gt;    function module from the display of active calls.&lt;/P&gt;&lt;P&gt; If the error occures in a non-modified SAP program, you may be able to&lt;/P&gt;&lt;P&gt; find an interim solution in an SAP Note.&lt;/P&gt;&lt;P&gt; If you have access to SAP Notes, carry out a search with the following&lt;/P&gt;&lt;P&gt; keywords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "RAISE_EXCEPTION" " "&lt;/P&gt;&lt;P&gt; "SAPLGRAP" or "LGRAPU32"&lt;/P&gt;&lt;P&gt; "WS_QUERY"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "SAPLGRAP" "FRONTEND_ERROR"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "RAIMRECH " "FRONTEND_ERROR"&lt;/P&gt;&lt;P&gt; If you cannot solve the problem yourself and want to send an error&lt;/P&gt;&lt;P&gt; notification to SAP, include the following information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Program............. "SAPLGRAP"&lt;/P&gt;&lt;P&gt;  Screen.............. "SAPMSSY0 1000"&lt;/P&gt;&lt;P&gt;  Screen line......... 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where terminated&lt;/P&gt;&lt;P&gt;    Termination occurred in the ABAP program "SAPLGRAP" - in "WS_QUERY".&lt;/P&gt;&lt;P&gt;    The main program was "RAIMRECH ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In the source code you have the termination point in line 266&lt;/P&gt;&lt;P&gt;    of the (Include) program "LGRAPU32".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched on OSS Notes, but could not find any related notes.&lt;/P&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 09:14:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-dump-frontend-error-raise-exception/m-p/6732868#M1457325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-24T09:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Dump: FRONTEND_ERROR : RAISE_EXCEPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-dump-frontend-error-raise-exception/m-p/6732869#M1457326</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;Are you scheduling any program in background which is calling ws_query? WS_QUERY is only used to excute files in the presentation server and will not work in the background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 09:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-dump-frontend-error-raise-exception/m-p/6732869#M1457326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-24T09:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Dump: FRONTEND_ERROR : RAISE_EXCEPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-dump-frontend-error-raise-exception/m-p/6732870#M1457327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, user is trying to upload the files to SAP.&lt;/P&gt;&lt;P&gt;Its coming for the transaction codes S_alr_87013533 or S_alr_87013558&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 03:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-dump-frontend-error-raise-exception/m-p/6732870#M1457327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T03:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Dump: FRONTEND_ERROR : RAISE_EXCEPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-dump-frontend-error-raise-exception/m-p/6732871#M1457328</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 getting the same Dump..any solutions heree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 08:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-dump-frontend-error-raise-exception/m-p/6732871#M1457328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-13T08:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Dump: FRONTEND_ERROR : RAISE_EXCEPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-dump-frontend-error-raise-exception/m-p/6732872#M1457329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upgrade the SAP gui logon pad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 04:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-dump-frontend-error-raise-exception/m-p/6732872#M1457329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-01T04:17:11Z</dc:date>
    </item>
  </channel>
</rss>

