cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion Error/GLPCA Table/DBIF_RSQL_SQL_ERROR

Former Member
0 Kudos

Hi Experts ,

Need your advice on fixing this error . We are getting dumps while trying to run Master data conversions and it's hitting our target go-live date .

Here is the extract from the dump :

Runtime Error DBIF_RSQL_SQL_ERROR

Exception CX_SY_OPEN_SQL_DB

Occurred on 18.06.2010 at 21:55:42

An SQL error occurred when accessing a table.

What happened?

What can you do?

Make a note of the actions and input which caused the error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

Error analysis

An exception occurred. This exception is dealt with in more detail below

. The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was

neither

caught nor passed along using a RAISING clause, in the procedure

"FETCH_TRANSFER" "(FORM)"

.

Since the caller of the procedure could not have expected this exception

to occur, the running program was terminated.

The reason for the exception is:

How to correct the error

The exception must either be prevented, caught within the procedure

"FETCH_TRANSFER"

"(FORM)", or declared in the procedure's RAISING clause.

To prevent the exception, note the following:

Database error text........: "ORA-08103: object no longer exists"

Internal call code.........: "[RSQL/FTCH/GLPCA ]"

Please check the entries in the system log (Transaction SM21).

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

use the following search criteria:

"DBIF_RSQL_SQL_ERROR" CX_SY_OPEN_SQL_DBC

"/THE/KPLKKSGLPCA0010" or "/THE/KPLKKSGLPCA0010"

"FETCH_TRANSFER"

Many thanks

Harsh

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

I'd run a DBverify, that error may point to block corruptions:

Note 365481 - Block corruptions

Markus