‎2006 Jun 19 9:49 AM
I have created a sapscript form with the help of the sample document.
On executing the program, I am getting the following error.
-
Window HEADER is not defined for form Z_TESTSCRIPT
-
Kindly let me know what is this error and how to correct the same.
Thanks in advance,
Mark K
‎2006 Jun 19 9:52 AM
Hi mark,
1. As the error suggests,
this error must be coming probably at
WRITE_FORM fm.
2. The layout should have a WINDOW
whose name is HEADER.
regards,
amit m.
‎2006 Jun 19 9:59 AM
Hi,
Please give me your print prog codes and window names of forms
Nandha..
‎2006 Jun 19 10:24 AM
Hi Mark,
In the FM WRITE_FORM you may have passed 'HEADER' to the parameter 'WINDOW' and you may not have created any window with this name in your sapscript
Regards,
Mukesh Kumar
‎2006 Jun 19 10:24 AM
Do sytax check of SAPscript form (in se71)
Use open_form, Write_form and Close_form.
Fill all header data like paragraph,Page format.
regards
vinod