2005 Oct 24 6:00 PM
In my SAP Script, when I do print preview I can see all
the data on the screen that will be printed on paper. Once I include the logo in the SAP script using the "/: Include XXXXXXX" command, the print preview displays the logo but stops displaying some other data which it displayed before logo was included.
However, when I print, I can print all the data including the logo. Does anyone know why inclusion of logo on the SAP Script prevents some of the data from displaying on the print preview screen.
2005 Oct 24 6:03 PM
2005 Oct 24 6:05 PM
Are you using the same device for print preview as well as actual print . The size / placing of text etc depends on the device which is used to format the output .
Cheers.
2005 Oct 24 6:20 PM
Sanjay : Yes, I am using the same output device for print preview and actual print.
Rich: My logo window is not too big. It is 3 cm x 3 cm
2005 Oct 24 6:23 PM
2005 Oct 24 7:23 PM
Vinay-
This may sound funny but I have faced this before and I think its the way the objects are rendered on the screen.
Try renaming your window containing the logo to 'A..something' so that it gets pushed up to the Top in the list of page windows you have . The windows are displayed in the alphabetic order (exception Main window) and since your logo window appears first, it will get rendered first.
Again, there is no logical reasoning for this except that it worked for me once. Try it out if you are keen to solve this issue and keep us posted.
KK
2005 Oct 25 4:53 AM
Hi Vinay,
Why dont you up your logo through SE78.
In SE78>graphics->bmp...there you need to give the path thats it.
I hope it will work.
Thanks.
2005 Oct 28 8:35 PM
Sanjay, Rich, Ravi, KK, Deepak :
Thank you all for your help. I found the problem and the solution also. The logo itself was very big. That was why it masked the rest of text in print preview. Because of its white background it was difficult to make out that the white part too was part of the logo. We had the logo trimmed to show only the text part and uploaded it again. It works now.
Vinay
2005 Oct 28 8:48 PM