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

Former Member
0 Likes
619

hi

i am developing a report and when i execute it gives me runtime error.

the runtime error is:Error in the module RSQL accessing the database interface.

and it shows the the error line which i have written and it is like this.

select * from zfiexpartf into corresponding fields of table it_partp

where zzvencode in s_vcode and zzp_fxcyr in r_year and

zzp_fxcqtr in r_qtr.

give me an advice so as to what to do .

thanks in advance.

jacob.

4 REPLIES 4
Read only

Former Member
0 Likes
598

How is it_partp defined.

Read only

ThomasZloch
Active Contributor
0 Likes
598

what does the short dump say under "error analysis"?

Read only

Former Member
0 Likes
598

Hi,

Check you database table also. Does it has inconsistent data??

Thanks and Regards,

lakshmi.

Read only

Former Member
0 Likes
598

make sure that

s_vcode

r_year and

r_qtr are all select-options otherwise use EQ instead of IN.