Hello Techies ,
Am facing an issue while executing a select query where clause .
Select fieldvalue INTO TABLE me->t_values FROM zvlv_index
WHERE logid IN t_logid
AND fieldid = n_field group by fieldvalue.
in test system when i execute its running fine and i have observed tht records in table tht being used in WHERE clause are 6008 .
in prod system when i execute its giving DUMP and i have observed tht records in table tht being used in WHERE clause is 10244.
and i heard tht if there are more than 10k records in WHERE clause then it can give dump.
i got EXCEPTION CLASS : CX_SY_OPEN_SQL_DB
ERROR NAME : DBIF_RSQL_INVALID_RSQL.