<?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: Program to Print Preview from Spool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745957#M638315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanksss&lt;/P&gt;&lt;P&gt;will resolve to this when there is no other possibility &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ehehe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 04:04:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T04:04:20Z</dc:date>
    <item>
      <title>Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745949#M638307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you guys could help me out...my requirement is to write an ABAP program that receives a spool number and displays its print preview to the user from there user can choose to print or delete the spool number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advices ?:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 10:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745949#M638307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T10:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745950#M638308</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;y dont you use the standard transactions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sp01 or sp02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which the user can see all the spool requests...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 10:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745950#M638308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T10:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745951#M638309</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;Call this FM to generate the Print preview from SPOOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'RSPO_OUTPUT_SPOOL_REQUEST'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        spool_request_id = hrqident&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        OTHERS           = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF HELPFUL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 10:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745951#M638309</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-03T10:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745952#M638310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;copy from this standard program..it will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSNAST00&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;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 11:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745952#M638310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T11:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745953#M638311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this fm directly prints the spool...&lt;/P&gt;&lt;P&gt;i want to print preview it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 01:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745953#M638311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T01:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745954#M638312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below Function module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSPO_DISPLAY_SPOOLJOB passing the spool job number to this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will display the preview of the spool and if the user wants to print it, he can goto LIST--&amp;gt;PRINT in the menu bar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 01:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745954#M638312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T01:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745955#M638313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this could solve the problem if i wanted to print preview a list...&lt;/P&gt;&lt;P&gt;but it doesnt work to print preview smarform(otf) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there another similiar FM to this specifically for smartform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but thanks very much..this was interesting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 03:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745955#M638313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T03:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745956#M638314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do a BDC program for following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL transaction SP01&lt;/P&gt;&lt;P&gt;Enter the Spool No.&lt;/P&gt;&lt;P&gt;CLick Execute&lt;/P&gt;&lt;P&gt;select the checkbox &amp;amp; click on the spool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 03:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745956#M638314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T03:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745957#M638315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanksss&lt;/P&gt;&lt;P&gt;will resolve to this when there is no other possibility &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ehehe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 04:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745957#M638315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T04:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745958#M638316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried BDC and when I click preview for the smartform...its is displayed as a list instead of a a OTF format form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this however doesnt occur when i manully access SP01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea why this is happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 05:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745958#M638316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T05:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745959#M638317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Execute SP01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto-&amp;gt;Display Request -&amp;gt; Settings &lt;/P&gt;&lt;P&gt;Select Graphical Format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745959#M638317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745960#M638318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks prashant...but its already in graphical mode...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i access SP01 with out BDC it displays the form...&lt;/P&gt;&lt;P&gt;however when i access SP01 via BDC....it displays the list ( i checked the setting at this point and it is still graphical)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could this be because i am list processing mode and SAP automatically converts it into a list as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745960#M638318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745961#M638319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks prashant...but its already in graphical mode...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i access SP01 with out BDC it displays the form...&lt;/P&gt;&lt;P&gt;however when i access SP01 via BDC....it displays the list ( i checked the setting at this point and it is still graphical)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could this be because i am in list processing mode and SAP automatically converts it into a list as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745961#M638319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745962#M638320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that could be the reason otherwise if you have set to Graphical mode then SAP will display the output in graphical format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745962#M638320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Print Preview from Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745963#M638321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt; wonder is there is any other way to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-print-preview-from-spool/m-p/2745963#M638321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:30:35Z</dc:date>
    </item>
  </channel>
</rss>

