Application Development 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: 

runtime error "DBIF_RSQL_INVALID_RSQL" during unicode preconversion SPUMG

0 Kudos

Hi experts,

I was performing the unicode preconversion with spumg on ECC 5.0. The system environment is HP-UX 11.31 and Oracle 10g.

During the scan lever 2: tables without language info, there's always an error when scan table "VBSEGK", meanwhile the runtime error "DBIF_RSQL_INVALID_RSQL" raised in ST22. Below is some information regarding to this error.

Runtime error:

Runtime Error DBIF_RSQL_INVALID_RSQL

Except. CX_SY_OPEN_SQL_DB

Date and Time 30.05.2011 05:44:42

Error in ABAP application program.

The current ABAP program "UMG_SCANNER" had to be terminated because one of the statements could not be executed.

This is probably due to an error in the ABAP program.

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_NEXT"

"(METHOD)".

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:

The data read during a SELECT access could not be inserted into the

target field.

Either conversion is not supported for the target field's type or the

target field is too short to accept the value or the data are not in a

form that the target field can accept.

Thanks and Regards,

Kevin Yu

1 REPLY 1

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Kevin,

this is probably caused by one or more incorrect / corrupt entries in table VBSEGK.

UMG_SCANNER reads the content of this table and is unable to do so for a specific entry.

Now it is necessary to find out, which entry causes this issue ...

Maybe your colleagues from the according application (FI-GL-GL-X) can help you ?

Best regards,

Nils Buerckel