‎2008 Dec 11 9:47 PM
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...
‎2008 Dec 11 9:51 PM
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.
‎2008 Dec 11 9:58 PM
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