cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript vertical lines shown in spool, are not printed!

Former Member
0 Kudos

Dear SDN Members,

I designed a SapScript and I am using BOX statement to print some vertical lines. Fact is that in spool the vertical lines are shown, but when I print out the document vertical lines disappear. Any ideas?

Thanks in advance.

MPM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member196280
Active Contributor
0 Kudos

Make sure you use both X and Y Position, and also not if, width and Height lenght contains decimals you need to place them in single codes.

Example: HEIGHT '10.2' CM

Hope this will help you to close the above thread.

Regards,

SaiRam

Former Member
0 Kudos

Problem solved. Problem has to do with overlaping box frames.

/:	 	POSITION WINDOW
/:	 	POSITION YORIGIN &PSFC_FRAME-POS& LN
/:	 	SIZE HEIGHT &PSFC_FRAME-HEIGHT& LN
/:	 	BOX XPOS  '0.0' CM  WIDTH 0 TW FRAME 10 TW
/:	 	BOX XPOS  '2.0' CM  WIDTH 0 TW FRAME 10 TW
/:	 	BOX XPOS  '7.0' CM  WIDTH 0 TW FRAME 10 TW
/:	 	BOX XPOS  '9.5' CM  WIDTH 0 TW FRAME 10 TW
/:	 	BOX XPOS '11.5' CM  WIDTH 0 TW FRAME 10 TW
/:	 	BOX XPOS '15.5' CM  WIDTH 0 TW FRAME 10 TW
/:	 	BOX XPOS '17.5' CM  WIDTH 0 TW FRAME 10 TW
/:	 	BOX FRAME 10 TW   " THIS LINE SHOULD BE MOVED
SP	 	                                                                        
DF	 	

In the code above the instruction:

BOX FRMAE 10 TW

has to be before and NOT afterwards

BOX XPOS 0.0' CM  WIDTH 0 TW FRAME 10 TW

David Liu posted some interesting SAP notes about this issue. One of this notes refer to overlapping problems.

SAP Notes: 77976, 19807 and 183948.

Thanks David.

[;

Thanks to the answers given to this thread.

Regards,

MPM

Former Member
0 Kudos

Check for the printer settings and configuration in SPAD