Skip to Content
0
Former Member
Sep 15, 2011 at 05:07 AM

Dump: runtime errors dbif_rsql_invalid_cursor

52 Views

Hi All,

I am setting a variant which will be used to update all the Attribute List for which the Fast Find Functionality is activated. I am scheduling this with the program CRM_MKTTG_TREX_UPDATE. But whenever I run it it gives an ABAP Dump. Below are the dump details:

Runtime Errors DBIF_RSQL_INVALID_CURSOR

Except. CX_SY_OPEN_SQL_DB

Error in the ABAP Application Program

The current ABAP program "SAPLCRM_MKTTG_SEG_SPEEDY_TREX" had to be terminated

because it has

come across a statement that unfortunately cannot be executed.

Unable to perform database selection fully.

record.

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 "CRM_MKTTG_TREX_BP_SYNC" "(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:

One of the database selections included a database Commit.

The selection was then supposed to continue. Before a

database commit, however, all outstanding database selections

must be concluded.

Please help me resolving this issue.

Thanks in advance!

Cheers,

RJ