Dear all,
I am getting a error of DBIF_RSQL_INVALID_RSQL for one of select query in custom report. selctiion is
if not t_ekko is initial .
-----> select ebeln ebelp loekz matnr werks lgort menge pstyp zzvbeln
002520 from ekpo
002530 into table t_ekpo
002540 for all entries in t_ekko
002550 where ebeln = t_ekko-ebeln
002560 and loekz in s_loekz
002570 and matnr in s_matnr
002580 and werks in s_werks
002590 and lgort in s_lgort
002600 and pstyp in s_pstyp
002610 and zzvbeln in s_zvbeln .
how can I resolve this.