Skip to Content
0
Jan 08, 2012 at 05:01 PM

Text in Main Window printed twice when using Write_Form in Sapscripts

232 Views

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