‎2010 Feb 24 9:14 AM
Hi,
We are getting a Runtime Dump RAISE_EXCEPTION in production.
I know this error, but the error is occuring in function module "WS_QUERY".
It is raised at line 265..
It seems to be some error with the Operating system. I am not sure.
Below is the extract from dump:
*******************************
Error analysis
A RAISE statement in the program "SAPLGRAP" raised the exception
condition "FRONTEND_ERROR".
Since the exception was not intercepted by a superior
program, processing was terminated.
Short description of exception condition:
For detailed documentation of the exception condition, use
Transaction SE37 (Function Library). You can take the called
function module from the display of active calls.
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"RAISE_EXCEPTION" " "
"SAPLGRAP" or "LGRAPU32"
"WS_QUERY"
or
"SAPLGRAP" "FRONTEND_ERROR"
or
"RAIMRECH " "FRONTEND_ERROR"
If you cannot solve the problem yourself and want to send an error
notification to SAP, include the following information:
Program............. "SAPLGRAP"
Screen.............. "SAPMSSY0 1000"
Screen line......... 6
Information on where terminated
Termination occurred in the ABAP program "SAPLGRAP" - in "WS_QUERY".
The main program was "RAIMRECH ".
In the source code you have the termination point in line 266
of the (Include) program "LGRAPU32".
****************************
I have searched on OSS Notes, but could not find any related notes.
Please guide.
‎2010 Feb 24 9:19 AM
Hello,
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
Vikranth
‎2010 Feb 25 3:42 AM
No, user is trying to upload the files to SAP.
Its coming for the transaction codes S_alr_87013533 or S_alr_87013558
‎2010 Jul 13 9:37 AM
‎2010 Sep 01 5:17 AM