Dear All .
In the main Executable program I have called one screen by
CALL SCREEN 0200 STARTING AT 10 10.
In PAI module of screen 200 I have written following code .
LEAVE TO LIST-PROCESSING .
SET PF-STATUS SPACE .
SUPPRESS DIALOG .
WRITE : / 'ABC' .
It is leaving to list processing but the list displyed is also of same size as that of screen 200 . In the list i want ti display ALV grid . what may be the problem .