Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sapscript problem

Former Member
0 Likes
622

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???

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
595

Are you sure that you included the window into the page?

Regards,

Rich Heilman

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
596

Are you sure that you included the window into the page?

Regards,

Rich Heilman

Read only

0 Likes
595

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.

Read only

Former Member
0 Likes
595

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

Read only

Former Member
0 Likes
595

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.

Read only

Former Member
0 Likes
595

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.