<?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: pdf to spool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-to-spool/m-p/7227686#M1524508</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;Set iwa_outputparams-reqnew = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Aug 2010 02:18:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-16T02:18:22Z</dc:date>
    <item>
      <title>pdf to spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-to-spool/m-p/7227685#M1524507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created a custom program by copying FP_TEST_00 and  gave nodialog mode for out parameters  which will supress the prompt for printer and that i can run it in background. i just want the data to written to spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'FP_JOB_OPEN'&lt;/P&gt;&lt;P&gt;      changing&lt;/P&gt;&lt;P&gt;        ie_outputparams = iwa_outputparams&lt;/P&gt;&lt;P&gt;      exceptions&lt;/P&gt;&lt;P&gt;        cancel          = 1&lt;/P&gt;&lt;P&gt;        usage_error     = 2&lt;/P&gt;&lt;P&gt;        system_error    = 3&lt;/P&gt;&lt;P&gt;        internal_error  = 4&lt;/P&gt;&lt;P&gt;        others          = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  call function module with import params&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    call function function_name&lt;/P&gt;&lt;P&gt;      parameter-table&lt;/P&gt;&lt;P&gt;        para_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  close job&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    call function 'FP_JOB_CLOSE'&lt;/P&gt;&lt;P&gt;      exceptions&lt;/P&gt;&lt;P&gt;        usage_error    = 1&lt;/P&gt;&lt;P&gt;        system_error   = 2&lt;/P&gt;&lt;P&gt;        internal_error = 3&lt;/P&gt;&lt;P&gt;        others         = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers in this regard will be help ful.&lt;/P&gt;&lt;P&gt;Please provide some inputs if we can send the PDF to a spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Deepa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 21:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-to-spool/m-p/7227685#M1524507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T21:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: pdf to spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-to-spool/m-p/7227686#M1524508</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;Set iwa_outputparams-reqnew = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 02:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-to-spool/m-p/7227686#M1524508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-16T02:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: pdf to spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-to-spool/m-p/7227687#M1524509</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;First call GET_PRINT_PARAMETERS , next call the FM inside a program and then submit this program in background mode using TO SAP-SPOOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 05:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-to-spool/m-p/7227687#M1524509</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-08-16T05:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: pdf to spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-to-spool/m-p/7227688#M1524510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;step 1.&lt;/P&gt;&lt;P&gt;Use RSTS_GET_ATTRIBUTES function module to get Spool No and related attributes.(Ex.Client , Authority..ect)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2.&lt;/P&gt;&lt;P&gt;select the FM CONVERT_OTFSPOOLJOB_2_PDF if OTF data available to convert or CONVERT_ABAPSPOOLJOB_2_PDF if list data available to convert to PDF in the spool created in the step 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3.&lt;/P&gt;&lt;P&gt;Export  TABLES -   pdf  will contain the PDF Data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : you can refer program - RSTXPDFT4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers , &lt;/P&gt;&lt;P&gt;Dilum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 06:55:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-to-spool/m-p/7227688#M1524510</guid>
      <dc:creator>former_member451655</dc:creator>
      <dc:date>2010-08-16T06:55:00Z</dc:date>
    </item>
  </channel>
</rss>

