How do I troubleshoot printing issues with SAPscript?

How do I troubleshoot printing issues with SAPscript?

I have to send an SAPscript form with a logo through fax. On screen, the form and logo appears fine, but when it's printed the logo is distorted. Can you help?

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

This is a fairly common problem. Basically, you have a form graphic which looks fine in print preview, but it's distorted when printed. You did not specify whether the graphic was uploaded via the old method or the new one. Thus, my first recommendation is that if you were using the old method (TIFF upload program RSTXLDMC), try using the new one instead. The full navigation path is: Tools-> Form printout-> Administration-> Graphic (transaction SE78).

My second recommendation is to check the resolution both in the stored graphic and in the form itself. The graphic resolution is specified in dots per inch, or dpi. The typical value is 300, but it can range from 75 to 600. As the value increases, the dots are pushed closer together, so a 600 dpi graphic will appear much smaller – and sharper – than a 75 dpi one. I prefer to have any needed size adjustments made outside of SAP using a graphics program – before the graphic is uploaded initially – not within SAP itself. That way, the graphic within the form can be set to inherit the same size and resolution.

My third recommendation is to simplify the issue. Start by isolating the graphic. For example, you can put it into a standard text by itself and see how it appears both on-screen and on the printer. Then try a different graphic instead and see how that one appears. Then switch to a different printer. Does the problem still exist? These steps should help to flush out the true culprit.

Finally, if all else fails, check the graphic source. Perhaps there is a problem in the original graphic file imported into SAP. It may need to be re-created in your graphics program and uploaded again to SAP.

These types of issues can be frustrating. Just be patient and you'll figure it out eventually.

This was first published in April 2006