Skip to Content
0
Former Member
Jun 03, 2008 at 09:37 AM

dump error

24 Views

Hi,

There is a select statement like this in my program.

SELECT dispo INTO g_dispo

FROM t024d

UP TO 1 ROWS WHERE dispo IN dispo.

ENDSELECT.

when i give the dispo value in the selection-screen and try to debug the program,it is selectng the vaue into g_dispo table.But after that it is giving dump error as 'Invalid interruption of database selection'.What would be the reason for this?