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_INVALID_RSQL

Former Member
0 Likes
418

Hi,

I executed program RFKKAR10 and entered single values in field Document number. I entered (via copy from clipboard) about 10000 single values in selection field Documet number. When I executed I get ABAP dump DBIF_RSQL_INVALID_RSQL.

What is the maximum entries of single value in a selection field?

Cheers...

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
382

we even have an option of input to be given from text file and text file doesnot have a limit of number of records so I am sure there is not such limit for selection screen elements.

Read only

nkr1shna
Contributor
0 Likes
382

Hi,

In the program Documet number is parameter or select-options in the program?. We had similar issue with RANGES selection screen variable, internal in SAP, it constructs = "value" for all entries. Since there is memory limiation of Where condition that can be constructed. Program will dump giving this error.

My suggestion is copy the standard copy and change selection screen variable to select-options. My issue got resolved by doing so.

Best Regards,

Krishna