cancel
Showing results for 
Search instead for 
Did you mean: 

SAPSCRIPT Printing Issue

Former Member
0 Kudos

Hi, I have a problem here regarding my output printout. I passed values from my internal table to my SAPSCRIPT and I realised that there is a form feed at the end of the script and that has generated an extra page of print as a result.

Can anyone offer me a solution to this problem? I need to remove that extra form feed before sending it for print.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196280
Active Contributor
0 Kudos

Check your SAPScript main window, if there is any blank line with * or with Paragraph format remove it.... this is one solution where you can rempve additional form feed...

Next, this might be the reason, may be some variables are displayed with empty values in your main window, to overcome this identify all the paragraphs used in main window and goto paragraph format and tick the check box NO BLANK LINES in attribues of paragraph format... it will solve your problem..

Final reason, check whether you are calling new-page after all items are printer in your main window... try to comment it.

Close the thread if your question is answered.

Former Member
0 Kudos

Would it help if i put PROTECT ENDPROTECT in my script? Thanks so much

former_member196280
Active Contributor
0 Kudos

NO way protect and end-protect will helpyou to avoid the blank line feed, follow the above procedure I have told you it will solve your problem.

regards,

sairam