<?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>Question Re: Saving SAPSCRIPT to a PDF file using ADS in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815481#M2472489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read your other thread, but I don't understand why you absolutely want to use ADS to convert a sapscript!&lt;/P&gt;&lt;P&gt;ADS is just to generate a PDF from an XDP (the document template) and XML data (that means you should re-create a form, so just create the interactive form!)&lt;/P&gt;&lt;P&gt;Solution by Otto (CONVERT_OTF) is just fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Mar 2010 20:52:03 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2010-03-24T20:52:03Z</dc:date>
    <item>
      <title>Saving SAPSCRIPT to a PDF file using ADS</title>
      <link>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaq-p/6815480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I had posted this message on thread &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8903204"&gt;&lt;/A&gt; but i was adviced to post it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know whether a SAPSCRIPT (Work Order) in SAP ECC ABAP can be saved as a PDF form if ADS is installed and Configured?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a 3rd party converter installed on users desktop which converts it into PDF so when user goes to IW32 to print WO, they get a print pop-up and they select this 3rd party converter which gives them the option to save it as PDF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to know (since we have ADS installed/configured), whether it is possible to save this SAPSCRIPT WO to PDF instead of using this 3rd party tool? We dont want people to install the 3rd party converter since we have over 5000 users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;WR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 16:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaq-p/6815480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T16:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Saving SAPSCRIPT to a PDF file using ADS</title>
      <link>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815481#M2472489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read your other thread, but I don't understand why you absolutely want to use ADS to convert a sapscript!&lt;/P&gt;&lt;P&gt;ADS is just to generate a PDF from an XDP (the document template) and XML data (that means you should re-create a form, so just create the interactive form!)&lt;/P&gt;&lt;P&gt;Solution by Otto (CONVERT_OTF) is just fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 20:52:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815481#M2472489</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-03-24T20:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Saving SAPSCRIPT to a PDF file using ADS</title>
      <link>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815482#M2472490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;Well we already have ADS configured in the system and we want to know whether it provides any functionality to Save a Sapscript/WO as a PDF. When other 3rd party converters can do this, why not ADS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a Convert PDF function module will involve programmatic conversion or save as, can ADS not provide the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i am explaining correctly:&lt;/P&gt;&lt;P&gt;User is in IW32, enters a Work Order, hit enter to display (this is sapscript), click the Order -&amp;gt; Print Order. A small window asking the printers/output device pops-up. If user selects LOCL, then all printers defined on users desktop/computer shows up. If user selects any Desktop printer, it prints a PDF. If user selects this 3rd Party PDF converter, it gives option Save As (.PDF). This is what we want - We want that users dont have to select this 3rd party converter since we have to install it on every PC. So we are thinking if ADS offers anything that can act as a Converter and maybe we can define a printer or output device with this converter function or something so users can save as PDF these sapscript work orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is clear. If you still think we cannot use ADS as a PDF converter (so we can save as..) then we will close this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;WR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 23:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815482#M2472490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T23:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Saving SAPSCRIPT to a PDF file using ADS</title>
      <link>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815483#M2472491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, ADS is not a converter (as far as I know). It is used to generate PDFs from interactive forms (SFP transaction in ABAP). As I said the input format is XFP, XML.&lt;/P&gt;&lt;P&gt;Note: you may display a PDF from smart form preview (!PDF okcode), but it doesn't work for SAPscript preview if I remember well. So, a little modification of the standard to make it available in SAPscript preview... &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 00:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815483#M2472491</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-03-25T00:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Saving SAPSCRIPT to a PDF file using ADS</title>
      <link>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815484#M2472492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this below coding&lt;/P&gt;&lt;P&gt;data: binfilesize type i.&lt;/P&gt;&lt;P&gt;  data: pdftab type table of tline with header line.&lt;/P&gt;&lt;P&gt;  data: i_itcpp like itcpp.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; DATA: i_zinv_spool LIKE zinv_spool OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CLEAR i_zinv_spool. REFRESH i_zinv_spool.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  data: g_t_otfdata type standard table of itcoo with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; DATA filename TYPE string.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'CLOSE_FORM'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     RESULT  = i_itcpp&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      tables&lt;/P&gt;&lt;P&gt;        otfdata = g_t_otfdata[]&lt;/P&gt;&lt;P&gt;      exceptions&lt;/P&gt;&lt;P&gt;        others  = 1.&lt;/P&gt;&lt;P&gt;  if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;    retcode = sy-subrc.&lt;/P&gt;&lt;P&gt;    perform protocol_update.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'CONVERT_OTF'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;format = 'PDF'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MAX_LINEWIDTH = 132&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ARCHIVE_INDEX = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;COPYNUMBER = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ASCII_BIDI_VIS2LOG = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PDF_DELETE_OTFTAB = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;bin_filesize = binfilesize&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;BIN_FILE =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;otf = g_t_otfdata[]&lt;/P&gt;&lt;P&gt;lines = pdftab[]&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ERR_MAX_LINEWIDTH = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ERR_FORMAT = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ERR_CONV_NOT_POSSIBLE = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ERR_BAD_OTF = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;OTHERS = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;  bin_filesize = binfilesize&lt;/P&gt;&lt;P&gt;  filename = filename&lt;/P&gt;&lt;P&gt;  filetype = 'BIN'&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;  data_tab = pdftab[]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vallamuthu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 09:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815484#M2472492</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2010-03-25T09:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Saving SAPSCRIPT to a PDF file using ADS</title>
      <link>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815485#M2472493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vallamuthu,&lt;/P&gt;&lt;P&gt;Thanks for the code. But our argument here is, when we have ADS (which is Adobe product for PDF) configured, why cant we use it to save Sapscript as PDF when other 3rd party tools which is installed as a printer can do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess Sandra replied that ADS is not a converter and it only prints so i beleive we cannot save/download a sapscript work order as a PDF with ADS ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;P&gt;WR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 15:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815485#M2472493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-25T15:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Saving SAPSCRIPT to a PDF file using ADS</title>
      <link>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815486#M2472494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, what sandra says is correct ADS is not a converter. I'm aslo faced the same problem. that's what i' using the program ie which is i given by you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vallamuthu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 06:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815486#M2472494</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2010-03-29T06:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Saving SAPSCRIPT to a PDF file using ADS</title>
      <link>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815487#M2472495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;what is the result of the thread? Imho everything important has been said already.&lt;/P&gt;&lt;P&gt;You can get a PDF file from smartform through the OTF conversion or you can create a brand new Adobe form (rewrite/ replace smartform) and use ADS to create a form for you. Note there is a big difference in the content of the resulting files. The result of ADS has an inetrnal structure (in some cases, not all), that makes the result really a form (you can separate data and the template) but the result of OTF conversion is just a binary...&lt;/P&gt;&lt;P&gt;Regards Otto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 09:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815487#M2472495</guid>
      <dc:creator>OttoGold</dc:creator>
      <dc:date>2010-03-31T09:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Saving SAPSCRIPT to a PDF file using ADS</title>
      <link>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815488#M2472496</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 am facing some other kind of proble with PDF converstion using OTF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While i am converting SAP script form in to PDF by using FM * CONVERT_OTF*,  I displaying total amount in Japan currency Yen (¥). but it is converting special char as # in PDF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: ¥ 1000 is displaying as # 1000. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 06:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815488#M2472496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T06:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Saving SAPSCRIPT to a PDF file using ADS</title>
      <link>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815489#M2472497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replying to Sandya about printing ( ¥ 1000 is displaying as # 1000.) I had a similar problem printing Hebrew comments; if the form is defined as Hebrew it will print both Hebrew and English correctly, if it is defined as English the Hebrew becomes illegible. Try defining your form as Japanese.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 07:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815489#M2472497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T07:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Saving SAPSCRIPT to a PDF file using ADS</title>
      <link>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815490#M2472498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is most likely that this is due to the device type used in the PDf conversion. Try using Unicode device type PDFUC or SWINCF for the PDF conversion as per SAP Note #999712.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aidan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 13:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/saving-sapscript-to-a-pdf-file-using-ads/qaa-p/6815490#M2472498</guid>
      <dc:creator>aidan_black</dc:creator>
      <dc:date>2010-10-21T13:07:12Z</dc:date>
    </item>
  </channel>
</rss>

