<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAPScript to Local Printer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373650#M183512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;AS PER YOUR QUREY SAP CAN SUCCESSFULLY SEND A DOCUMENT TO ANY KIND OF PRINTER BUT YOUR SAP SYSTEM SHOULD BE SUPPORT THAT PRINTER FOR THAT YOU HAVE TO CONFIGURE YOUR SAP SYSTEM AND THAT CAN BE DONE BY THE BASIS CONSULTANT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2006 06:09:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-25T06:09:23Z</dc:date>
    <item>
      <title>SAPScript to Local Printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373646#M183508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When we print SAPScript documents to LOCL and send them to the windows default printer through SAPLPD, we see odd output.  graphics are backwards, layouts are off...etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can SAP successfully send a SAPSCript document to the local printer and the format is correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 17:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373646#M183508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T17:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript to Local Printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373647#M183509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;welcome to SDN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problem not only depends upon the printer installation but also some times on the drivers of the printer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once i got the same problem like this just i tried the print with the other printer then i got it correctly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so try to print with the other printer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u need more help on this just in the serch topic give u problem u will get lot to  previosly posted forums on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 17:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373647#M183509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T17:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript to Local Printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373648#M183510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, we had this with a faulty printer driver installed with windows too. If possible, try to install the newest windows printer driver for your local printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, especially if you have custom-defined font sizes, very often the font metrics are not too good and the print preview will differ from printed output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 17:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373648#M183510</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-05-24T17:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript to Local Printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373649#M183511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GET_PRINT_PARAMETERS'&lt;/P&gt;&lt;P&gt;  EXPORTING MODE                  = 'BATCH'&lt;/P&gt;&lt;P&gt;              REPORT                = 'MYREPORT'&lt;/P&gt;&lt;P&gt;  IMPORTING OUT_PARAMETERS        = PARAMS&lt;/P&gt;&lt;P&gt;              VALID                 = VALID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look into this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d5/6243ea8a4111d4b605006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d5/6243ea8a4111d4b605006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to set the USER_SETTINGS perameter in your SmartForm to SPACE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 05:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373649#M183511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T05:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript to Local Printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373650#M183512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;AS PER YOUR QUREY SAP CAN SUCCESSFULLY SEND A DOCUMENT TO ANY KIND OF PRINTER BUT YOUR SAP SYSTEM SHOULD BE SUPPORT THAT PRINTER FOR THAT YOU HAVE TO CONFIGURE YOUR SAP SYSTEM AND THAT CAN BE DONE BY THE BASIS CONSULTANT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 06:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373650#M183512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T06:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript to Local Printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373651#M183513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can very well print the sapscript on to local printer. The problem is with ur local printer because when the request is fired the SAPLPD gives control to the local windows printer and everything is control through drivers at windows level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 06:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-local-printer/m-p/1373651#M183513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T06:50:35Z</dc:date>
    </item>
  </channel>
</rss>

