cancel
Showing results for 
Search instead for 
Did you mean: 

DBIF_RSQL_SQL_ERROR SAP ORA-01740 NW 7.02 DUMP

Former Member
0 Kudos

Hi, our ABAP developer want to raname Z* program through SE38 transaction in DEV system. And he got dump:

Category               Installation Errors

Runtime Errors         DBIF_RSQL_SQL_ERROR

Except.                CX_SY_OPEN_SQL_DB

Date and Time          01.04.2013 12:08:44

Error analysis

    An exception occurred that is explained in detail below.

    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught

     in

    procedure "RS_COPY_INDEX_ACTIV_TO_INACTIV" "(FUNCTION)", nor was it propagated

     by a RAISING clause.

    Since the caller of the procedure could not have anticipated that the

    exception would occur, the current program is terminated.

    The reason for the exception is:

    Error Text of the Database: "ORA-01740: missing double quote in identifier"

I have found an erroeneous statment in the trace from ST05 transaction:

We can successfuly rename this program in the test system. Component version is the same in both systems:

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi Pavel,

Refer SAP  note

1839796DBSL: ORA-01740: missing double quote in identifier

Hope this helps.

Regards,

Deepak Kori

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please get the help of an ABAPer and modify the program to have the " quotes added in the end.

This should fix your issue.

Thanks and Regards,

Vimal