hi All,
Some jobs are getting failed because of below error:
Runtime Errors DBIF_RSQL_SQL_ERROR
Except. CX_SY_OPEN_SQL_DB
Short text
SQL error on the database occurred when accessing a table.
Information on where terminated
Termination occurred in the ABAP program "CL_SOAP_UTIL==================CP" -
in "LOG_WRITE_INTERNAL".
The main program was "SPI_PS_ASSEMBLE_DSP ".
In the source code you have the termination point in line 444
of the (Include) program "CL_SOAP_UTIL==================CM00W".
The program "CL_SOAP_UTIL==================CP" was started as a background job.
Job Name....... "0050569F71C01DDEA8F10EC54B2E4FAC"
Job Initiator.. "PISUPER"
Job Number..... "222"
The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in
procedure "LOG_WRITE_INTERNAL" "(METHOD)", but it was neither handled locally
nor declared
in the RAISING clause of its signature.
The procedure is in program "CL_SOAP_UTIL==================CP "; its source
code begins in line
1 of the (Include program "CL_SOAP_UTIL==================CM00W ".
Please help!
Thanks.