<?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: script to pdf in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-to-pdf/m-p/3194494#M761184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use these declarations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: i_otf LIKE itcoo OCCURS 100 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;      i_pdf LIKE tline OCCURS 100 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;      i_opt like itcpo occurs 0 with header line.   &lt;/P&gt;&lt;P&gt;i_opt-TDGETOTF = 'X'.&lt;/P&gt;&lt;P&gt;append i_opt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add this in OPEN_FORM exporting&lt;/P&gt;&lt;P&gt; OPTIONS                           = i_opt  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do it in CLOSE_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    otf                         = i_otf&lt;/P&gt;&lt;P&gt;    lines                       = i_pdf    .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use GUI_DOWNLOAD to download it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass i_pdf in DATA_TAB table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILETYPE must be BIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put the filename as .pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Dec 2007 16:18:53 GMT</pubDate>
    <dc:creator>RoySayak</dc:creator>
    <dc:date>2007-12-21T16:18:53Z</dc:date>
    <item>
      <title>script to pdf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-to-pdf/m-p/3194492#M761182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i needed a help in converting a script to pdf file , i know there is one standard programto do so. but im unable toget the program name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if any body knows. &lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 15:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-to-pdf/m-p/3194492#M761182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T15:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: script to pdf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-to-pdf/m-p/3194493#M761183</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 know one method to convert the sapscript to pdf file : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first generate a Spool Request for the required Sapscript &lt;/P&gt;&lt;P&gt;then goto transaction SP01 and copy the generated Spool Request number &lt;/P&gt;&lt;P&gt;now execute the SAP report RSTXPDFT4 &lt;/P&gt;&lt;P&gt;here enter the copied Spool request number and the target directory into the parameters &lt;/P&gt;&lt;P&gt;execute the report &lt;/P&gt;&lt;P&gt;required pdf file will be generated into the target directory &lt;/P&gt;&lt;P&gt;i hope it will help you out&lt;/P&gt;&lt;P&gt;Please refer this simple program:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if found helpful....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Venkoji Babu&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 15:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-to-pdf/m-p/3194493#M761183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T15:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: script to pdf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-to-pdf/m-p/3194494#M761184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use these declarations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: i_otf LIKE itcoo OCCURS 100 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;      i_pdf LIKE tline OCCURS 100 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;      i_opt like itcpo occurs 0 with header line.   &lt;/P&gt;&lt;P&gt;i_opt-TDGETOTF = 'X'.&lt;/P&gt;&lt;P&gt;append i_opt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add this in OPEN_FORM exporting&lt;/P&gt;&lt;P&gt; OPTIONS                           = i_opt  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do it in CLOSE_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    otf                         = i_otf&lt;/P&gt;&lt;P&gt;    lines                       = i_pdf    .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use GUI_DOWNLOAD to download it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass i_pdf in DATA_TAB table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILETYPE must be BIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put the filename as .pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 16:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-to-pdf/m-p/3194494#M761184</guid>
      <dc:creator>RoySayak</dc:creator>
      <dc:date>2007-12-21T16:18:53Z</dc:date>
    </item>
  </channel>
</rss>

