‎2006 Dec 07 8:28 AM
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 .
‎2006 Dec 07 8:32 AM
‎2006 Dec 07 8:32 AM
HI,
Switches from "dialog processing" (module pool, screens) of the current transaction to "list processing". You can then use all the usual list layout commands (WRITE, SKIP, ...).
REGARDS,
DEEPTHI REDDY
‎2006 Dec 07 8:47 AM