I have a Sapscript with 1 page and 2 windows (MAIN and LOGO). The Main window contains just a simple text 'Hello World" (without using any element /E).
Now in my driver program , I wrote 3 FM's OPEN_FORM , WRITE_FORM( with no export parameters as by default it would take MAIN window) and CLOSE_FORM.
When i execute this driver program , the text "Hello World" is displayed twice one below the other.THe Logo is displayed fine.
THANKS