‎2006 Aug 25 8:53 PM
Hi All!
I have a sapscript with a FOOTER window that is not printed by SAP.
I call the WRITE_FORM function in order to print the FOOTER window but when I execute the program the window is not printed at all, and all the others windows are printed with no problem
I have debugged the SAPScript form and when the system reach to the code in the FOOTER window it just is skiped!.
Any ideas???
‎2006 Aug 25 8:58 PM
‎2006 Aug 25 8:58 PM
‎2006 Aug 25 11:31 PM
Does your FOOTER page window have a text element (/E)?
Do you list this text element in the WRITE_FORM?
If the FOOTER needs to print on every page, remove any text element and remove the WRITE_FORM call.
‎2006 Aug 26 6:56 AM
Hi Mauro,
Try to check the following things.
1.First check wether ur footer window has text element.
2.When u are debugging the script, u check the flow from which window the control is exiting.Some time some syntax errors also will have this problem.
3.In the print program check wether u placed ur footer write form correctly.
Let me know if u still face the problem.
Thanks,
Ravi
‎2006 Aug 26 7:30 AM
Hi ,
I think you should use text element and should add the same while calling the write_from.
The other thing you must also check for is wheter you have defined you footer window in page one.
And check whether you have called you footer windows write form before the close form.
Thank you!
Please reward points if helpful.
Sunmit.
‎2006 Aug 26 8:51 AM
hi mauro,
I think u might not have included that footer window to the page windows, otherwise in the print program in the write_form u might not have referred that text element, try that one.
Arun.