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

Help Error in RSQL module of database interface

Former Member
0 Likes
630

I have my RFC using OO.

I can excute it in the ECC System, but when i using java to call the function , the error 'Error in RSQL module of database interface' return.

I don't know why? If any help, that will be great.

in SM21 , there is it:

BV5 Conversion error during INS database access for table ZCDPWF_LQ_

AB0 Run-time error "DBIF_RSQL_INVALID_RSQL" occurred

AB1 > Short dump "090429 095636 csrt05 CDPMORPHEUS " generated

Edited by: ross.wang on Apr 29, 2009 4:33 AM

I have my RFC using OO.

I can excute it in the ECC System, but when i using java to call the function , the error 'Error in RSQL module of database interface' return.

I don't know why? If any help, that will be great.

in SM21 , there is it:

BV5 Conversion error during INS database access for table ZCDPWF_LQ_

AB0 Run-time error "DBIF_RSQL_INVALID_RSQL" occurred

AB1 > Short dump "090429 095636 csrt05 CDPMORPHEUS " generated

Edited by: ross.wang on Apr 29, 2009 4:33 AM

4 REPLIES 4
Read only

Former Member
0 Likes
581

I try some ways to solve the problem, but not good enough. Then I found that if there are less fields and less length, if will be succeeded.

So I guess there are the limit , but no way has been found.

Read only

Former Member
0 Likes
581

I just found that in RFC, the data element should not be the domain. but must be the data element, or called data type.

Change field data element, it will be ok

Read only

Former Member
0 Likes
581

you've solved the problem? if you could tell me how?

Read only

0 Likes
581

I just found that in RFC, the data element should not be the domain. but must be the data element, or called data type.

Change field data element, it will be ok

Hope it is helpful.