<?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: Regarding Migration to Adobe Forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-migration-to-adobe-forms/m-p/3092166#M733456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u can convert smartform into pdf. follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. first call your smart form as u do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. CALL FUNCTION '/1BCDWB/SF00000127'&lt;/P&gt;&lt;P&gt; in this just activate these two also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;   DOCUMENT_OUTPUT_INFO       = it_tab1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this internal table (it_tab1) it will store the data of smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. then call fm to convert it_tab1 data into pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call  convert_otf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in this fm just pass it_tab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    format = 'DOC'&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    bin_filesize = v_pdf_len&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    otf   = it_tab1&lt;/P&gt;&lt;P&gt;    lines = pdf_table&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    err_max_linewidth     = 1&lt;/P&gt;&lt;P&gt;    err_format            = 2&lt;/P&gt;&lt;P&gt;    err_conv_not_possible = 3&lt;/P&gt;&lt;P&gt;    err_bad_otf           = 4&lt;/P&gt;&lt;P&gt;    OTHERS                = 5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. now u can save this fm on your local system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************&lt;/P&gt;&lt;P&gt;second method&lt;/P&gt;&lt;P&gt;********************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apart from allowing sap to convert your smart form to pdf u can also do it by downloading two software files&lt;/P&gt;&lt;P&gt;and then install it in your local system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;links for those files are.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.pdf995.com/download.html" target="test_blank"&gt;http://www.pdf995.com/download.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and download pdf printer driver from here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that goto printer setup and make PDF995 as default printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and finally when your smart form is ready to print just click on print button then as your default printer is pdf995 it will convert your smartform into pdf and that u can save it in your system. &lt;/P&gt;&lt;P&gt;plz reward point .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rahul Bhasin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rahul Bhasin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2007 04:53:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-23T04:53:30Z</dc:date>
    <item>
      <title>Regarding Migration to Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-migration-to-adobe-forms/m-p/3092165#M733455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;   I am working on adobe print forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one doubt that is  If SAP itself providing the option &amp;lt;b&amp;gt;migrate smartform to Adobe Interactive form,&amp;lt;/b&amp;gt; what's the necessity to create the forms from scratch i.e why we have to create Interface,Context and Forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is we get any flwas by simply migrating the smartform to adobe interactive form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please anyone explain me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points are assured for useful ansers.&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;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 03:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-migration-to-adobe-forms/m-p/3092165#M733455</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-11-23T03:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Migration to Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-migration-to-adobe-forms/m-p/3092166#M733456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u can convert smartform into pdf. follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. first call your smart form as u do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. CALL FUNCTION '/1BCDWB/SF00000127'&lt;/P&gt;&lt;P&gt; in this just activate these two also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;   DOCUMENT_OUTPUT_INFO       = it_tab1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this internal table (it_tab1) it will store the data of smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. then call fm to convert it_tab1 data into pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call  convert_otf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in this fm just pass it_tab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    format = 'DOC'&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    bin_filesize = v_pdf_len&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    otf   = it_tab1&lt;/P&gt;&lt;P&gt;    lines = pdf_table&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    err_max_linewidth     = 1&lt;/P&gt;&lt;P&gt;    err_format            = 2&lt;/P&gt;&lt;P&gt;    err_conv_not_possible = 3&lt;/P&gt;&lt;P&gt;    err_bad_otf           = 4&lt;/P&gt;&lt;P&gt;    OTHERS                = 5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. now u can save this fm on your local system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************&lt;/P&gt;&lt;P&gt;second method&lt;/P&gt;&lt;P&gt;********************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apart from allowing sap to convert your smart form to pdf u can also do it by downloading two software files&lt;/P&gt;&lt;P&gt;and then install it in your local system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;links for those files are.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.pdf995.com/download.html" target="test_blank"&gt;http://www.pdf995.com/download.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and download pdf printer driver from here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that goto printer setup and make PDF995 as default printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and finally when your smart form is ready to print just click on print button then as your default printer is pdf995 it will convert your smartform into pdf and that u can save it in your system. &lt;/P&gt;&lt;P&gt;plz reward point .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rahul Bhasin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rahul Bhasin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 04:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-migration-to-adobe-forms/m-p/3092166#M733456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T04:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Migration to Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-migration-to-adobe-forms/m-p/3092167#M733457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;closed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 05:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-migration-to-adobe-forms/m-p/3092167#M733457</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-12-10T05:38:53Z</dc:date>
    </item>
  </channel>
</rss>

