Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime Error - DBIF_RSQL_SQL_ERROR , Except - CX_SY_OPEN_SQL_DB.

Former Member
0 Likes
450

Hello All,

I have a Z program which has failed with the error and exception as below.

Runtime Error - DBIF_RSQL_SQL_ERROR

Except. - CX_SY_OPEN_SQL_DB

ShrtText

An SQL error occurred when accessing a table "VBAK ".

Information on where terminated

The termination occurred in the ABAP program "/BMW/ATL_ZI_SD_S_I173_PARTS" in

"SUB_GET_OPENSALESORDERS".

The main program was "/BMW/ATL_ZI_SD_S_I173_PARTS ".

The termination occurred in line 136 of the source code of the (Include)

program "/BMW/ATL_ZI_SD_S_I173_F06"

of the source code of program "/BMW/ATL_ZI_SD_S_I173_F06" (when calling the

editor 1360).

The program "/BMW/ATL_ZI_SD_S_I173_PARTS" was started as a background job.

Job name........ "PRVLIJQ1_I173"

Job initiator... "QQATL01"

Job number...... 07000901

Processing was terminated because the exception "CX_SY_OPEN_SQL_DB" occurred in

the

procedure "SUB_GET_OPENSALESORDERS" "(FORM)" but was not handled locally, not

declared in the

RAISING clause of the procedure.

The procedure is in the program "/BMW/ATL_ZI_SD_S_I173_PARTS ". Its source code

starts in line 28

of the (Include) program "/BMW/ATL_ZI_SD_S_I173_F06 ".

Can you please help me out for the same?

Warm Regards.

Gayatri.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
345

Call transaction SM21 to get the original error in the syslog. (SQL code)

Regards,

Raymond

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
346

Call transaction SM21 to get the original error in the syslog. (SQL code)

Regards,

Raymond