<?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: Send file from Application server to printer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-file-from-application-server-to-printer/m-p/7984618#M1605066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open/read dataset as text file, use WRITE / to output to spool. No way to circumvent the spool.&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>Fri, 01 Jul 2011 12:53:36 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2011-07-01T12:53:36Z</dc:date>
    <item>
      <title>Send file from Application server to printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-file-from-application-server-to-printer/m-p/7984617#M1605065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a file in application server i want my program to directly fetch the file from the application server and send it to the printer?&lt;/P&gt;&lt;P&gt;Can any one please help me in this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 06:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-file-from-application-server-to-printer/m-p/7984617#M1605065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-01T06:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Send file from Application server to printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-file-from-application-server-to-printer/m-p/7984618#M1605066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open/read dataset as text file, use WRITE / to output to spool. No way to circumvent the spool.&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>Fri, 01 Jul 2011 12:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-file-from-application-server-to-printer/m-p/7984618#M1605066</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-07-01T12:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Send file from Application server to printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-file-from-application-server-to-printer/m-p/7984619#M1605067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens &amp;amp; Sandeep, hi everybody.&lt;/P&gt;&lt;P&gt;you may "surround" the write statements with a NEW-PAGE PRINT ON... NEW-PAGE PRINT OFF in order to send the output directly to the printer.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  WRITE: / 'Hi, on screen'.

  NEW-PAGE PRINT ON.
  WRITE: / 'now to the printer'.
  NEW-PAGE PRINT OFF.

  WRITE: / 'back on screen'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I hope it helps. Kind regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 14:33:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-file-from-application-server-to-printer/m-p/7984619#M1605067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-01T14:33:26Z</dc:date>
    </item>
  </channel>
</rss>

