<?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 Sapscript to PDF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313681#M162836</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 sapscript form I want to transform to a pdf file. How can I do that?&lt;/P&gt;&lt;P&gt;With smartforms I have done something like that. I have exported my form data to otf and converted it to pdf. Is it the same way in sapscript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2006 08:10:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-09T08:10:03Z</dc:date>
    <item>
      <title>Sapscript to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313681#M162836</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 sapscript form I want to transform to a pdf file. How can I do that?&lt;/P&gt;&lt;P&gt;With smartforms I have done something like that. I have exported my form data to otf and converted it to pdf. Is it the same way in sapscript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313681#M162836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T08:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313682#M162837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This is one way.&lt;/P&gt;&lt;P&gt;2. While taking the printout,&lt;/P&gt;&lt;P&gt;   we get a list of printers.&lt;/P&gt;&lt;P&gt;3. If acrobat (acrobat writer)&lt;/P&gt;&lt;P&gt;   is installed on front-end,&lt;/P&gt;&lt;P&gt;   then in the printer list,&lt;/P&gt;&lt;P&gt;   we will also get 'Acrobat PDF Writer'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. After selecting this,&lt;/P&gt;&lt;P&gt;   we will get a file-open dialog box&lt;/P&gt;&lt;P&gt;   for saving the .PDF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. This file will contain the sapscript form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. In fact, any kind of printout,&lt;/P&gt;&lt;P&gt;    Word,Excel etc,&lt;/P&gt;&lt;P&gt;   will be converted to .PDF if we &lt;/P&gt;&lt;P&gt;  have acrobat pdf writer installed.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313682#M162837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T08:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313683#M162838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if SAP Script can give you OTF data. But you can use this to convert the spool of the SAP Script into PDF - CONVERT_ABAPSPOOLJOB_2_PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note - Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313683#M162838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T08:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313684#M162839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two SAP functions to convert SPOOL to PDF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 CONVERT_ABAPSPOOLJOB_2_PDF&lt;/P&gt;&lt;P&gt;2 CONVERT_OTFSPOOLJOB_2_PDF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313684#M162839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T08:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313685#M162840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for converting script into smartform the following links may be helpful to you&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/4adf7ba13c4ac1b4600d4df15f8b84/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c8/4adf7ba13c4ac1b4600d4df15f8b84/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and you can get a pdf on convertion of script to smartform in&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.easymarketplace.de" target="test_blank"&gt;www.easymarketplace.de&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313685#M162840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T08:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313686#M162841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERT_OTF&amp;lt;/b&amp;gt;  Convert OTF format to various formats (TLINE table)  ASCII or PDF  &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERT_OTF_2_PDF&amp;lt;/b&amp;gt;  Convert OTF to PDF (TLINE table). OTF can be filled used archivelink. Calls CONVERT_OTF.  &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERT_OTF_2_PDF_ARCHIVELINK &amp;lt;/b&amp;gt; Convert OTF to PDF (TLINE table). Calls CONVERT_OTF. Looks like the function names for these two functions are mixed up J &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERT_OTF_AND_FAX  &lt;/P&gt;&lt;P&gt;CONVERT_OTF_AND_MAIL &amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERT_OTFSPOOLJOB_2_PDF&amp;lt;/b&amp;gt;  Input: spool # (SAPscript: tsp01-rqdoctype='OTF'); Output: PDF as internal table (TLINE) Example &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERT_ABAPSPOOLJOB_2_PDF&amp;lt;/b&amp;gt;  Input: spool # (ABAP listing: tsp01-rqdoctype='LIST'); Output: PDF as internal table (TLINE)  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313686#M162841</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-05-09T08:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313687#M162842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can do it in this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1. Send the output of Script form to the SPOOL.&lt;/P&gt;&lt;P&gt; 2. Run the program 'RSTXPDFT4', it will ask you for the spool number, just enter the spool number and execute.&lt;/P&gt;&lt;P&gt; 3. Now you can have the Script form output in a PDF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try and get back,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Azmath S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 09:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313687#M162842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T09:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313688#M162843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like u did for smartforms u can do for sapscript...&lt;/P&gt;&lt;P&gt;like OTF conversion...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 10:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313688#M162843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T10:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313689#M162844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;Check out programs in package STXD, Which is mainly for SAPScripts which i think is really usefull for SAPscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;Santosh.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 10:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-pdf/m-p/1313689#M162844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T10:52:57Z</dc:date>
    </item>
  </channel>
</rss>

