<?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: Smartforms Printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printing/m-p/1487551#M227315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rasheed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Transaction SP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto - &amp;gt; Display Request - &amp;gt; Setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the display Area tab Enter the from page  5&lt;/P&gt;&lt;P&gt;                                   To page   5.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Print your transport request.It will print 5th pages of the total pages&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2006 12:02:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-08T12:02:12Z</dc:date>
    <item>
      <title>Smartforms Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printing/m-p/1487550#M227314</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;Could anyone suggest as how I can print a particular page&lt;/P&gt;&lt;P&gt;from a smartform output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg. if I have a print preview of 10 pages , how do i select print out  of page 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rasheed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 11:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printing/m-p/1487550#M227314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T11:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printing/m-p/1487551#M227315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rasheed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Transaction SP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto - &amp;gt; Display Request - &amp;gt; Setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the display Area tab Enter the from page  5&lt;/P&gt;&lt;P&gt;                                   To page   5.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Print your transport request.It will print 5th pages of the total pages&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 12:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printing/m-p/1487551#M227315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T12:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printing/m-p/1487552#M227316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to two options - as per my knowledge.&lt;/P&gt;&lt;P&gt;1.In that Print Preview u have can give/ select.&lt;/P&gt;&lt;P&gt;2.U have to pass the these data thru FM by using FORM Interfacess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 12:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printing/m-p/1487552#M227316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T12:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printing/m-p/1487553#M227317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rasheed,&lt;/P&gt;&lt;P&gt;Check the code.Add this FM in your program.After executing the code it will ask you for the printer enter your printer name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : g_dest TYPE rspopname,&lt;/P&gt;&lt;P&gt;g_printer TYPE rspoptype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*FM to accept the device type and returns the short name of the output device&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'EFG_GET_PRINTER'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;x_no_dialog = ' '&lt;/P&gt;&lt;P&gt;x_obligatory = 'X'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;y_tddest = g_dest&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;cancelled = 1&lt;/P&gt;&lt;P&gt;failed = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;*device type name for the output device&lt;/P&gt;&lt;P&gt;SELECT SINGLE patype "#EC CI_NOFIELD&lt;/P&gt;&lt;P&gt;FROM tsp03d&lt;/P&gt;&lt;P&gt;INTO g_printer&lt;/P&gt;&lt;P&gt;WHERE padest = g_dest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output_options-tddest = g_dest.&lt;/P&gt;&lt;P&gt;output_options-tdprinter = g_printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points for the helpful solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 12:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-printing/m-p/1487553#M227317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T12:10:40Z</dc:date>
    </item>
  </channel>
</rss>

